Great info Pete, I really appreciate it. I think I’ll start small and work my way up the ladder before I dive in the really custom stuff. Been wanting…
That is very cool! You’ve been on a roll lately, lots of good stuff. I’ve been wanting to implement a custom control. I’m still trying to wrap my hea…
can you re-post the code you are using now?
It is just an array, you just ask for it by channel id, for example channel 1: b = $foo_2.modifiers[#morpher][1] If you need the channel name: …
ZeBoxx2: you can actually put the display there using gw.setPos… or anywhere… but it’s still only going to react to mouse interactions in the origin…
Sadly no you can’t detach a viewport like you can in Maya. Search should bring up a thread with technical details about why not. Your best bet is to …
Should be able to just do: $yourIK.transform.controller.VHTarget = $elbowCrtl
I was getting weird results with this method too. I went with a different solution that involves creating a light to match the camera and baking the l…
I have this article written by Jeff Hanna bookmarked that talks about custom installers vs. mzp files. It might help solve some of the issues mentione…