Blender Git Loki
Git Commits -> Revision 0fa9f79
August 19, 2017, 16:23 (GMT) |
Heavily rework Amber's data model. Since we want to be able to edit repo from within Blender, we'll need UI-compatible representation of the repo. Alas, PropertyGroup py instances are regenerated all the time, which means we cannot store py-only data in those, so we have to go to a triple representation of repo here (the JSON/dict one, the effective py classes, and the UI-compatible PropertyGroup-based one). Note that this is rather heavily WIP commit, it most certainly breaks several things, but at least the basic repo listing from filebrowser is working again... |
Commit Details:
Full Hash: 0fa9f796bbac8f70fb433ab0c213f9fc5f675ebd
Parent Commit: 5bfab33
Lines Changed: +660, -119
1 Added Path:
/release/scripts/startup/bl_operators/amber/repository.py (+504, -0) (View)