Blender Git Loki
Git Commits -> Revision a3adbe5
Revision a3adbe5 by Kévin Dietrich (alembic_basic_io) July 12, 2016, 09:22 (GMT) |
Store the paths of the objects in the archive in a collection. This is mainly for use in a drop down menu in the UI. |
Commit Details:
Full Hash: a3adbe557ad0ec07d09a15479b03cb4505fdbf71
Parent Commit: 47e034c
Lines Changed: +169, -7
8 Modified Paths:
/release/scripts/startup/bl_ui/properties_constraint.py (+5, -1) (Diff)
/release/scripts/startup/bl_ui/properties_data_modifier.py (+4, -1) (Diff)
/source/blender/alembic/ABC_alembic.h (+2, -1) (Diff)
/source/blender/alembic/intern/alembic_capi.cc (+102, -2) (Diff)
/source/blender/blenkernel/intern/cachefile.c (+5, -2) (Diff)
/source/blender/editors/io/io_cache.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_cachefile_types.h (+10, -0) (Diff)
/source/blender/makesrna/intern/rna_cachefile.c (+39, -0) (Diff)
/release/scripts/startup/bl_ui/properties_data_modifier.py (+4, -1) (Diff)
/source/blender/alembic/ABC_alembic.h (+2, -1) (Diff)
/source/blender/alembic/intern/alembic_capi.cc (+102, -2) (Diff)
/source/blender/blenkernel/intern/cachefile.c (+5, -2) (Diff)
/source/blender/editors/io/io_cache.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_cachefile_types.h (+10, -0) (Diff)
/source/blender/makesrna/intern/rna_cachefile.c (+39, -0) (Diff)