Substance Command IDs

Detailed Description

Substance Command IDs, use with CallCommand()

Variables

static const Int32 ID_SUBSTANCE_COMMAND_OPENMANAGER
 
static const Int32 ID_SUBSTANCE_COMMAND_SYNCTRCLIENTS
 
static const Int32 ID_SUBSTANCE_COMMAND_LOADASSET
 
static const Int32 ID_SUBSTANCE_COMMAND_LOADFOLDER
 
static const Int32 ID_SUBSTANCE_COMMAND_REIMPORT
 
static const Int32 ID_SUBSTANCE_COMMAND_CUT
 
static const Int32 ID_SUBSTANCE_COMMAND_COPY
 
static const Int32 ID_SUBSTANCE_COMMAND_PASTE
 
static const Int32 ID_SUBSTANCE_COMMAND_REMOVE
 
static const Int32 ID_SUBSTANCE_COMMAND_REMOVEUNUSED
 
static const Int32 ID_SUBSTANCE_COMMAND_SELECT_ALL
 
static const Int32 ID_SUBSTANCE_COMMAND_DESELECT_ALL
 
static const Int32 ID_SUBSTANCE_COMMAND_SELECTFROMMATERIAL
 
static const Int32 ID_SUBSTANCE_COMMAND_SELECTFROMMARKEDMATERIAL
 
static const Int32 ID_SUBSTANCE_COMMAND_SELECTFROMOBJECT
 
static const Int32 ID_SUBSTANCE_COMMAND_SELECTMATERIALS
 
static const Int32 ID_SUBSTANCE_COMMAND_SELECTOBJECTS
 
static const Int32 ID_SUBSTANCE_COMMAND_ENABLEALL
 
static const Int32 ID_SUBSTANCE_COMMAND_DISABLEALL
 
static const Int32 ID_SUBSTANCE_COMMAND_OPENPREFS
 
static const Int32 ID_SUBSTANCE_COMMAND_CREATEMATERIAL
 
static const Int32 ID_SUBSTANCE_COMMAND_CREATEMATERIALMETALLIC
 
static const Int32 ID_SUBSTANCE_COMMAND_CREATEMATERIALGLOSSY
 
static const Int32 ID_SUBSTANCE_COMMAND_DUPLICATE
 
static const Int32 ID_SUBSTANCE_COMMAND_DUPLICATEWITHMATERIAL
 
static const Int32 ID_SUBSTANCE_COMMAND_IMPORTPRESET
 
static const Int32 ID_SUBSTANCE_COMMAND_IMPORTPRESETMERGE
 
static const Int32 ID_SUBSTANCE_COMMAND_EXPORTPRESET
 
static const Int32 ID_SUBSTANCE_COMMAND_DISKCACHESELECTED
 
static const Int32 ID_SUBSTANCE_COMMAND_DISKCACHECHANGED
 
static const Int32 ID_SUBSTANCE_COMMAND_DISKCACHEALL
 
static const Int32 ID_SUBSTANCE_COMMAND_DISKCACHECLEARSELECTED
 
static const Int32 ID_SUBSTANCE_COMMAND_DISKCACHECLEARALL
 

Variable Documentation

◆ ID_SUBSTANCE_COMMAND_OPENMANAGER

const Int32 ID_SUBSTANCE_COMMAND_OPENMANAGER
static

Opens the Substance Asset Manager.

Since
R18

◆ ID_SUBSTANCE_COMMAND_SYNCTRCLIENTS

const Int32 ID_SUBSTANCE_COMMAND_SYNCTRCLIENTS
static

Synchronizes the Substance Engine setting of all TeamRender clients based on the setting in Substance preferences.

Since
R18

◆ ID_SUBSTANCE_COMMAND_LOADASSET

const Int32 ID_SUBSTANCE_COMMAND_LOADASSET
static

Opens a file requester and imports the chosen Substance asset into the active document.

Since
R18

◆ ID_SUBSTANCE_COMMAND_LOADFOLDER

const Int32 ID_SUBSTANCE_COMMAND_LOADFOLDER
static

Opens a folder requester and import all Substance assets from selected folder into the active document.

Since
R19

◆ ID_SUBSTANCE_COMMAND_REIMPORT

const Int32 ID_SUBSTANCE_COMMAND_REIMPORT
static

Reloads the Substance assets currently selected in Substance Asset Manager.

Since
R18

◆ ID_SUBSTANCE_COMMAND_CUT

const Int32 ID_SUBSTANCE_COMMAND_CUT
static

Cuts selected Substance Assets to clipboard.

Since
R19

◆ ID_SUBSTANCE_COMMAND_COPY

const Int32 ID_SUBSTANCE_COMMAND_COPY
static

Copies selected Substance Assets to clipboard.

Since
R19

◆ ID_SUBSTANCE_COMMAND_PASTE

const Int32 ID_SUBSTANCE_COMMAND_PASTE
static

Pastes Substance Assets from clipboard.

Since
R19

◆ ID_SUBSTANCE_COMMAND_REMOVE

const Int32 ID_SUBSTANCE_COMMAND_REMOVE
static

Deletes selected Substance Assets from scene.

Since
R19

◆ ID_SUBSTANCE_COMMAND_REMOVEUNUSED

const Int32 ID_SUBSTANCE_COMMAND_REMOVEUNUSED
static

Deletes all unused Substance Assets from scene.

Since
R19

◆ ID_SUBSTANCE_COMMAND_SELECT_ALL

const Int32 ID_SUBSTANCE_COMMAND_SELECT_ALL
static

Selects all Substance assets in the active document.

Since
R18

◆ ID_SUBSTANCE_COMMAND_DESELECT_ALL

const Int32 ID_SUBSTANCE_COMMAND_DESELECT_ALL
static

De-selects all Substance assets in the active document.

Since
R18

◆ ID_SUBSTANCE_COMMAND_SELECTFROMMATERIAL

const Int32 ID_SUBSTANCE_COMMAND_SELECTFROMMATERIAL
static

Selects Substance Assets based on selected materials.

Since
R19

◆ ID_SUBSTANCE_COMMAND_SELECTFROMMARKEDMATERIAL

const Int32 ID_SUBSTANCE_COMMAND_SELECTFROMMARKEDMATERIAL
static

Selects Substance Assets based on marked materials.

Since
R19

◆ ID_SUBSTANCE_COMMAND_SELECTFROMOBJECT

const Int32 ID_SUBSTANCE_COMMAND_SELECTFROMOBJECT
static

Selects Substance Assets based on selected objects/tags.

Since
R19

◆ ID_SUBSTANCE_COMMAND_SELECTMATERIALS

const Int32 ID_SUBSTANCE_COMMAND_SELECTMATERIALS
static

Selects materials using the selected Substance Assets.

Since
R19

◆ ID_SUBSTANCE_COMMAND_SELECTOBJECTS

const Int32 ID_SUBSTANCE_COMMAND_SELECTOBJECTS
static

Selects objects using the selected Substance Assets.

Since
R19

◆ ID_SUBSTANCE_COMMAND_ENABLEALL

const Int32 ID_SUBSTANCE_COMMAND_ENABLEALL
static

Enables all Substance Assets.

Since
R19

◆ ID_SUBSTANCE_COMMAND_DISABLEALL

const Int32 ID_SUBSTANCE_COMMAND_DISABLEALL
static

Disables all Substance Assets.

Since
R19

◆ ID_SUBSTANCE_COMMAND_OPENPREFS

const Int32 ID_SUBSTANCE_COMMAND_OPENPREFS
static

Opens Substance preferences page.

Since
R19

◆ ID_SUBSTANCE_COMMAND_CREATEMATERIAL

const Int32 ID_SUBSTANCE_COMMAND_CREATEMATERIAL
static

Creates standard material from selected Substance Assets.

Since
R19

◆ ID_SUBSTANCE_COMMAND_CREATEMATERIALMETALLIC

const Int32 ID_SUBSTANCE_COMMAND_CREATEMATERIALMETALLIC
static

Creates metallic material from selected Substance Assets.

Since
R19

◆ ID_SUBSTANCE_COMMAND_CREATEMATERIALGLOSSY

const Int32 ID_SUBSTANCE_COMMAND_CREATEMATERIALGLOSSY
static

Creates glossy material from selected Substance Assets.

Since
R19

◆ ID_SUBSTANCE_COMMAND_DUPLICATE

const Int32 ID_SUBSTANCE_COMMAND_DUPLICATE
static

Duplicates selected Substance Assets.

Since
R19

◆ ID_SUBSTANCE_COMMAND_DUPLICATEWITHMATERIAL

const Int32 ID_SUBSTANCE_COMMAND_DUPLICATEWITHMATERIAL
static

Duplicates selected Substance Assets together with materials using them.

Since
R19

◆ ID_SUBSTANCE_COMMAND_IMPORTPRESET

const Int32 ID_SUBSTANCE_COMMAND_IMPORTPRESET
static

Applies a Substance preset to the selected Substance Assets.

Since
R19

◆ ID_SUBSTANCE_COMMAND_IMPORTPRESETMERGE

const Int32 ID_SUBSTANCE_COMMAND_IMPORTPRESETMERGE
static

Merges a Substance preset into the selected Substance Assets.

Since
R19

◆ ID_SUBSTANCE_COMMAND_EXPORTPRESET

const Int32 ID_SUBSTANCE_COMMAND_EXPORTPRESET
static

Exports a Substance preset for the selected Substance Assets.

Since
R19

◆ ID_SUBSTANCE_COMMAND_DISKCACHESELECTED

const Int32 ID_SUBSTANCE_COMMAND_DISKCACHESELECTED
static

Creates/updates disk cache for selected Substance Assets.

Since
R19

◆ ID_SUBSTANCE_COMMAND_DISKCACHECHANGED

const Int32 ID_SUBSTANCE_COMMAND_DISKCACHECHANGED
static

Creates/updates disk cache for changed Substance Assets.

Since
R19

◆ ID_SUBSTANCE_COMMAND_DISKCACHEALL

const Int32 ID_SUBSTANCE_COMMAND_DISKCACHEALL
static

Creates/updates disk cache for all Substance Assets.

Since
R19

◆ ID_SUBSTANCE_COMMAND_DISKCACHECLEARSELECTED

const Int32 ID_SUBSTANCE_COMMAND_DISKCACHECLEARSELECTED
static

Deletes disk cache for selected Substance Assets.

Since
R19

◆ ID_SUBSTANCE_COMMAND_DISKCACHECLEARALL

const Int32 ID_SUBSTANCE_COMMAND_DISKCACHECLEARALL
static

Deletes disk cache for all Substance Assets.

Since
R19