Ejemplo n.º 1
0
Archivo: obj.py Proyecto: jonntd/Public
 def __init__(self):
     self.ball0 = data.InfoPropCmds(grp='C_ball0_GRP',
                                    trn='C_ball0_CTL',
                                    shp='C_ball0_CTLShape',
                                    gmb=None,
                                    off=[],
                                    jnt='C_ball0_JNT')
     self.ball1 = data.InfoPropCmds(grp='C_ball1_GRP',
                                    trn='C_ball1_CTL',
                                    shp='C_ball1_CTLShape',
                                    gmb=None,
                                    off=[],
                                    jnt='C_ball1_JNT')
Ejemplo n.º 2
0
Archivo: obj.py Proyecto: jonntd/Public
 def __init__(self):
     self.sphere0 = data.InfoPropCmds(grp='R_sphere0_GRP',
                                      trn='R_sphere0_CTL',
                                      shp='R_sphere0_CTLShape',
                                      gmb=None,
                                      off=[],
                                      jnt='R_sphere0_JNT')
Ejemplo n.º 3
0
Archivo: obj.py Proyecto: jonntd/Public
 def __init__(self):
     self.armShoulderFK = data.InfoPropCmds(
         grp='L_armShoulderFK_GRP',
         trn='L_armShoulderFK_CTL',
         shp='L_armShoulderFK_CTLShape',
         gmb=None,
         off=[],
         jnt='<goe_functions.controls.Control object at 0xfcffe50>')
     self.armElbowFK = data.InfoPropCmds(
         grp='L_armElbowFK_GRP',
         trn='L_armElbowFK_CTL',
         shp='L_armElbowFK_CTLShape',
         gmb=None,
         off=[],
         jnt='<goe_functions.controls.Control object at 0xefc0510>')
     self.armWristFK = data.InfoPropCmds(
         grp='L_armWristFK_GRP',
         trn='L_armWristFK_CTL',
         shp='L_armWristFK_CTLShape',
         gmb=None,
         off=[],
         jnt='<goe_functions.controls.Control object at 0xefc0710>')