Update
This commit is contained in:
@@ -51,12 +51,14 @@ TOOL_CONFIG = {
|
||||
{'name': 'gs_curvetools', 'path': 'modeling_tools/gs_curvetools/icons'},
|
||||
{'name': 'gs_toolbox', 'path': 'modeling_tools/gs_toolbox/icons'},
|
||||
{'name': 'modit', 'path': 'modeling_tools/ModIt/Icons/Theme_Classic'},
|
||||
{'name': 'creaseplus', 'path': 'modeling_tools/creaseplus/icons'},
|
||||
{'name': 'ngskintools2', 'path': 'rigging_tools/ngskintools2/ui/images'},
|
||||
{'name': 'mgpicker', 'path': 'animation_tools/mgpicker/MGPicker_Program/Icons'},
|
||||
{'name': 'atools', 'path': 'animation_tools/atools/img'},
|
||||
{'name': 'dwpicker', 'path': 'animation_tools/dwpicker/icons'},
|
||||
{'name': 'studiolibrary', 'path': 'animation_tools/studiolibrary/studiolibrary/resource/icons'},
|
||||
{'name': 'studiolibrary_maya', 'path': 'animation_tools/studiolibrary/studiolibrarymaya/icons'},
|
||||
{'name': 'springmagic', 'path': 'animation_tools/springmagic/icons'},
|
||||
],
|
||||
}
|
||||
|
||||
@@ -425,7 +427,6 @@ def load_tool_scripts():
|
||||
_tool_log("[Tool] No scripts configured")
|
||||
return
|
||||
|
||||
global _ADDED_SCRIPT_PATHS
|
||||
loaded = 0
|
||||
for cfg in script_configs:
|
||||
name = cfg.get('name', '')
|
||||
@@ -689,4 +690,4 @@ def cleanup_on_exit():
|
||||
_tool_log(f"[Tool] Cleanup error: {e}")
|
||||
|
||||
# Register cleanup function
|
||||
atexit.register(cleanup_on_exit)
|
||||
atexit.register(cleanup_on_exit)
|
||||
|
||||
Reference in New Issue
Block a user