MAYA 2019: Mirror Skin Correctement!

preview_player
Показать описание
#Le script pour que ça soit automatique

def JointLabel_C (*args):
text = 'Bind_'
if text in x:

def JointLabel_L (*args):
text = 'Bind_'
L = '_L_'
if text in x:
if L in x:


def JointLabel_R (*args):
text = 'Bind_'
R = '_R_'
if text in x:
if R in x:


JointLabel_C()
JointLabel_L()
JointLabel_R()
Рекомендации по теме