PDA

View Full Version : attach control rig to character


SebO
06-29-2010, 09:38 AM
Hi,

I have a customized control rig that i need to attach to a character. I only have on of each in the scene. How do I make that happen in mb 2010???

bclark
07-01-2010, 03:54 AM
drag and drop the control rig on to the character in the navigator, click attach..

SebO
07-02-2010, 01:12 PM
lol, I forgot to write that i need to script it....sorry

SebO
07-13-2010, 10:17 AM
ok, I made it work like this

lScene = FBSystem().Scene
lChar = lScene.Characters[0]
lCrtl = lScene.ControlSets [0]
lChar.ConnectSrcAt(lChar.GetSrcCount(), lCrtl, FBConnectionType.kFBConnectionTypeNone)
lChar.Active = True

but it doesnt give med the reset DOF options.

CGTalk Moderation
07-13-2010, 10:17 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.