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.
thumbnail
class batchtools.thumbnail.ThumbnailRenderSbsarUsages
Bases: object
AMBIENTOCCLUSION = ('ambientOcclusion',)
ANISOTROPYANGLE = ('anisotropyAngle',)
ANISOTROPYLEVEL = ('anisotropyLevel',)
BASECOLOR = ('baseColor',)
EMISSIVE = ('emissive',)
HEIGHT = ('height',)
METALLIC = ('metallic',)
NORMAL = ('normal',)
OPACITY = ('opacity',)
PHYSICALSIZE = ('physicalSize',)
ROUGHNESS = ('roughness',)
SPECULARLEVEL = ('specularLevel',)
batchtools.thumbnail.generate(aInput, aSize=(10, 10), aOutputPath=None, aThumbnailTemplate=None, aContext=None, aOutputInputMapping=None)
Generate a thumbnail for the given sbsar input. By default the connection between the input file and the thumbnail render sbsar is based on the usage names
| Parameters: |
|
|---|---|
| Returns: | generated thumbnail output path |