Last updated on
Sep 18, 2023
- 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
SubstanceEditorTools
Adobe.SubstanceEditor.SubstanceEditorTools Class Reference
Tools and utilities for users to utilize on Editor scripts.
Inheritance diagram for Adobe.SubstanceEditor.SubstanceEditorTools:
Static Public Member Functions
• static void SetGraphFloatInput (SubstanceGraphSO graph, int inputId, float value)
• static void SetGraphFloatInput (SubstanceGraphSO graph, int inputId, float value)
• static void SetGraphFloatInput (SubstanceGraphSO graph, int inputId, float value)
Set graph float input.
• static void SetGraphFloat2Input (SubstanceGraphSO graph, int inputId, Vector2 value)
• static void SetGraphFloat2Input (SubstanceGraphSO graph, int inputId, Vector2 value)
• static void SetGraphFloat2Input (SubstanceGraphSO graph, int inputId, Vector2 value)
Set graph float2 input.
• static void SetGraphFloat3Input (SubstanceGraphSO graph, int inputId, Vector3 value)
• static void SetGraphFloat3Input (SubstanceGraphSO graph, int inputId, Vector3 value)
• static void SetGraphFloat3Input (SubstanceGraphSO graph, int inputId, Vector3 value)
Set graph float3 input.
• static void SetGraphFloat4Input (SubstanceGraphSO graph, int inputId, Vector3 value)
• static void SetGraphFloat4Input (SubstanceGraphSO graph, int inputId, Vector3 value)
• static void SetGraphFloat4Input (SubstanceGraphSO graph, int inputId, Vector3 value)
Set graph float4 input.
• static void SetGraphIntInput (SubstanceGraphSO graph, int inputId, int value)
• static void SetGraphIntInput (SubstanceGraphSO graph, int inputId, int value)
• static void SetGraphIntInput (SubstanceGraphSO graph, int inputId, int value)
Set graph int input.
• static void SetGraphInt2Input (SubstanceGraphSO graph, int inputId, Vector2Int value)
• static void SetGraphInt2Input (SubstanceGraphSO graph, int inputId, Vector2Int value)
• static void SetGraphInt2Input (SubstanceGraphSO graph, int inputId, Vector2Int value)
Set graph int2 input.
• static void SetGraphInt3Input (SubstanceGraphSO graph, int inputId, Vector3Int value)
• static void SetGraphInt3Input (SubstanceGraphSO graph, int inputId, Vector3Int value)
• static void SetGraphInt3Input (SubstanceGraphSO graph, int inputId, Vector3Int value)
Set graph int3 input.
• static void SetGraphInt4Input (SubstanceGraphSO graph, int inputId, int value0, int value1, int value2, int value3)
• static void SetGraphInt4Input (SubstanceGraphSO graph, int inputId, int value0, int value1, int value2, int value3)
• static void SetGraphInt4Input (SubstanceGraphSO graph, int inputId, int value0, int value1, int value2, int value3)
Set graph int4 input.
• static void SetGraphInputString (SubstanceGraphSO graph, int inputId, string value)
• static void SetGraphInputString (SubstanceGraphSO graph, int inputId, string value)
• static void SetGraphInputString (SubstanceGraphSO graph, int inputId, string value)
Set graph string input.
• static void SetGraphInputTexture (SubstanceGraphSO graph, int inputId, Texture2D value)
• static void SetGraphInputTexture (SubstanceGraphSO graph, int inputId, Texture2D value)
• static void SetGraphInputTexture (SubstanceGraphSO graph, int inputId, Texture2D value)
Set graph texture input.
• static void RenderGraph (SubstanceGraphSO graph)
• static void RenderGraph (SubstanceGraphSO graph)
• static void RenderGraph (SubstanceGraphSO graph)
Renders target graph and updates its assets.
• static string CreatePresetFromCurrentState (SubstanceGraphSO graph)
• static string CreatePresetFromCurrentState (SubstanceGraphSO graph)
• static string CreatePresetFromCurrentState (SubstanceGraphSO graph)
Creates a preset XML from the current state of the graph object.
• static List< SubstanceGraphSO > GetGraphs (this SubstanceFileSO fileSO)
• static List< SubstanceGraphSO > GetGraphs (this SubstanceFileSO fileSO)
• static List< SubstanceGraphSO > GetGraphs (this SubstanceFileSO fileSO)
Returns the list of SubstanceGraphSOs associated with a SubstanceFileSO.