Unable to Access Graph Object via Python API in Substance 3D Designer 14.0.0
Hi everyone,
I'm currently working with Substance 3D Designer 14.0.0 and trying to write a Python script to automatically modify a parameter (e.g., a "Scale" float) and export a sequence of outputs from a specific Output node (with the identifier basecolor).
However, I've run into a major issue: I can't seem to retrieve the graph object via the sd.api module.
Almost every method I tried from the documentation—like sd.getContext(), getPackageMgr(), getGraphFromIdentifier() —returns an error or doesn’t behave as expected.
It seems that either the API structure has changed in this version, or something is missing in how the Python environment is initialized. As a result, I cannot even access the graph object, which blocks all downstream operations like modifying parameters or exporting outputs.
Has anyone successfully used the Python API in 14.0.0 to access the graph and automate exports?
If so, could you please share how you set up the script environment and retrieved the graph?
Thanks in advance!
