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.
Batch Tools Demo
Overview
The batch tools demo is a general overview of the different features in the batch tools.It's driven from a python script called demos.py (not dependent on the PySbs library). Most of the actual work is done in the file batchtools_utilities.py which can invoke the various command line tools from python.
Note, the content for this demo is not included in the indie version of the Substance Automation Toolkit
The demo shows the following things:
- Cooking of .sbs files to .sbsar files
- Various maps will be baked using sbsbaker
- Rendering of .sbsar files to textures using sbsrender
- Exporting an .sbs file to a different directory with all its dependencies
The generated files will be in the directory called samples_output when the sample is done running.