A community for Substance 3D Plugins users.
Recently active
I downloaded the latest two compressed files from the official website and installed them correctly. However, when I tried to import the.sbsar file exported from Adobe Substance 3D Designer, an error occurred. The file was indeed imported, but the color editor was not properly connected. Therefore, I am here seeking a solution.The methods I have tried: running Blender as an administrator, trying the old version of Blender 3.3.1, and ensuring that the file path does not contain Chinese characters. My biggest problem is how to solve the error: "Substance 3D in Blender: An error occurred while setting the material [Substance_graph]. [0.003] seconds"
Hey,Been a while since I used Substance Plugin in UE, but it appears to be quite unstable.I have two occuring issues resulting in null pointer exceptions: 1. Unticking a texture outputUnhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x0000000000000470 UnrealEditor_SubstanceEditor!SSubstanceEditorPanel::OnToggleOutput() [D:\build\U5M\Sync\LocalBuilds\PluginTemp\HostProject\Plugins\Substance\Source\SubstanceEditor\Private\SSubstanceEditorPanel.cpp:786] UnrealEditor_SubstanceEditor!TBaseSPMethodDelegateInstance<0,SSubstanceEditorPanel,1,void __cdecl(enum ECheckBoxState),FDefaultDelegateUserPolicy,SubstanceAir::OutputInstance *>::ExecuteIfSafe() [D:\RocketSync\5.6.0-43139311+++UE5+Release-5.6\Working\Engine\Source\Runtime\Core\Public\Delegates\DelegateInstancesImpl.h:309]2. Selecting a dropdownUnhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0xffffffffffffffff UnrealEditor_SubstanceEditor!SListView<TSharedPtr<FString,1> >::ScrollIntoVi
This update introduces Substance 3D Connector in 3ds Max, enabling seamless SendTo functionality for transferring data between Substance 3D Sampler and 3ds Max. We've also resolved several issues, including crashes when loading SBSAR files and UI improvements for Material channels. Additionally, compatibility with various renderers and enhanced support for OCIO configuration files have been added. Please find the detailed release notes below. Download the plugin from our website here: https://www.adobe.com/products/substance3d/plugins/substance-in-3ds-max.html. Release notes Added/Updated: Introduced Substance 3D Connector in 3ds Max, enabling SendTo functionality for seamless integration between Substance 3D Sampler and 3ds Max. Updated the Substance2 node UI by removing redundant controls for Material channels, enhancing user experience. Enhanced the responsiveness of the Substance Settings window in the plugin to ensure that input fields and their descriptions fit properly when adj
Hello, im trying to install this addon in Blender cuz I wanna import Substance Painter texture in Blender directlyThis is the link to the addon that I'm trying to installhttps://www.adobe.com/products/substance3d/plugins/substance-in-blender.htmlI keep getting this error. I have attached an image below of the error. My blender version is 4.4
MacOS blender 3.3 . --------when apply Substance Material to object , popup Report error, Substance 3D in Blender , Substance Material needs to finish rendering before applying.
Any idea when the substance plug in for UE 5.6 will be available?
Hello! I've recently come across a crash in the Unreal 5.5 substance plugin, 100% reproducible Create a new Substance Graph Instance WITHOUT creating a material instanceOpen the Graph instance and disable any texture output parameterUnreal editor will crash due to a nullptr reference I was looking through the plugin source code and the fix is very simple Inside the file Plugins/External/Marketplace/Substance/Source/SubstanceEditor/Private/SSubstanceEditorPanel.cpp line 786 Graph->ConstantCreatedMaterial is not being checked before being accessed auto mat = Graph->ConstantCreatedMaterial; for (int i = 0; i < mat->TextureParameterValues.Num(); i++) { if (mat->TextureParameterValues[i].ParameterInfo == OutputData->ParamInfo) { mat->TextureParameterValues.RemoveAt(i); break; } } mat->PostEditChange();Should be wrapped in a null check i.eauto mat = Graph->ConstantCreatedMaterial; if (mat) { for (int i = 0; i < mat->Textu
Hello, are there any download archives for the substance for 3ds max 18 plugin. I recently had to reinstall max, and a few years ago the 2018 plugin was still offered but i have lost the setup file.I am unfortunately stuck on 3ds max 2018 as it is the last version with an exporter plugin for the game engine i am modding, so upgrading to a newer version is not possible.Is it possible someone still has the installer and could upload it if not officially available?
The Substance Materials appear too dark. See Screenshot below.How to fix this?Thanks for any ideas!
I removed within the Plugins-->Marketplace Folder the Substance FolderHowever, when I try to re-install the Epic Launcher is telling me, that the plugin is still installed. How to succesfully un-install the Substance 3D Plugin and then re-install?Thanks for any ideas, appreciate it!
Hi everyone. On the marketplace for epic games it says that:This product is not available in your region.How can i use subastane for my projects? Thanks in advance!jessi
Hi everyone,We just dropped a new update for the Substance addon in Blender, packed with improvements and a few fixes you've been asking for:Now compatible with the latest version of Blender! What's new: Added Octane translucent shader View your CPU core count and set a memory budget in addon preferences Upgraded Connector to v1.2, with support for both .sbsar (substance materials) and geometry files Fixed: wmic missing error message Python errors for Blender 4.4 Thanks as always for your feedback and testing! Link to download: https://www.adobe.com/products/substance3d/plugins/substance-in-blender.html
Even after reinstalling blender (3.2.2) , substance 3d addon (0.9.2), and integration tools (1.4.3) I am getting an error when trying to load a material. Python: RuntimeError: class SUBSTANCE_OT_load_sbsar, function invoke: incompatible return value , , Function.result expected a set, not a NoneType please advise
Hi all.When rendering a scene with a substance2 map, render times are several times slower in 3ds Max 2024 vs 2022.I've attached 2 screenshots from Arnold which show the render times. This issue also occurs with V-Ray. Also, the system also does not appear to be fully utilizing the CPU.When rendering with Arnold GPU in 2024, the initial render also takes a long time to actually begin the render compared to 2022. There is one issue I have with V-Ray that I do not have with Arnold in that the system completely locks up when beginning a render and when a render is finished in 2024. When I contacted Chaos support and they looked into it, they informed me that it was due to the Substance plugin regenerating texture previews, so I assume that is a plugin issue. My full conversation with them is here, if that is of any help.So far I've tried complete reinstalls of 3ds Max and V-Ray, complete reinstalls of the Nvidia drivers (I tried both the studio and gaming drivers, using DDU to
Hi everyone, the UE plugin for substance 3D is not available in my region. Is there a direct download or so?https://www.fab.com/listings/292bb370-f146-4d1e-89c2-afbdb26cea6b
Hey all, have a bit of an odd issue that I'm hoping you can help with. Our team is using Unity VCS for source control, but we have a frequent issue of files in the Substance Unity plugin showing as deleted and needing to re-add them. For example, Substance was working fine then I pulled in changes from a coworker (who hadn't touched the Substance plugin) and a bunch of the plugin files got deleted. The solution is to re-import the plugin, but now my version control is showing me as having added a bunch of plugin files, where nowhere in the project history do they show as being deleted. It's not a huge dealbreaker having to re-import the plugin when you pull in changes, but it's odd that it only happens with the Substance plugin. It's also happened across several projects with different coworkers. Are you aware of any issue like this? Any suggestions how to fix it?
Hello, ive created a material which i want to use in external software, Vstitcher (browzwear), all the exposed parameters that i want to work with are working properly except the custom inpute in the graph. i am using multi switch node to bring normal maps which i import to the graph in addition i want the user to have an option to bring his own normal map. the same thing i want to have for a mask which gives me the combination of two colors and normal maps in the same material. the input of the custom normal and mask are shown at vstitcher but i dont see any change in the viewport, i do not see the effect when i want to have my custom mask or normal. what the problem could be ? i think i tried everything.... please help. ive attached some screenshots.
Hi Is it normal for it to take a long time to open a Substance file in Blender using the addon? I have a Substance file with 6 graphs for 6 different objects and when I open it in Blender using the addon it takes 10 minutes, and the graphs are not even very big. Thanks
Hi all,I am using Unreal Engine 5.5 on Windows and am trying to package a project for Linux with the Substance 3D plugin enabled and textures imported into Unreal. However, the packaging process fails.The main error seems to be related to files placed in restricted directories (NoRedist, NotForLicensees, etc.) that cannot be included in a packaged build. However, I am unable to locate these folders.Errors message : UATHelper: Packaging (Linux): NotForLicenseesUATHelper: Packaging (Linux): NoRedistUATHelper: Packaging (Linux): If these files are intended to be distributed in packaged builds, move the source files out of a restricted folder, or remap them during staging using the following syntax in DefaultGame.ini:UATHelper: Packaging (Linux): [Staging]UATHelper: Packaging (Linux): +RemapDirectories=(From="Foo/NoRedist", To="Foo")UATHelper: Packaging (Linux): Alternatively, allow list them using this syntax in DefaultGame.ini:UATHelper: Packaging (Linux): [Staging]UATHelper:
I’m using the Substance to Unity plugin in a new project with only a sphere. I have imported one .sbsar file and set it up correctly and it works in editor and the play preview, however when I try play and build, the material is just white. If I replace the .sbsar setup with a standard material it works fine.How do I resolve this so my .sbsar materials work properly? Thanks a lot.
Hello,We have recently upgraded to the most recent version of Unreal Engine Substance plugin for Unreal Engine 5 and are hitting an issue that is intermittent. It seems some code in substance connector is triggering some fatal code for us when we run a multi process cook, the callstack is as follows:LogWindows: Error: appError called: Fatal error: [File:...\Engine\Source\Runtime\Launch\Private\Windows\LaunchWindows.cpp] [Line: 77] SECURE CRT: Invalid parameter detected. Expression: Unknown Function: Unknown. File: Unknown Line: 0 LogWindows: Error: Error reentered: Fatal error: [File:...\Engine\Source\Runtime\Launch\Private\Windows\LaunchWindows.cpp] [Line: 77] SECURE CRT: Invalid parameter detected. Expression: Unknown Function: Unknown. File: Unknown Line: 0 Error: begin: stack for UAT Error: Fatal error: [File:...\Engine\Source\Runtime\Launch\Private\Windows\LaunchWindows.cpp] [Line: 77] Error: SECURE CRT: Invalid parameter detected. Error: Expression: Unknown Function: Unknown. Fil
Hello,We have recently upgraded to the most recent version of Unreal Engine Substance plugin for Unreal Engine 5 and are hitting another issue that is intermittent. It seems on occassion when we run a multi cook process, the worker process(es) is getting stuck while shutting down. From what we have been able to see, it's getting stuck in Component::Impl::shutdown() (SubstanceConnectorComponentImpl.cpp)at the call Substance::Connector::Framework::shutdown();We are unsure as to why this might be happening as it does not reliably reproduce but is happening frequent enough to where it causes the cook process to hang until its forcefully disconnected.Unreal Engine version is 5.5.3We would appreciate any help, thank you.
Issue Summary:We are experiencing a severe pipeline issue that has cost our team hundreds of hours of manual correction when reimporting an SBSAR file with multiple graph instances that use presets.After importing and configuring textures in Unreal 5.5, we integrate the generated textures into a Material (MLS or Material Layering system). However, when making updates to the Substance Designer source file, republishing the SBSAR, and reimporting it into Unreal, the following issue occurs:Textures regenerate correctly based on the updated SBSAR.All material texture references are overridden to use only the most recently imported texture set.Material layers referencing other textures are obliterated, forcing us to manually restore each material.This completely breaks our material workflow and is clearly not intended behavior.Expected Behavior:After reimporting an SBSAR, texture references should preserve their original assignments per material instance.Actual Behavior:All texture referenc
I just installed the substance for blender add-on " Substance3DInBlender 0.9.2 ", I'm in blender 3.3.1 and when I'm intalling the tool " Substance 3D Integration Tools 1.4.3 Windows " from files in the add-on with " install from disk ", nothing happens, I tried reopen blender and reinstall the add-ons but it doesn't work.Could someone help me ?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.