def __init__(self):
self.modes = ['maya', 'houdini', '3dsmax', 'nuke', 'standalone']
self.status = False
self.current_mode = 'standalone'
# self.current_project = 'sthpw'
self.current_path = None
self.get_current_path()
self.platform = platform.system()
self.node = platform.node()
评论列表
文章目录