1
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
I've heard it said that the Automation Toolkit can reproduce almost all processes that could be done using DesignerIt's important to note that Substance Automation Toolkit (SAT) is not an API for Substance Designer.
if __name__ == "__main__":
destFileAbsPath = python_helpers.getAbsPathFromModule(sys.modules[__name__], 'sample/resultDemoHelloWorld.sbs')
demoHelloWorld(aDestFileAbsPath = destFileAbsPath)
I have noticed "Cooking optimization options" in sbscooker.I haven't strayed from the default settings so I can't provide any input here.
My goal is to make sbscooker as quick as possible (there will be a dedicated computer). As far as I understand, I have to set "crc" to "1" and "full" to "0". But this actually increased cooking time for me. After that, I've applied "merge-data 1" and it made the process faster for me. What settings should I apply for the fastest performance?
In the future we would like to use sbsmutator to edit existing graphs...Edit what, exactly?
In the future we would like to use sbsmutator to edit existing graphs, sbscooker to make these "ready-for-render" and sbsrender to render them. Is this the "official" way to this?Yup, sounds about right.
And if it is, what hardware would you recommend? What is more important for this use-case, CPU or GPU?Tough to answer as it's highly relative to your production needs and how you optimize your subprocesses.
How much RAM would you recommend for a medium complex graph?Again, very relative. How would you define a medium complex graph?
(Correction: There is an installer download for Substance Automation Toolkit but no license key file. I assume that it does not need one.)
...since there is only a $5000/yr option, and my inquiry to ask about other options yielded no response.
Did you ever find an option that was less than $5000/yr?
When I hit submit it says the captcha wasn't entered correctly, but I don't see one on the page.Are you using an ad-blocker? It might be disabling some desired elements on the page that may need to be whitelisted.
1. get the name of the current graph in the package ?
import sd.api.qtforpythonuimgrwr ui_mgr
graph = ui_mgr.getCurrentGraph()
graph_name = graph.getIdentifier()
2. get the function/info in the 3D View ? (I'm trying to reset the position then save the image into specified location)Unfortunately there's no way to interact with the 3d view via SD API.