Blender Git Loki
Git Commits -> Revision b8c383c
Revision b8c383c by Nicholas Bishop (soc-2008-nicholasbishop) June 22, 2008, 19:43 (GMT) |
Fixed saving/loading of MDisps. This took longer than it should have because of a bug in SDNA, noted in the MDisps struct. Undo/Redo should work correctly as well. |
Commit Details:
Full Hash: b8c383cc6ea14a9b77cc154d84aa6b2a8976b483
SVN Revision: 15311
Parent Commit: f41da7e
Lines Changed: +80, -35
7 Modified Paths:
/source/blender/blenkernel/BKE_multires.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/customdata.c (+9, -1) (Diff)
/source/blender/blenkernel/intern/multires.c (+23, -31) (Diff)
/source/blender/blenloader/intern/readfile.c (+15, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+17, -1) (Diff)
/source/blender/makesdna/DNA_meshdata_types.h (+3, -0) (Diff)
/source/blender/src/buttons_editing.c (+12, -1) (Diff)
/source/blender/blenkernel/intern/customdata.c (+9, -1) (Diff)
/source/blender/blenkernel/intern/multires.c (+23, -31) (Diff)
/source/blender/blenloader/intern/readfile.c (+15, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+17, -1) (Diff)
/source/blender/makesdna/DNA_meshdata_types.h (+3, -0) (Diff)
/source/blender/src/buttons_editing.c (+12, -1) (Diff)