Is there any way to store state in param/param editor?

   654   0   0
User Avatar
Member
10 posts
Joined: March 2017
Offline
If there is a list of node names
['box1', 'attribwrangle1', 'transform1']
that have been calculated in some way, is there a way to select them in order, for example by pressing a button added in "Edit parameter interface" like added picture(1st click, 2nd click, and 3rd click)?
That is, the title, way to store state in param itself or param editor.

I know that if a node's full-path is nPath, I can select it by

hou.node(nPath).setDisplayFlag(True)
hou.node(nPath).setRenderFlag(True)
Edited by shin_t_o_ - Nov. 4, 2022 07:32:54

Attachments:
sample.png (68.5 KB)

  • Quick Links