Main
|
Resume
|
Showreel
|
Blog
|
Script
|
Contact
connexion
go to footer
expand all
|
collapse all
languages
class
All
JScript|XSI
Python|XSI
JScript|WEB
Python|Maya
All
Memo
learning
DDD
php
tool
keyboard tooltips
rig
Toogle joint draw style
- rig - felixlecha
# Toogle the joint draw style, None to joint to_toogle = mc.ls(type='joint') current_value = mc.getAttr(f"{to_toogle[0]}.drawStyle") value = 0 if current_value == 2 else 2 for item in to_toogle: mc.setAttr(f"{item}.drawStyle", value)