Re: symmetry mapping template woes...
| Date : Tue, 3 Oct 2006 15:00:59 -0400 |
| To : <XSI(at)Softimage.COM> |
| From : "Robert Moodie" <robertm(at)hybride.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: "Matt Lowery" <matt(at)3dcharacter.co.za>
- RE: symmetry mapping template woes...
- References:
- symmetry mapping template woes...
- From: "Matt Lowery" <matt(at)3dcharacter.co.za>
- symmetry mapping template woes...
| DATE: | << | >> | THREAD: | << | >> | INDEX: | Main | Thread |
|---|
- Previous by Date: delete PPG on term for PPGs
- Next by Date: delete PPG on term for PPGs
- Previous by Thread: delete PPG on term for PPGs
- Next by Thread: delete PPG on term for PPGs
- Index(es):
| Search the XSI List archives here or use the advanced search form to search across mailing lists. Searching help is available. |