Blender Git Loki
Git Commits -> Revision 3592c95
Revision 3592c95 by Dalai Felinto (layers) November 21, 2016, 19:10 (GMT) |
Layers - initial commit This is mostly DNA + doversion and some util functions. I need to look at the layer-manager branch to see how Julian Eisel (Severin) managed to handle nested lists (required for collections). Also, since I think doversioning may get more complex as the project evolves, I started the vesioning_280.c file. And the changes in readfile.c were so that I could include into the versioning_280.c file only the DNA_* that were really needed. (if someone feels like doing a cleanup, I'm sure the other versioning_*.c files could use the same treatment) |
Commit Details:
Full Hash: 3592c959e7563ad1a308a5d52d3bb261fc274153
Parent Commit: 559bd75
Lines Changed: +395, -12
1 Added Path:
/source/blender/blenloader/intern/versioning_280.c (+116, -0) (View)
9 Modified Paths:
/source/blender/blenkernel/BKE_scene.h (+7, -0) (Diff)
/source/blender/blenkernel/intern/scene.c (+136, -1) (Diff)
/source/blender/blenloader/CMakeLists.txt (+1, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+40, -0) (Diff)
/source/blender/blenloader/intern/readfile.h (+3, -0) (Diff)
/source/blender/blenloader/intern/versioning_defaults.c (+3, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+25, -0) (Diff)
/source/blender/makesdna/DNA_object_types.h (+2, -2) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+62, -9) (Diff)
/source/blender/blenkernel/intern/scene.c (+136, -1) (Diff)
/source/blender/blenloader/CMakeLists.txt (+1, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+40, -0) (Diff)
/source/blender/blenloader/intern/readfile.h (+3, -0) (Diff)
/source/blender/blenloader/intern/versioning_defaults.c (+3, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+25, -0) (Diff)
/source/blender/makesdna/DNA_object_types.h (+2, -2) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+62, -9) (Diff)