Anyway to Delete All Spare Parameters on a HDA via python?
793
2
0
-
- mrpdean
- Member

- 80 posts
- Joined: April 2019
- Offline
Hi,
Is there a way to trigger the
Delete All Spare Parameters command on a HDA via python?

Thanks
Attachments:
Untitled-1.jpg (58.6 KB)
-
- vikus
- Member

- 247 posts
- Joined: May 2017
- Offline
HI there is no direct command that handles this, but you can try:
node.setParmTemplateGroup(hou.ParmTemplateGroup())
-
- mrpdean
- Member

- 80 posts
- Joined: April 2019
- Offline
Thanks you very much!
This seems to give me the desired outcome