8 lines
95 B
Python
8 lines
95 B
Python
import maya.cmds as cmds
|
|
|
|
def UI():
|
|
|
|
print "We are showing the sidebar now!"
|
|
|
|
|
|
UI() |