Files
2025-05-18 13:04:45 +08:00

8 lines
95 B
Python

import maya.cmds as cmds
def UI():
print "We are showing the sidebar now!"
UI()