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)

4 Modified Paths:

/release/scripts/startup/bl_operators/amber/engine.py (+69, -115) (Diff)
/release/scripts/startup/bl_operators/amber/ui.py (+80, -0) (Diff)
/release/scripts/startup/bl_operators/amber/utils.py (+5, -2) (Diff)
/release/scripts/startup/bl_operators/amber/__init__.py (+2, -2) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021