Blender Git Commit Log
Git Commits -> Revision 841ddb4
August 11, 2005, 16:39 (GMT) |
A couple of small fixes... I removed config.h code from the files that had them. effect.c had nested /* so cleaned that up... added a newline to vector.c to shut gcc up ;) buttons_editing.c had a possible unintalized var (height) so I gave it a default value. removed an unused var i in interface_draw.c removed an unused var mti in outliner.c in BL_SkinDeformer.cpp commented out a call to bDeformGroup->data which no longer exists so it compiles again. Kent |
Commit Details:
Full Hash: 841ddb46803ab381cd238f8ad71465ccb660d9e0
SVN Revision: 5073
Parent Commit: 2cb9c4d
Lines Changed: +10, -26
6 Modified Paths:
/source/blender/blenkernel/intern/effect.c (+1, -5) (Diff)
/source/blender/python/api2_2x/vector.c (+2, -1) (Diff)
/source/blender/src/buttons_editing.c (+2, -5) (Diff)
/source/blender/src/interface_draw.c (+0, -8) (Diff)
/source/blender/src/outliner.c (+0, -5) (Diff)
/source/gameengine/Converter/BL_SkinDeformer.cpp (+5, -2) (Diff)
/source/blender/python/api2_2x/vector.c (+2, -1) (Diff)
/source/blender/src/buttons_editing.c (+2, -5) (Diff)
/source/blender/src/interface_draw.c (+0, -8) (Diff)
/source/blender/src/outliner.c (+0, -5) (Diff)
/source/gameengine/Converter/BL_SkinDeformer.cpp (+5, -2) (Diff)