Ejemplo n.º 1
0
 def dropRigging(self, index):
     if index in self.riggingControls:
         self.riggingControls[index].applyFreeze(
             TransformState.makeScale((0, 0, 0)))
         self.char.node().forceUpdate()
 def dropRigging(self, index):
     if index in self.riggingControls:
         self.riggingControls[index].applyFreeze(TransformState.makeScale((0, 0, 0)))
         self.char.node().forceUpdate()