Forum: Poser Python Scripting


Subject: What is node a member of?

RobynsVeil opened this issue on Mar 14, 2010 ยท 10 posts


nruddock posted Sun, 14 March 2010 at 9:14 AM

You can either use ShaderTree.Nodes() which returns a list of all Nodes, or use ShaderTree.NumNodes() and ShaderTree.Node(i)