i have made an interface from Radio Button type folders and I want to use it in Switch SOP to switch between the inputs.
How can i access the information about active radio button by expression?
Or is there some other way of using Radio Buttons?
Radio Buttons Usage?
14175 6 5-
- tamte
- Member
- 9305 posts
- Joined: 7月 2007
- オフライン
-
- Allegro
- Member
- 696 posts
- Joined: 3月 2006
- オフライン
-
- graham
- Member
- 1925 posts
- Joined: 11月 2006
- オフライン
-
- Nicolas Heluani
- Member
- 286 posts
- Joined: 12月 2015
- オフライン
-
- Eche
- Member
- 43 posts
- Joined: 2月 2018
- オフライン
-
- ubietyworld
- Member
- 21 posts
- Joined: 11月 2022
- オフライン
-
- vicvvsh
- Member
- 59 posts
- Joined: 4月 2016
- オフライン
ubietyworld
Resurrecting the necro thread in AD 2025 to say "lol, wtf"?
Works like a charm, but how did you even figure that out? Both selecting the second folder, and removing the underscore. Must have been a lot of silly trial and error.
Appreciate you suffering on all our behalf.
We can get all parameters of the node (and hda) and parameter's name respectfully by running this python code:
node_parms = hou.node("node_path").parms() for p in node_parms: print(p.name())
Just use parameter's name in expression.
Edited by vicvvsh - 2025年7月19日 01:46:42
-
- Quick Links