Blender Git Commit Log

Git Commits -> Revision 00a6ce8

November 29, 2017, 14:31 (GMT)
ID Static Override, part II: RNA changes.

This is essentially a huge refactor/extension of our existing RNA
compare & copy code, since static override needs more advanced handling here.

Note that not all new features are implemented yet, advanced things like
collections insertion/deletion are still TODO (medium priority).

This completes the ground work for overrides, remaining commits will be
about UI and some basic/testing activation of overrides for a limited
set of data-blocks & properties.

For details see https://developer.blender.org/D2417

Commit Details:

Full Hash: 00a6ce878d0957d7f5535339fa0755abfcb1b8d0
Parent Commit: adc165e
Lines Changed: +1712, -249

11 Modified Paths:

/source/blender/blenkernel/intern/library_override.c (+14, -14) (Diff)
/source/blender/makesrna/intern/makesrna.c (+5, -2) (Diff)
/source/blender/makesrna/intern/rna_access.c (+472, -222) (Diff)
/source/blender/makesrna/intern/rna_define.c (+31, -0) (Diff)
/source/blender/makesrna/intern/rna_ID.c (+30, -0) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+36, -0) (Diff)
/source/blender/makesrna/intern/rna_internal_types.h (+62, -0) (Diff)
/source/blender/makesrna/intern/rna_rna.c (+1009, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+47, -10) (Diff)
/source/blender/makesrna/RNA_define.h (+2, -0) (Diff)
/source/blender/makesrna/RNA_types.h (+4, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021