Blender Git Commit Log
Git Commits -> Revision 342bb99
Revision 342bb99 by Stephen Swaney (master) April 16, 2006, 15:28 (GMT) |
a little spring cleaning to remove some compiler warnings for implicit declarations, redundant redeclarations, missing initializers, nested externs and other cruft. Cleaned up includes and moved extern _Type decls from Types.h into Types.c since that is the only place where they are needed now. Did not touch Ipo.[ch] since work is on-going there. |
Commit Details:
Full Hash: 342bb99a19579531dcc4b5dbc1d4b3862ba91f04
SVN Revision: 7266
Parent Commit: a204ccd
Lines Changed: +174, -185
25 Modified Paths:
/source/blender/python/api2_2x/Armature.c (+7, -9) (Diff)
/source/blender/python/api2_2x/BGL.c (+0, -2) (Diff)
/source/blender/python/api2_2x/Blender.c (+1, -2) (Diff)
/source/blender/python/api2_2x/Bone.c (+8, -9) (Diff)
/source/blender/python/api2_2x/CurNurb.c (+1, -3) (Diff)
/source/blender/python/api2_2x/Curve.c (+2, -11) (Diff)
/source/blender/python/api2_2x/Draw.c (+1, -0) (Diff)
/source/blender/python/api2_2x/euler.h (+2, -0) (Diff)
/source/blender/python/api2_2x/Font.h (+2, -0) (Diff)
/source/blender/python/api2_2x/Group.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Image.c (+105, -112) (Diff)
/source/blender/python/api2_2x/logic.h (+2, -0) (Diff)
/source/blender/python/api2_2x/Mathutils.h (+0, -1) (Diff)
/source/blender/python/api2_2x/matrix.h (+2, -0) (Diff)
/source/blender/python/api2_2x/NMesh.h (+0, -2) (Diff)
/source/blender/python/api2_2x/Object.c (+1, -1) (Diff)
/source/blender/python/api2_2x/point.h (+2, -0) (Diff)
/source/blender/python/api2_2x/Pose.c (+5, -5) (Diff)
/source/blender/python/api2_2x/quat.h (+2, -0) (Diff)
/source/blender/python/api2_2x/Text3d.c (+0, -1) (Diff)
/source/blender/python/api2_2x/Types.c (+28, -0) (Diff)
/source/blender/python/api2_2x/Types.h (+0, -23) (Diff)
/source/blender/python/api2_2x/vector.h (+2, -0) (Diff)
/source/blender/python/api2_2x/Window.c (+0, -1) (Diff)
/source/blender/python/api2_2x/World.c (+0, -2) (Diff)
/source/blender/python/api2_2x/BGL.c (+0, -2) (Diff)
/source/blender/python/api2_2x/Blender.c (+1, -2) (Diff)
/source/blender/python/api2_2x/Bone.c (+8, -9) (Diff)
/source/blender/python/api2_2x/CurNurb.c (+1, -3) (Diff)
/source/blender/python/api2_2x/Curve.c (+2, -11) (Diff)
/source/blender/python/api2_2x/Draw.c (+1, -0) (Diff)
/source/blender/python/api2_2x/euler.h (+2, -0) (Diff)
/source/blender/python/api2_2x/Font.h (+2, -0) (Diff)
/source/blender/python/api2_2x/Group.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Image.c (+105, -112) (Diff)
/source/blender/python/api2_2x/logic.h (+2, -0) (Diff)
/source/blender/python/api2_2x/Mathutils.h (+0, -1) (Diff)
/source/blender/python/api2_2x/matrix.h (+2, -0) (Diff)
/source/blender/python/api2_2x/NMesh.h (+0, -2) (Diff)
/source/blender/python/api2_2x/Object.c (+1, -1) (Diff)
/source/blender/python/api2_2x/point.h (+2, -0) (Diff)
/source/blender/python/api2_2x/Pose.c (+5, -5) (Diff)
/source/blender/python/api2_2x/quat.h (+2, -0) (Diff)
/source/blender/python/api2_2x/Text3d.c (+0, -1) (Diff)
/source/blender/python/api2_2x/Types.c (+28, -0) (Diff)
/source/blender/python/api2_2x/Types.h (+0, -23) (Diff)
/source/blender/python/api2_2x/vector.h (+2, -0) (Diff)
/source/blender/python/api2_2x/Window.c (+0, -1) (Diff)
/source/blender/python/api2_2x/World.c (+0, -2) (Diff)