View Full Version : attach control rig to character
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..
lol, I forgot to write that i need to script it....sorry
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.
vBulletin v3.0.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.