Blender Git Commit Log
Git Commits -> Revision afa23b3
Revision afa23b3 by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) October 11, 2014, 09:21 (GMT) |
Compatibility fix for shape keys. Avoid moving the 'from' pointer around in DNA. This way files stay back- as well as forward-compatible. Only the additional type enum and sub-index is stored in a new from_extra struct in shape keys now. |
Commit Details:
Full Hash: afa23b3919cad503a3970feee8bf6cb5ee702994
Parent Commit: c2765bd
Lines Changed: +37, -39
6 Modified Paths:
/source/blender/blenkernel/intern/key.c (+11, -11) (Diff)
/source/blender/blenkernel/intern/library_query.c (+1, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+4, -6) (Diff)
/source/blender/editors/object/object_shapekey.c (+8, -8) (Diff)
/source/blender/makesdna/DNA_key_types.h (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_key.c (+8, -8) (Diff)
/source/blender/blenkernel/intern/library_query.c (+1, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+4, -6) (Diff)
/source/blender/editors/object/object_shapekey.c (+8, -8) (Diff)
/source/blender/makesdna/DNA_key_types.h (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_key.c (+8, -8) (Diff)