Exemplo n.º 1
0
 def upVec( self, inControlName ):
     print 'UP VEC'
     XMLUtility.createControlFromXML( 'glBox', self.subType, inControlName )
Exemplo n.º 2
0
 def elbow( self, inControlName ):
     print 'BOX ELBOW'
     XMLUtility.createControlFromXML( 'glBox', self.subType, inControlName )
Exemplo n.º 3
0
 def hand( self, inControlName ):
     print 'BOX HAND'
     XMLUtility.createControlFromXML( 'glBox', self.subType, inControlName )
Exemplo n.º 4
0
 def shoulder( self, inControlName ):
     print 'BOX SHOULDER'
     XMLUtility.createControlFromXML( 'glBox', self.subType, inControlName )