Jump to content

disable when scripts?


Dee

Recommended Posts

Hi :) I'm having problems with Houdini's tool building settings and have actually been wondering this for a long time...can anyone help?

I have 3 options in my new tool I'm building which has lots of options. I want one option to be disabled unless 2 other options are BOTH turned on.

right now, I do this:

option 3's Disable when script is currently: { option1 != 1 }

I tried this: { option1 != 1, option2 != 1 }

but that basically does an "or" where either way satisfies the dependency. option1 is a list with 11 options, but I want this enabled only when it is set to 1.

I also tried: { option1 != 1 } { option2 != 1 }

and: { option1 != 1 && option2 != 1 }

None of them work. Can anyone tell me what the right way to do this is?

Thank you!

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...