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.
sbsbakerslibrary
Content included in sbsbakers module:
Module sbsbakerslibrary provides the libraries of Bakers and their parameters that are defined in the modules sbsbakersdef and sbsbakingparameters.
sbsbakers.sbsbakerslibrary.getBakerDefaultIdentifier(aBaker)
Get the default string identifier of the given baker (from its ConverterID or identifier)
| Parameters: | aBaker (BakerEnum or str (ConverterID or identifier)) – baker identifier |
|---|---|
| Returns: | the default identifier as a string |
sbsbakers.sbsbakerslibrary.getBakerDefinition(aBaker)
Get the definition of the given baker identifier (from its ConverterID or identifier)
| Parameters: | aBaker (BakerEnum or str (ConverterID or identifier)) – baker identifier |
|---|---|
| Returns: | a BakingConverter object if found, None otherwise |
sbsbakers.sbsbakerslibrary.getBakerEnum(aBakerID)
Get the enum value of the given baker (from its ConverterID or identifier)
| Parameters: | aBakerID (str) – baker ConverterID (ex: ‘BakerMeshConverterGLMapBakerManager.Curvature’) or identifier (ex: ‘Curvature [2]’) |
|---|---|
| Returns: | the baker as a BakerEnum |