Exemplo n.º 1
0
	def on_clearUserAligned( self, *a ):
		for j in cmd.ls( sl=True, type='joint' ) or []:
			rigPrimitives.setAlignSkipState( j, False )
Exemplo n.º 2
0
 def on_markUserAligned(self, *a):
     for j in cmd.ls(sl=True, type="joint") or []:
         rigPrimitives.setAlignSkipState(j, True)