Monday 25 April 2022

Persistent Transform Nodes

Here's an age-old bug:

The Problem:

"My joint recieves a transform in the skeleton hierarchy, and I can't remove it!"

The Fix:

cmds.parent(problem_jnt, new_parent, relative=True)


No comments:

Post a Comment