Hi Everyone !
I would like to unlock my characterization in order to modify the orientation of a joint, then relock this characterization using a Python script. However, I can't seem to get this attribute. How can I go about it?
Thanks for your help !
Solved! Go to Solution.
Solved by damian.pajda. Go to Solution.
Hey, try this:
FBApplication().CurrentCharacter.SetCharacterizeOff()
FBApplication().CurrentCharacter.SetCharacterizeOn(True)
link to documentation:
Thanks you ! It Works, I have one last problem, when I relock the character, how can I say that it's a Biped ?
Oh I just found that "True" means Biped and "False" Quadruped in : FBApplication().CurrentCharacter.SetCharacterizeOn(True)
Can't find what you're looking for? Ask the community or share your knowledge.