Answered
Which nodes can be created through the Scripting API?
Hi,
For example :
graph.newNode("sbs::compositing::uniform")
Creates a new uniform node in my Substance Designer graph, great.
Besides uniform, which other ones can be created this way?
I've been trying to find a function that returns the complete list of nodes. The closest one so far seems to be :
node.getDefinition().getLabel())
This returns Uniform Color
And 2nd question, is it possible to spawn a graph from a sbrar imported resource?
Thanks!
