Last updated on
Sep 15, 2025
Note
Documentation for Substance Automation Toolkit is now included in the SAT package. You can access the documentation by opening html-doc.zip inside your downloaded SAT package.
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 |