Creating group node by script
meipe
Posts: 101
Hey there,
Is there a way to create a group node by script and parent to it some character in the scene?
Comments
http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/nodes/create_node/start shows how to create a node, you would just need to change
to
Once you have the group node, http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/nodes/convert_figure_to_props/start shows parenting/unparenting
Richard, you're the best :)