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