Implement Phase 1: Auto-loading for ztools and Silo addons
- Add src/Mod/Create/ module to handle addon loading - Init.py adds mods/ztools and mods/silo to sys.path at startup - InitGui.py loads workbenches from addon InitGui.py files - CMakeLists.txt installs Create module and mods/ directory - Set ZToolsWorkbench as default startup workbench in preferences
This commit is contained in:
@@ -76,6 +76,9 @@
|
||||
<FCUInt Name="TreeEditColor" Value="3416717311"/>
|
||||
<FCUInt Name="TreeActiveColor" Value="2799935999"/>
|
||||
</FCParamGroup>
|
||||
<FCParamGroup Name="General">
|
||||
<FCText Name="AutoloadModule">ZToolsWorkbench</FCText>
|
||||
</FCParamGroup>
|
||||
<FCParamGroup Name="MainWindow">
|
||||
<FCText Name="StyleSheet">KindredCreate.qss</FCText>
|
||||
</FCParamGroup>
|
||||
|
||||
Reference in New Issue
Block a user