Blender Git Loki
Git Commits -> Revision a509b8a
Revision a509b8a by Stephen Swaney (master) September 25, 2004, 20:30 (GMT) |
Another round in the Great BPy Cleanup: Run everything thru indent to cleanup spaces vs tabs. Clean up some of the comments by hand. BGL.c was not touched due to all that macro wackyness. There are no functional changes to the code. Pre-indent versions of source are tagged with tag bpy-cleanup-20040925 , just in case. |
Commit Details:
Full Hash: a509b8adc9b8952cdb395c69406e821f57a9a6c7
SVN Revision: 3120
Parent Commit: bd371dd
Lines Changed: +25950, -24080
97 Modified Paths:
/source/blender/python/api2_2x/Armature.c (+422, -391) (Diff)
/source/blender/python/api2_2x/Armature.h (+6, -6) (Diff)
/source/blender/python/api2_2x/BezTriple.c (+192, -205) (Diff)
/source/blender/python/api2_2x/BezTriple.h (+7, -8) (Diff)
/source/blender/python/api2_2x/BGL.h (+64, -63) (Diff)
/source/blender/python/api2_2x/Blender.c (+273, -276) (Diff)
/source/blender/python/api2_2x/Blender.h (+2, -1) (Diff)
/source/blender/python/api2_2x/Bone.c (+1351, -1193) (Diff)
/source/blender/python/api2_2x/Bone.h (+22, -21) (Diff)
/source/blender/python/api2_2x/bpy_types.h (+48, -70) (Diff)
/source/blender/python/api2_2x/Build.c (+184, -197) (Diff)
/source/blender/python/api2_2x/Build.h (+16, -15) (Diff)
/source/blender/python/api2_2x/Camera.c (+556, -583) (Diff)
/source/blender/python/api2_2x/Camera.h (+3, -2) (Diff)
/source/blender/python/api2_2x/charRGBA.c (+227, -204) (Diff)
/source/blender/python/api2_2x/charRGBA.h (+5, -6) (Diff)
/source/blender/python/api2_2x/constant.c (+96, -97) (Diff)
/source/blender/python/api2_2x/constant.h (+5, -5) (Diff)
/source/blender/python/api2_2x/CurNurb.c (+178, -174) (Diff)
/source/blender/python/api2_2x/CurNurb.h (+34, -4) (Diff)
/source/blender/python/api2_2x/Curve.c (+590, -594) (Diff)
/source/blender/python/api2_2x/Curve.h (+2, -1) (Diff)
/source/blender/python/api2_2x/Draw.c (+604, -578) (Diff)
/source/blender/python/api2_2x/Draw.h (+20, -23) (Diff)
/source/blender/python/api2_2x/Effect.c (+210, -192) (Diff)
/source/blender/python/api2_2x/Effect.h (+11, -10) (Diff)
/source/blender/python/api2_2x/euler.c (+187, -177) (Diff)
/source/blender/python/api2_2x/euler.h (+12, -10) (Diff)
/source/blender/python/api2_2x/EXPP_interface.c (+2, -2) (Diff)
/source/blender/python/api2_2x/EXPP_interface.h (+4, -3) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+192, -179) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+28, -26) (Diff)
/source/blender/python/api2_2x/Image.c (+357, -337) (Diff)
/source/blender/python/api2_2x/Image.h (+9, -9) (Diff)
/source/blender/python/api2_2x/Ipo.c (+1190, -1307) (Diff)
/source/blender/python/api2_2x/Ipo.h (+6, -7) (Diff)
/source/blender/python/api2_2x/Ipocurve.c (+324, -331) (Diff)
/source/blender/python/api2_2x/Ipocurve.h (+6, -7) (Diff)
/source/blender/python/api2_2x/Lamp.c (+949, -898) (Diff)
/source/blender/python/api2_2x/Lamp.h (+2, -1) (Diff)
/source/blender/python/api2_2x/Lattice.c (+388, -384) (Diff)
/source/blender/python/api2_2x/Lattice.h (+103, -109) (Diff)
/source/blender/python/api2_2x/Library.c (+136, -124) (Diff)
/source/blender/python/api2_2x/logic.c (+385, -298) (Diff)
/source/blender/python/api2_2x/logic.h (+15, -14) (Diff)
/source/blender/python/api2_2x/Material.c (+1349, -1242) (Diff)
/source/blender/python/api2_2x/Material.h (+15, -14) (Diff)
/source/blender/python/api2_2x/Mathutils.c (+829, -670) (Diff)
/source/blender/python/api2_2x/Mathutils.h (+126, -120) (Diff)
/source/blender/python/api2_2x/matrix.c (+595, -556) (Diff)
/source/blender/python/api2_2x/matrix.h (+18, -19) (Diff)
/source/blender/python/api2_2x/Metaball.c (+829, -712) (Diff)
/source/blender/python/api2_2x/Metaball.h (+104, -102) (Diff)
/source/blender/python/api2_2x/modules.h (+98, -96) (Diff)
/source/blender/python/api2_2x/MTex.c (+136, -144) (Diff)
/source/blender/python/api2_2x/MTex.h (+8, -9) (Diff)
/source/blender/python/api2_2x/NLA.c (+280, -280) (Diff)
/source/blender/python/api2_2x/NLA.h (+8, -10) (Diff)
/source/blender/python/api2_2x/NMesh.c (+1586, -1426) (Diff)
/source/blender/python/api2_2x/NMesh.h (+43, -46) (Diff)
/source/blender/python/api2_2x/Noise.c (+288, -191) (Diff)
/source/blender/python/api2_2x/Object.c (+1622, -1627) (Diff)
/source/blender/python/api2_2x/Object.h (+8, -8) (Diff)
/source/blender/python/api2_2x/Particle.c (+592, -560) (Diff)
/source/blender/python/api2_2x/Particle.h (+53, -52) (Diff)
/source/blender/python/api2_2x/quat.c (+318, -286) (Diff)
/source/blender/python/api2_2x/quat.h (+14, -15) (Diff)
/source/blender/python/api2_2x/Registry.c (+58, -57) (Diff)
/source/blender/python/api2_2x/Registry.h (+18, -15) (Diff)
/source/blender/python/api2_2x/rgbTuple.c (+192, -170) (Diff)
/source/blender/python/api2_2x/rgbTuple.h (+7, -7) (Diff)
/source/blender/python/api2_2x/Scene.c (+584, -528) (Diff)
/source/blender/python/api2_2x/Scene.h (+10, -10) (Diff)
/source/blender/python/api2_2x/sceneRadio.c (+537, -442) (Diff)
/source/blender/python/api2_2x/sceneRadio.h (+9, -10) (Diff)
/source/blender/python/api2_2x/sceneRender.c (+1546, -1125) (Diff)
/source/blender/python/api2_2x/sceneRender.h (+11, -12) (Diff)
/source/blender/python/api2_2x/Sound.c (+242, -234) (Diff)
/source/blender/python/api2_2x/Sound.h (+6, -9) (Diff)
/source/blender/python/api2_2x/Sys.c (+162, -149) (Diff)
/source/blender/python/api2_2x/Sys.h (+2, -1) (Diff)
/source/blender/python/api2_2x/Text.c (+378, -371) (Diff)
/source/blender/python/api2_2x/Text.h (+2, -1) (Diff)
/source/blender/python/api2_2x/Texture.c (+1420, -1414) (Diff)
/source/blender/python/api2_2x/Texture.h (+8, -9) (Diff)
/source/blender/python/api2_2x/Types.c (+67, -46) (Diff)
/source/blender/python/api2_2x/Types.h (+2, -1) (Diff)
/source/blender/python/api2_2x/vector.c (+420, -359) (Diff)
/source/blender/python/api2_2x/vector.h (+13, -15) (Diff)
/source/blender/python/api2_2x/Wave.c (+374, -351) (Diff)
/source/blender/python/api2_2x/Wave.h (+37, -36) (Diff)
/source/blender/python/api2_2x/Window.c (+586, -551) (Diff)
/source/blender/python/api2_2x/Window.h (+2, -1) (Diff)
/source/blender/python/api2_2x/windowTheme.c (+406, -378) (Diff)
/source/blender/python/api2_2x/windowTheme.h (+4, -7) (Diff)
/source/blender/python/api2_2x/World.c (+402, -348) (Diff)
/source/blender/python/api2_2x/World.h (+103, -96) (Diff)
/source/blender/python/api2_2x/Armature.h (+6, -6) (Diff)
/source/blender/python/api2_2x/BezTriple.c (+192, -205) (Diff)
/source/blender/python/api2_2x/BezTriple.h (+7, -8) (Diff)
/source/blender/python/api2_2x/BGL.h (+64, -63) (Diff)
/source/blender/python/api2_2x/Blender.c (+273, -276) (Diff)
/source/blender/python/api2_2x/Blender.h (+2, -1) (Diff)
/source/blender/python/api2_2x/Bone.c (+1351, -1193) (Diff)
/source/blender/python/api2_2x/Bone.h (+22, -21) (Diff)
/source/blender/python/api2_2x/bpy_types.h (+48, -70) (Diff)
/source/blender/python/api2_2x/Build.c (+184, -197) (Diff)
/source/blender/python/api2_2x/Build.h (+16, -15) (Diff)
/source/blender/python/api2_2x/Camera.c (+556, -583) (Diff)
/source/blender/python/api2_2x/Camera.h (+3, -2) (Diff)
/source/blender/python/api2_2x/charRGBA.c (+227, -204) (Diff)
/source/blender/python/api2_2x/charRGBA.h (+5, -6) (Diff)
/source/blender/python/api2_2x/constant.c (+96, -97) (Diff)
/source/blender/python/api2_2x/constant.h (+5, -5) (Diff)
/source/blender/python/api2_2x/CurNurb.c (+178, -174) (Diff)
/source/blender/python/api2_2x/CurNurb.h (+34, -4) (Diff)
/source/blender/python/api2_2x/Curve.c (+590, -594) (Diff)
/source/blender/python/api2_2x/Curve.h (+2, -1) (Diff)
/source/blender/python/api2_2x/Draw.c (+604, -578) (Diff)
/source/blender/python/api2_2x/Draw.h (+20, -23) (Diff)
/source/blender/python/api2_2x/Effect.c (+210, -192) (Diff)
/source/blender/python/api2_2x/Effect.h (+11, -10) (Diff)
/source/blender/python/api2_2x/euler.c (+187, -177) (Diff)
/source/blender/python/api2_2x/euler.h (+12, -10) (Diff)
/source/blender/python/api2_2x/EXPP_interface.c (+2, -2) (Diff)
/source/blender/python/api2_2x/EXPP_interface.h (+4, -3) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+192, -179) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+28, -26) (Diff)
/source/blender/python/api2_2x/Image.c (+357, -337) (Diff)
/source/blender/python/api2_2x/Image.h (+9, -9) (Diff)
/source/blender/python/api2_2x/Ipo.c (+1190, -1307) (Diff)
/source/blender/python/api2_2x/Ipo.h (+6, -7) (Diff)
/source/blender/python/api2_2x/Ipocurve.c (+324, -331) (Diff)
/source/blender/python/api2_2x/Ipocurve.h (+6, -7) (Diff)
/source/blender/python/api2_2x/Lamp.c (+949, -898) (Diff)
/source/blender/python/api2_2x/Lamp.h (+2, -1) (Diff)
/source/blender/python/api2_2x/Lattice.c (+388, -384) (Diff)
/source/blender/python/api2_2x/Lattice.h (+103, -109) (Diff)
/source/blender/python/api2_2x/Library.c (+136, -124) (Diff)
/source/blender/python/api2_2x/logic.c (+385, -298) (Diff)
/source/blender/python/api2_2x/logic.h (+15, -14) (Diff)
/source/blender/python/api2_2x/Material.c (+1349, -1242) (Diff)
/source/blender/python/api2_2x/Material.h (+15, -14) (Diff)
/source/blender/python/api2_2x/Mathutils.c (+829, -670) (Diff)
/source/blender/python/api2_2x/Mathutils.h (+126, -120) (Diff)
/source/blender/python/api2_2x/matrix.c (+595, -556) (Diff)
/source/blender/python/api2_2x/matrix.h (+18, -19) (Diff)
/source/blender/python/api2_2x/Metaball.c (+829, -712) (Diff)
/source/blender/python/api2_2x/Metaball.h (+104, -102) (Diff)
/source/blender/python/api2_2x/modules.h (+98, -96) (Diff)
/source/blender/python/api2_2x/MTex.c (+136, -144) (Diff)
/source/blender/python/api2_2x/MTex.h (+8, -9) (Diff)
/source/blender/python/api2_2x/NLA.c (+280, -280) (Diff)
/source/blender/python/api2_2x/NLA.h (+8, -10) (Diff)
/source/blender/python/api2_2x/NMesh.c (+1586, -1426) (Diff)
/source/blender/python/api2_2x/NMesh.h (+43, -46) (Diff)
/source/blender/python/api2_2x/Noise.c (+288, -191) (Diff)
/source/blender/python/api2_2x/Object.c (+1622, -1627) (Diff)
/source/blender/python/api2_2x/Object.h (+8, -8) (Diff)
/source/blender/python/api2_2x/Particle.c (+592, -560) (Diff)
/source/blender/python/api2_2x/Particle.h (+53, -52) (Diff)
/source/blender/python/api2_2x/quat.c (+318, -286) (Diff)
/source/blender/python/api2_2x/quat.h (+14, -15) (Diff)
/source/blender/python/api2_2x/Registry.c (+58, -57) (Diff)
/source/blender/python/api2_2x/Registry.h (+18, -15) (Diff)
/source/blender/python/api2_2x/rgbTuple.c (+192, -170) (Diff)
/source/blender/python/api2_2x/rgbTuple.h (+7, -7) (Diff)
/source/blender/python/api2_2x/Scene.c (+584, -528) (Diff)
/source/blender/python/api2_2x/Scene.h (+10, -10) (Diff)
/source/blender/python/api2_2x/sceneRadio.c (+537, -442) (Diff)
/source/blender/python/api2_2x/sceneRadio.h (+9, -10) (Diff)
/source/blender/python/api2_2x/sceneRender.c (+1546, -1125) (Diff)
/source/blender/python/api2_2x/sceneRender.h (+11, -12) (Diff)
/source/blender/python/api2_2x/Sound.c (+242, -234) (Diff)
/source/blender/python/api2_2x/Sound.h (+6, -9) (Diff)
/source/blender/python/api2_2x/Sys.c (+162, -149) (Diff)
/source/blender/python/api2_2x/Sys.h (+2, -1) (Diff)
/source/blender/python/api2_2x/Text.c (+378, -371) (Diff)
/source/blender/python/api2_2x/Text.h (+2, -1) (Diff)
/source/blender/python/api2_2x/Texture.c (+1420, -1414) (Diff)
/source/blender/python/api2_2x/Texture.h (+8, -9) (Diff)
/source/blender/python/api2_2x/Types.c (+67, -46) (Diff)
/source/blender/python/api2_2x/Types.h (+2, -1) (Diff)
/source/blender/python/api2_2x/vector.c (+420, -359) (Diff)
/source/blender/python/api2_2x/vector.h (+13, -15) (Diff)
/source/blender/python/api2_2x/Wave.c (+374, -351) (Diff)
/source/blender/python/api2_2x/Wave.h (+37, -36) (Diff)
/source/blender/python/api2_2x/Window.c (+586, -551) (Diff)
/source/blender/python/api2_2x/Window.h (+2, -1) (Diff)
/source/blender/python/api2_2x/windowTheme.c (+406, -378) (Diff)
/source/blender/python/api2_2x/windowTheme.h (+4, -7) (Diff)
/source/blender/python/api2_2x/World.c (+402, -348) (Diff)
/source/blender/python/api2_2x/World.h (+103, -96) (Diff)