Automate putting a list of nodes into a subnetwork in Python

   445   1   1
User Avatar
Member
129 posts
Joined: Sept. 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: Sept. 2014
Offline
hou.copyNodesTo(selectedNodes, subnet_node)
  • Quick Links