I know you can set up custom track bar key filters, and that in itself is a callback system. I’m not sure where to find what you’re looking for, but I…
This is how I always go about redefining. Try this instead. /* custAttributes.getDef $.modifiers[1] 1 — Run this line while selecting the node th…
Take a look at scripted custom attributes in the reference. If its a numerical value and you want it to remain hidden from the end user, specify anim…
Ah cool, that would be it. Thanks Enrico.
I had to do something like this before to get around speed issues when collecting using nested arrays. Try something like.. [ul] [li]Make a copy o…
The problem is that rollouts exist in their own scope, not the same scope as the variable. Similar to this… rollout test “Test” ( check…
Oops, I apologize, I didn’t read your post carefully enough the first time. I saw you saying you were trying to do something that reminded me of some…
Try using just a single parameter and instead assign a float_list controller to it and then for however many controls you have just add a new controll…
Cool, seems like that was it. Working now. Thanks!
I’m just testing out the method outlined in the other thread mentioned above. It is working for me, but not consistently. More often than not I am g…
Just figured it out. For anyone who is wondering, it seems you cannot delete it through the custAttributes.delete method, but you can do it through t…
Hadn’t thought of that. Good call!
You can also use <rollout>.controls to get all controls existing in the rollout and then filter them to get exactly what spinners you are lookin…