Creating group node by script
meipe
Posts: 108
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.
meipe
Posts: 108
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 :)