82d87410590392d781219a19d78c351918843cd1
Replace all hardcoded 'kindred-rd' schema references with the new configurable get_schema_name() setting. Priority: FreeCAD preference SchemaName > SILO_SCHEMA env var > default 'kindred-rd'. - Add get_schema_name() to FreeCADSiloSettings and _get_schema_name() helper - Add Schema Name field to Settings dialog - Replace raw urllib calls in schema_form.py with SiloClient methods (get_property_schema, generate_part_number) - Inline parse_part_number/sanitize_filename (removed from silo-client) - Simplify category folder naming to use category code directly - Update silo-client submodule to origin/main + configurable schema branch Closes #28
silo-mod
FreeCAD workbench for the Silo parts database. Provides item management, revision control, BOM editing, and file synchronization within Kindred Create.
Structure
silo-mod/
├── silo-client/ [submodule] shared Python API client
├── freecad/ FreeCAD workbench package
│ ├── Init.py Console initialization (adds silo-client to sys.path)
│ ├── InitGui.py Workbench registration
│ ├── silo_commands.py 14 commands + SiloSync + auth dock widget
│ ├── silo_origin.py FileOrigin adapter for unified origin system
│ ├── package.xml Workbench metadata
│ └── resources/icons/ SVG icons (Catppuccin Mocha palette)
├── Makefile Install/uninstall targets
└── LICENSE
Installation
For standalone use (outside Kindred Create):
git clone --recurse-submodules https://git.kindred-systems.com/kindred/silo-mod.git
cd silo-mod
make install-freecad
Within Kindred Create, this repo is included as a submodule at mods/silo/ and loaded automatically by src/Mod/Create/Init.py.
License
MIT
Languages
Python
99.2%
Makefile
0.8%