how do i use getPropertiesOnNode() ?
huntergeen
Posts: 36
[how do i use getPropertiesOnNode()]
Nodes = Scene.getNodeList();for (i = 0; i < Nodes.length; i++) { obj = Nodes[i].getObject(); if (obj !== null) { nodeName = Nodes[i].name; ConfuseAsHell=getPropertiesOnNode(Nodes[i],includeModifiers=true); } }
Post edited by Richard Haseltine on
Comments
Please put your question in the post body and the title - Daz 3D Forums -I assume the subject line is the question and code snippet is what you are trying to do, but it is very hard(for me) to understand you.
Have you looked at the samples related to properties? http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/start#properties
So what are you asking, stating, or offering?
I want to know how to use this function , I mean getPropertiesOnNode() ,Now i Knew
Now you know?
Yes