コード例 #1
0
 def __init__(self):
     reload(Shapes)
     current_path_obj = GetCurPath.Get_Cur_Path()
     self.current_path = current_path_obj.get_cur_path()
     self.icon_path = self.current_path + "\\" + "Ctrl_Icons"
     self.shape_list_path = self.current_path + "\\" + "shape_list.txt"
     self.shape_script_path = self.current_path + "\\" + "Shapes.py"
     self.shp_obj = Shapes.Shapes_Class()
     self.create_control_ui()
     self.setup_obj = ControllerSetup.Controller_Setup()
     self.ctrl_lst = []
     return None