Guest User

Untitled

a guest
Jul 16th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. for panel in mc.getPanel(typ='modelPanel'):
  2. if mc.modelEditor(panel,q=1,nurbsCurves=1):
  3. mc.modelEditor(panel,e=1,nurbsCurves=0)
  4. else:
  5. mc.modelEditor(panel,e=1,nurbsCurves=1)
Add Comment
Please, Sign In to add comment