Jump to content

Using Radio Button Folders


Recommended Posts

hi ,

i used it for myself lately ... so here it is :

thisNode = hou.pwd()

foldParm = thisNode.parm( "folder01" )

if foldParm.eval() == 0:
    'switch to .. ( whatever )'
elif foldParm.eval() == 1:
    'switch to .. ( the other whatever )'

...

else :
    'switch to .. ( the last whatever )'

you should check for their corresponding indices in the list of tabs ( integer number starting from 0 )

.cheers

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...