Automate putting a list of nodes into a subnetwork in Python

   564   1   1
User Avatar
Member
130 posts
Joined: 9月 2021
Offline
Hi!

Say I have a list of nodes that each have the same parent. Is there a way to automate wrapping this list of nodes in a subnetwork in Python?

Thanks!
Anson
User Avatar
Member
4 posts
Joined: 9月 2014
Offline
hou.copyNodesTo(selectedNodes, subnet_node)
  • Quick Links