RE: symmetry mapping template woes...
| Date : Wed, 4 Oct 2006 10:05:27 +0200 |
| To : <XSI(at)Softimage.COM> |
| From : "Matt Lowery" <matt(at)3dcharacter.co.za> |
| Subject : RE: symmetry mapping template woes... |
|
Thanks Robert!
Every time I send an e-mail to this list I'm amazed at
how helpful everyone is this... this list rocks!
m(at) From: owner-xsi(at)Softimage.COM [mailto:owner-xsi(at)Softimage.COM] On Behalf Of Robert Moodie Sent: 03 October 2006 21:01 PM To: XSI(at)Softimage.COM Subject: Re: symmetry mapping template woes... Here's a previous mail on the subject:
<-----------------------------------------------------8<--------------------------------------------->
Regarding Symmmetry Map templates:
I use a little helper script to print the deformers
list for a given envelope (see below).
Copy and paste the Symmetry Map Template columns
(when it's generated) into Excel.
Layout all the Left to Right connections in
Excel.
Double check this against my printed defromers list
to make sure there are no omissions (including effectors).
Then copy and paste the 2 columns back into the Sym
Map template.
Then I save a preset - immediately.
This might seem a bit convoluted, but every rig I
ever built has benefitted, and also the time savings by enveloping 1 half and
mirroring are well worth it.
hth
_rob
p.s. If you want to see something weird - get a
sphere and two 1 bone chains. Set the envelope to the 2 effectors
only. All weights are zero...
+++++++++++++++++++++++++++++++++++++++++++
'---/ rmPrintEnvelope Deformers
'---/ USAGE: Select the Envelope operator on a mesh to print defomers Dim oEnvelope, oDeformers, i,
oSelection
Set oRoot =
Application.ActiveProject.ActiveScene.Root
Set oGroup = oRoot.AddGroup ( ,"AllEnvelopeGroup") Set oEnvelope = Selection(0)
' Retrieve names of the Skeleton's deformers and
Print
Set oDeformers = oEnvelope.Deformers For i = 0 to oDeformers.Count - 1 oGroup.AddMember oDeformers.Item(i) LogMessage "Deformer #" & i + 1 & ": " & oDeformers.Item(i) Next +++++++++++++++++++++++++++++++++++++++++++++
-- -- |
- Follow-Ups:
- Re: symmetry mapping template woes...
- From: "Robert Moodie" <robertm(at)hybride.com>
- Re: symmetry mapping template woes...
- References:
- Re: symmetry mapping template woes...
- From: "Robert Moodie" <robertm(at)hybride.com>
- Re: symmetry mapping template woes...
| DATE: | << | >> | THREAD: | << | >> | INDEX: | Main | Thread |
|---|
- Previous by Date: RE: softbodies
- Next by Date: RE: softbodies
- Previous by Thread: RE: softbodies
- Next by Thread: RE: softbodies
- Index(es):
| Search the XSI List archives here or use the advanced search form to search across mailing lists. Searching help is available. |