Last updated on
May 24, 2023
- Substance 3D home
- Home
- Command Line Tools
- Command Line overview
- sbsbaker
- sbscooker
- sbsmtools
- sbsmutator
- sbsrender
- sbsupdater
- Command Line overview
- Pysbs - Python API
- Pysbs - Python API overview
- Getting started
- General topics
- Examples
- API Content
- API Content overview
- Substance definitions
- Common interfaces
- compnode
- context projectmgr
- graph
- mdl
- modelgraphindex
- modelannotationnames
- modelgraph
- modelgraphgenerator
- modelgraphimplementation
- modelnodenames
- modeloperand
- modulegraphindex
- moduleannotation
- moduleconnection
- modulegraph
- modulegraphgenerator
- modulegraphimplementation
- modulegraphlibrary
- modulegraphregister
- modulenode
- modulenodeimplementation
- modulenodeinstance
- moduleoperand
- moduleoutputbridging
- moduleparaminput
- params
- projectmgrdoc
- sbsarchive
- sbscommon
- sbspreset
- sbsproject
- substance
- Libraries
- sbsenum
- sbslibrary
- sbsbakerslibrary
- Helpers
- Execution context
- API Change log
- Samples
- Setup and Getting Started
- Integrations
- Substance Maya toolset
- Changelog overview
sbsarenum
Module sbsarenum provides all the enumeration used in the SBSAR file format
class sbsarchive.sbsarenum.SBSARTypeEnum
Bases: object
Enumeration of all the input types as saved in a .sbsar file
FLOAT1 = 0 FLOAT2 = 1 FLOAT3 = 2 FLOAT4 = 3 INTEGER1 = 4 IMAGE = 5 STRING = 6 FONT = 7 INTEGER2 = 8 INTEGER3 = 9 INTEGER4 = 10
sbsarchive.sbsarenum.convertSbsarType2SbsType()
Convert the given SBSAR parameter type into SBS parameter type
Parameters: | aType (SBSARTypeEnum ) – the type to convert |
---|---|
Returns: | the type as a ParamTypeEnum |