Skip to content

Commit

Permalink
Update CAT.RootNode.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirzadBh committed Nov 14, 2020
1 parent 977e165 commit 4df257c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CAT.RootNode.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def recreate(self):
rootNode = mxs.BoneSys.createBone(mxs.point3(0, 0, 0), mxs.point3(0, 1, 0), mxs.point3(0, 1, 0))
rootNode.transform = mxs.Matrix3(1)
rootNode.size = 2
rootNode.name = "rootBone"
mxs.join(temp, rootNode)

def create_constraints(node, nNode):
Expand Down

0 comments on commit 4df257c

Please sign in to comment.