Re: How to mirror a rig pose

2014-03-04 Thread Nicolas Esposito
Nice! thanks for sharing :) 2014-03-04 17:29 GMT+01:00 pedro santos probi...@gmail.com: Nuno Conceição pushed me to do this with dictionaries and looks a lot more cleaner. He also layed-out out the parts of the code that interface with Softimage. In Softimage Select Face Robot controls and

Re: How to mirror a rig pose

2014-03-04 Thread pedro santos
Heya Nick Updated the urls, just to clean out trash test code. One problem came to me. Now I need to make a script that keys the mirror controls :) Otherwise not much of a purpose. Cheers

Re: How to mirror a rig pose

2014-03-04 Thread pedro santos
Ahh it was simple, just 2 lines. Silly me. Updated :D Will SaveKeyOnMarkedKeyable on the selected controls and their pair. Cheers On Wed, Mar 5, 2014 at 1:04 AM, pedro santos probi...@gmail.com wrote: Heya Nick Updated the urls, just to clean out trash test code. One problem came to me.

Re: How to mirror a rig pose

2014-03-03 Thread pedro santos
Heya Nick I'm a python newbie and I know very little of Softimage application of Python, but I'm working my way up to do the same thing you are doing. Independently from Softimage I made a little script that returns a list of the symmetrical control, or itself if it's a center control. Example:

Re: How to mirror a rig pose

2014-02-25 Thread pedro santos
Of Eric Turman Sent: Monday, February 24, 2014 1:52 PM To: softimage@listproc.autodesk.com Subject: Re: How to mirror a rig pose Olivier Ozoux made a script for me at Raven Software back in 2001 when we were using a beta version of XSI 1.5 to do Star Wars:Jedi Knight:Outcast that did this. Olivier

Re: How to mirror a rig pose

2014-02-25 Thread Cesar Saez
If you're planning to roll your own thing, the difflib module (python std library) works great to create mapping tables, you can easily calc. the ratio between names instead of relying on some fixed naming convention :) from difflib import SequenceMatcher ratio = lambda x, y:

Re: How to mirror a rig pose

2014-02-25 Thread Nicolas Esposito
I'll probably share it as soon as I'll finish it, but the solution with the nulls looks like could be the solution Basically the setup is: A set of Nulls with position and orientation constraints to the FaceRobot controllers Another set of Nulls ( duplicated from above, with the constraint

Re: How to mirror a rig pose

2014-02-24 Thread Eric Thivierge
Not sure how ICE would solve this at all... anyhow, it's a scripting exercise with some intermediate matrix math involved. So, no not an easy thing to solve but it's doable. Not sure if there are any tools out there though. Eric T. On Monday, February 24, 2014 12:03:10 PM, Nicolas Esposito

Re: How to mirror a rig pose

2014-02-24 Thread Eric Turman
Olivier Ozoux made a script for me at Raven Software back in 2001 when we were using a beta version of XSI 1.5 to do Star Wars:Jedi Knight:Outcast that did this. Olivier was head of special projects at that time. The script handled arbitrary orientations mirrored and otherwise like a champ.

RE: How to mirror a rig pose

2014-02-24 Thread Grahame Fuller
...@listproc.autodesk.com [mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Eric Turman Sent: Monday, February 24, 2014 1:52 PM To: softimage@listproc.autodesk.com Subject: Re: How to mirror a rig pose Olivier Ozoux made a script for me at Raven Software back in 2001 when we were using a beta version of XSI

Re: How to mirror a rig pose

2014-02-24 Thread Eric Thivierge
@listproc.autodesk.com Subject: Re: How to mirror a rig pose Olivier Ozoux made a script for me at Raven Software back in 2001 when we were using a beta version of XSI 1.5 to do Star Wars:Jedi Knight:Outcast that did this. Olivier was head of special projects at that time. The script handled arbitrary orientations

Re: How to mirror a rig pose

2014-02-24 Thread Ben Barker
: softimage-boun...@listproc.autodesk.com [mailto:softimage-bounces@ listproc.autodesk.com] On Behalf Of Eric Turman Sent: Monday, February 24, 2014 1:52 PM To: softimage@listproc.autodesk.com Subject: Re: How to mirror a rig pose Olivier Ozoux made a script for me at Raven Software back in 2001

Re: How to mirror a rig pose

2014-02-24 Thread Nicolas Esposito
...@listproc.autodesk.com [mailto:softimage-bounces@ listproc.autodesk.com] On Behalf Of Eric Turman Sent: Monday, February 24, 2014 1:52 PM To: softimage@listproc.autodesk.com Subject: Re: How to mirror a rig pose Olivier Ozoux made a script for me at Raven Software back in 2001 when we were using a beta

Re: How to mirror a rig pose

2014-02-24 Thread Ben Barker
] On Behalf Of Eric Turman Sent: Monday, February 24, 2014 1:52 PM To: softimage@listproc.autodesk.com Subject: Re: How to mirror a rig pose Olivier Ozoux made a script for me at Raven Software back in 2001 when we were using a beta version of XSI 1.5 to do Star Wars:Jedi Knight:Outcast that did

Re: How to mirror a rig pose

2014-02-24 Thread Nicolas Esposito
...@listproc.autodesk.com [mailto: softimage-boun...@listproc.autodesk.com] On Behalf Of Eric Turman Sent: Monday, February 24, 2014 1:52 PM To: softimage@listproc.autodesk.com Subject: Re: How to mirror a rig pose Olivier Ozoux made a script for me at Raven Software back in 2001 when we were using a beta