Maybe you need to define your variable as “global”. So just write “global” in front of your definition like: global mybox = box()
I already did that but it did not help to solve the problem. eek: Just capture its transform space relative to a target: ($spring.transform *…
I was trying to control the weighting of the spring controller for each axis locally in order to have a spring only in specific local axis. Stupidly, …
Working perfectly! I should really have got that idea on myself cause I am using ExposeTm a lot. Sometimes you are just blocked… Thank you very much.
Damn that is a good idea. I will check that immediately…
Oh, sorry, I thought you had a nicer method than Bobo. I didn’t read correctly, my fault.
Gravey, I don’t think your method works correctly. Indeed Bobo’s function already works. Here is a script that displays all names of the currently v…
I also need this. Bobo, can you help?
Perfect, thanks.
Ok, so you first assign a variable to the controller, then check if this variable is used. Well, that works fine if you first want to assign a control…
I鈥檓 sorry, this doesn鈥檛 work. I create a point helper (Position_XYZ is applied by default). Then I type in $.pos.controller == position_xyz. This ret…
Thank you eek, I will need this stuff in the future more often as advanced custom rigging is definitely an option for our next project. For this one,…