Creating group node by script
![meipe](https://hpclscruffy.daz3d.com/forums/uploads/userpics/788/nE7B494EFD1C6.png)
Hey there,
Is there a way to create a group node by script and parent to it some character in the scene?
You currently have no notifications.
Hey there,
Is there a way to create a group node by script and parent to it some character in the scene?
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2025 Daz Productions Inc. All Rights Reserved.
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 :)