Is it possible to bake all the mesh maps of a mesh with multiple materials at once using sbsbaker ?
When I assign materials in Substance Painter and import an object, all materials are listed separately, and I can bake them individually. However, when I tried to do this using sbsbaker through the command line, it didn’t work the same way.
The best solution I found was to create a separate JSON file for each mesh part using a Python script and then modify the --input-selection parameter to select each mesh part individually for baking. However, since it reloads the mesh every time, this greatly extends the bake time. Is there a way to solve this issue and speed up the process?
