- Home
-
3D Applications
- Maya
- 3ds Max
-
MODO
- MODO overview
- Modo Plugin Release Notes
- Substance in MODO Overview
- Modo Installation
- Parameters
- Custom Materials
- Working with Normals
- Working with Emissive
- Bump and Displacement
- Working with References
- Animating Substances
- Copy/Duplicate Substance
- Environment and Rendering Setup
- Modo Switch Engine
- Tiling Modo textures
- Cinema 4D
- Houdini
-
Blender
- Blender overview
- Release Notes
- Substance in Blender Overview
- Downloading and Installing the Plugin
- Preferences
- The Substance 3D Panel
- Shortcuts and Navigation
- Workflows
- Physical size in Blender
- Substance 3D Assets Library
- Troubleshooting
- Uninstalling the Add-on
- Substance 3D Add-on for Blender Tutorials
- Creative Cloud Applications
-
Renderers
- Converting Substance outputs
- Color Management
- Arnold
- Vray
- Renderman
- Redshift
- Maxwell
- Corona
- Octane
- Keyshot
- Thea
- Maverick
- Toolbag
- Cycles and Eevee
- Partnerships
SubstanceRuntime Class
Adobe.Substance.Runtime.SubstanceRuntime Class Reference
Singleton class that handles Substance engine initialization and it is used to get native handlers to substance instances.
Inheritance diagram for Adobe.Substance.Runtime.SubstanceRuntime:
Public Member Functions
• SubstanceNativeGraph InitializeInstance (SubstanceGraphSO substanceInstance)
Creates a Substance SDK handle for a given SubstanceGraphSO.
Properties
• static SubstanceRuntime Instance [get]
Singleton instance.
Detailed Description
Singleton class that handles Substance engine initialization and it is used to get native handlers to substance instances.
Member Function Documentation
InitializeInstance()
SubstanceNativeGraph Adobe.Substance.Runtime.SubstanceRuntime.InitializeInstance ( SubstanceGraphSO substanceInstance ) [inline]
Creates a Substance SDK handle for a given SubstanceGraphSO.
Parameters
substanceInstance | Target SubstanceGraphSO |
Returns
Handle that communicates with the Substance SDK
Property Documentation
Instance
SubstanceRuntime Adobe.Substance.Runtime.SubstanceRuntime.Instance [static], [get]
Singleton instance.
Global singleton instance.
The NativeGraph.InRenderWork is intended only for internal use only to communicate with the Substance Engine, and should not be used for custom workflows.