Blender Git Commit Log

Git Commits -> Revision e60291d

Revision e60291d by Joseph Gilbert (master)
July 18, 2005, 03:50 (GMT)
Header file clean up and warning fixes
- Mostly this cleans up the #includes and header files in the python project.
- Warning fixes are mostly casting issues and misc fixes. General warning clean up.
- #include Python.h MUST come as the first include to avoid the POSIX redefine warning in the unix makefiles
- fno-strict-aliasing flag added to makefile to fix a unavoidable type punning warning in types.c

Commit Details:

Full Hash: e60291d39c0f77282a2d17f79e9264107bbc495e
SVN Revision: 4803
Parent Commit: 9919df0
Lines Changed: +910, -1172

103 Modified Paths:

/source/blender/python/api2_2x/Armature.c (+9, -12) (Diff)
/source/blender/python/api2_2x/Armature.h (+3, -2) (Diff)
/source/blender/python/api2_2x/BezTriple.c (+7, -17) (Diff)
/source/blender/python/api2_2x/BezTriple.h (+1, -1) (Diff)
/source/blender/python/api2_2x/BGL.c (+3, -1) (Diff)
/source/blender/python/api2_2x/BGL.h (+1, -20) (Diff)
/source/blender/python/api2_2x/Blender.c (+33, -18) (Diff)
/source/blender/python/api2_2x/Blender.h (+2, -0) (Diff)
/source/blender/python/api2_2x/Bone.c (+19, -31) (Diff)
/source/blender/python/api2_2x/Bone.h (+2, -4) (Diff)
/source/blender/python/api2_2x/bpy_types.h (+0, -8) (Diff)
/source/blender/python/api2_2x/Build.c (+6, -12) (Diff)
/source/blender/python/api2_2x/Build.h (+0, -2) (Diff)
/source/blender/python/api2_2x/Camera.c (+10, -15) (Diff)
/source/blender/python/api2_2x/Camera.h (+3, -3) (Diff)
/source/blender/python/api2_2x/charRGBA.c (+10, -9) (Diff)
/source/blender/python/api2_2x/charRGBA.h (+2, -4) (Diff)
/source/blender/python/api2_2x/constant.c (+3, -1) (Diff)
/source/blender/python/api2_2x/constant.h (+2, -4) (Diff)
/source/blender/python/api2_2x/CurNurb.c (+5, -7) (Diff)
/source/blender/python/api2_2x/CurNurb.h (+2, -1) (Diff)
/source/blender/python/api2_2x/Curve.c (+15, -22) (Diff)
/source/blender/python/api2_2x/Curve.h (+2, -1) (Diff)
/source/blender/python/api2_2x/Draw.c (+31, -43) (Diff)
/source/blender/python/api2_2x/Draw.h (+1, -5) (Diff)
/source/blender/python/api2_2x/Effect.c (+12, -7) (Diff)
/source/blender/python/api2_2x/Effect.h (+1, -13) (Diff)
/source/blender/python/api2_2x/euler.c (+12, -10) (Diff)
/source/blender/python/api2_2x/euler.h (+2, -0) (Diff)
/source/blender/python/api2_2x/EXPP_interface.c (+3, -11) (Diff)
/source/blender/python/api2_2x/EXPP_interface.h (+0, -2) (Diff)
/source/blender/python/api2_2x/Font.c (+6, -5) (Diff)
/source/blender/python/api2_2x/Font.h (+1, -0) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+7, -6) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+0, -11) (Diff)
/source/blender/python/api2_2x/Image.c (+12, -12) (Diff)
/source/blender/python/api2_2x/Image.h (+3, -2) (Diff)
/source/blender/python/api2_2x/Ipo.c (+12, -16) (Diff)
/source/blender/python/api2_2x/Ipo.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Ipocurve.c (+12, -20) (Diff)
/source/blender/python/api2_2x/Ipocurve.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Lamp.c (+16, -21) (Diff)
/source/blender/python/api2_2x/Lamp.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Lattice.c (+17, -22) (Diff)
/source/blender/python/api2_2x/Lattice.h (+3, -2) (Diff)
/source/blender/python/api2_2x/Library.c (+8, -10) (Diff)
/source/blender/python/api2_2x/logic.c (+5, -6) (Diff)
/source/blender/python/api2_2x/logic.h (+2, -2) (Diff)
/source/blender/python/api2_2x/Makefile (+1, -0) (Diff)
/source/blender/python/api2_2x/Material.c (+33, -37) (Diff)
/source/blender/python/api2_2x/Material.h (+4, -4) (Diff)
/source/blender/python/api2_2x/Mathutils.c (+17, -24) (Diff)
/source/blender/python/api2_2x/matrix.c (+9, -8) (Diff)
/source/blender/python/api2_2x/matrix.h (+2, -0) (Diff)
/source/blender/python/api2_2x/Metaball.c (+31, -35) (Diff)
/source/blender/python/api2_2x/Metaball.h (+1, -1) (Diff)
/source/blender/python/api2_2x/modules.h (+1, -32) (Diff)
/source/blender/python/api2_2x/MTex.c (+4, -12) (Diff)
/source/blender/python/api2_2x/MTex.h (+1, -2) (Diff)
/source/blender/python/api2_2x/NLA.c (+8, -6) (Diff)
/source/blender/python/api2_2x/NLA.h (+3, -2) (Diff)
/source/blender/python/api2_2x/NMesh.c (+33, -38) (Diff)
/source/blender/python/api2_2x/NMesh.h (+4, -8) (Diff)
/source/blender/python/api2_2x/Noise.c (+22, -22) (Diff)
/source/blender/python/api2_2x/Object.c (+49, -34) (Diff)
/source/blender/python/api2_2x/Object.h (+3, -27) (Diff)
/source/blender/python/api2_2x/Particle.c (+37, -33) (Diff)
/source/blender/python/api2_2x/Particle.h (+1, -10) (Diff)
/source/blender/python/api2_2x/quat.c (+14, -12) (Diff)
/source/blender/python/api2_2x/quat.h (+2, -0) (Diff)
/source/blender/python/api2_2x/Registry.c (+2, -4) (Diff)
/source/blender/python/api2_2x/rgbTuple.c (+5, -3) (Diff)
/source/blender/python/api2_2x/rgbTuple.h (+0, -3) (Diff)
/source/blender/python/api2_2x/Scene.c (+19, -25) (Diff)
/source/blender/python/api2_2x/Scene.h (+3, -2) (Diff)
/source/blender/python/api2_2x/sceneRadio.c (+8, -6) (Diff)
/source/blender/python/api2_2x/sceneRadio.h (+4, -3) (Diff)
/source/blender/python/api2_2x/sceneRender.c (+49, -58) (Diff)
/source/blender/python/api2_2x/sceneRender.h (+3, -2) (Diff)
/source/blender/python/api2_2x/Sound.c (+10, -13) (Diff)
/source/blender/python/api2_2x/Sound.h (+3, -2) (Diff)
/source/blender/python/api2_2x/Sys.c (+7, -8) (Diff)
/source/blender/python/api2_2x/Sys.h (+2, -0) (Diff)
/source/blender/python/api2_2x/Text.c (+10, -14) (Diff)
/source/blender/python/api2_2x/Text.h (+2, -1) (Diff)
/source/blender/python/api2_2x/Text3d.c (+11, -18) (Diff)
/source/blender/python/api2_2x/Text3d.h (+1, -10) (Diff)
/source/blender/python/api2_2x/Texture.c (+25, -27) (Diff)
/source/blender/python/api2_2x/Texture.h (+3, -4) (Diff)
/source/blender/python/api2_2x/Types.c (+34, -34) (Diff)
/source/blender/python/api2_2x/Types.h (+1, -1) (Diff)
/source/blender/python/api2_2x/vector.c (+12, -10) (Diff)
/source/blender/python/api2_2x/vector.h (+2, -0) (Diff)
/source/blender/python/api2_2x/Wave.c (+7, -3) (Diff)
/source/blender/python/api2_2x/Wave.h (+1, -14) (Diff)
/source/blender/python/api2_2x/Window.c (+8, -13) (Diff)
/source/blender/python/api2_2x/Window.h (+2, -0) (Diff)
/source/blender/python/api2_2x/windowTheme.c (+7, -7) (Diff)
/source/blender/python/api2_2x/windowTheme.h (+2, -2) (Diff)
/source/blender/python/api2_2x/World.c (+35, -39) (Diff)
/source/blender/python/api2_2x/World.h (+1, -4) (Diff)
/source/blender/python/BPY_interface.c (+32, -44) (Diff)
/source/blender/python/BPY_menus.c (+10, -27) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021