Blender Git Commit Log
Git Commits -> Revision 9f80107
January 9, 2017, 09:27 (GMT) |
Working proof-of-concept of differential override operations. So, now 'proportional' RNA properties (here, Object's scale) is stored as 'multiply' override op. Once again, this is mostly testing for now, there are a lot of potential issues and traps in current code that'll need more background work to address later if we keep working in this direction. Main remaining TODO to complete the proof of concept now is sketching out a bit of UI/UX control over override! |
Commit Details:
Full Hash: 9f801078625d3ff5ce9116e9d8eb75c5edb6eb6e
Parent Commit: ffe3fa6
Lines Changed: +103, -10
5 Modified Paths:
/source/blender/blenkernel/BKE_library_override.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/library_override.c (+52, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_access.c (+39, -10) (Diff)
/source/blender/makesrna/RNA_access.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/library_override.c (+52, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_access.c (+39, -10) (Diff)
/source/blender/makesrna/RNA_access.h (+2, -0) (Diff)