So I have a scenario where I want to be able to set 1-3 possible variables on a component. So I was basically going to check if the vars are None, just ignore them. So the vars are a mix of floats (Slider) and int, so by default the vars are all 0, which would mean it would set the vars to 0 and the user has to explicitly set them to NONE.
So basically its currently an OPT OUT situation and I want an OPT IN, so is there an attribute I can use to default the vars to None?
I do not know if others would find it useful, in my specific situation I am trying to get away from having LOTS of individual actions to set an individual property and I want to be able to set multiple properties at once but like I say have it as an opt in situation so they are ignored unless the values are there… for the moment I am happy to just set the attribute.
Author
Posts
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.
Login
Register
By registering on this website you agree to our Privacy Policy.