Tomas Slancik
tamte
About Me
INDUSTRY
Advertising / Motion Graphics
Connect
LOCATION
New York,
United States
WEBSITE
Houdini Skills
Availability
I am currently employed at Method Studios
Recent Forum Posts
Multiple Toggles (only one toggle should be ON) Nov. 8, 2025, 11:21 p.m.
olivierthyes, that's one gotcha of Button Strip, it has to have the menu enabled and then the buttons in Button Strip are the entries in the menu
I tried to replicate all settings but my buttons don't show up. The only difference I found is the "Use Menu" (under the Menu tab).
and the menu type defines whether you can select only a single option (Replace) or allowed to select multiple ( Toggle )
since menu is compulsory the menu checkbox is grayed out, but there seems to be a bug that the parameter still cares whether the checkbox is enabled or not
if you create Button Strip parm directly then the menu will be enabled
however if you created parameter of any other type and then changed it to Button Strip (which is likely what happened) then the menu is likely unchecked
so just change it to Int, enable Menu and change back to Button Strip
or create Button Strip to begin with
Multiple Toggles (only one toggle should be ON) Nov. 7, 2025, 10:56 a.m.
while you could implement turning on/off of others using callback scripts if you really want to stick to toggles
but I'd certainly recommend using Button Strip instead
but I'd certainly recommend using Button Strip instead
How do I link two nodes without using connections Nov. 6, 2025, 2:29 p.m.
here is a simple example
the dependency link is snown in this case when one node's parameter references another therefore it's dependent on it
the dependency link is snown in this case when one node's parameter references another therefore it's dependent on it