Blender Git Loki

Git Commits -> Revision 0fdc0ce

Revision 0fdc0ce by Stephen Swaney (master)
October 7, 2004, 19:25 (GMT)
Another step in the Big Bpy Cleanup.

- move static declarations and data definitions out of headers.
the BGL module still need cleaning.

- move declarations out of modules.h and into appropriate .h files.
modules.h still exists as a container for the few modules that
need to #include almost everything.

- all files now have a $Id tag and have been formatted by indent

there are no changes to executable code.

pre-commit versions are tagged with bpy-cleanup-pre-20041007
for the sake of paranoia.

Commit Details:

Full Hash: 0fdc0ce297be5a9621e41eba6e785a1d9c9287e4
SVN Revision: 3209
Parent Commit: 14ae336
Lines Changed: +2314, -2051

65 Modified Paths:

/source/blender/python/api2_2x/Armature.c (+0, -1) (Diff)
/source/blender/python/api2_2x/Armature.h (+5, -0) (Diff)
/source/blender/python/api2_2x/BezTriple.c (+1, -1) (Diff)
/source/blender/python/api2_2x/BezTriple.h (+7, -0) (Diff)
/source/blender/python/api2_2x/BGL.c (+1, -0) (Diff)
/source/blender/python/api2_2x/BGL.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Blender.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Blender.h (+4, -0) (Diff)
/source/blender/python/api2_2x/Bone.c (+1, -1) (Diff)
/source/blender/python/api2_2x/bpy_types.h (+4, -122) (Diff)
/source/blender/python/api2_2x/Build.h (+9, -3) (Diff)
/source/blender/python/api2_2x/Camera.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Camera.h (+18, -2) (Diff)
/source/blender/python/api2_2x/CurNurb.c (+3, -3) (Diff)
/source/blender/python/api2_2x/CurNurb.h (+29, -0) (Diff)
/source/blender/python/api2_2x/Curve.c (+12, -2) (Diff)
/source/blender/python/api2_2x/Curve.h (+23, -1) (Diff)
/source/blender/python/api2_2x/Draw.h (+3, -5) (Diff)
/source/blender/python/api2_2x/Effect.h (+15, -1) (Diff)
/source/blender/python/api2_2x/EXPP_interface.c (+3, -1) (Diff)
/source/blender/python/api2_2x/Ipo.c (+4, -1) (Diff)
/source/blender/python/api2_2x/Ipo.h (+14, -0) (Diff)
/source/blender/python/api2_2x/Ipocurve.c (+3, -1) (Diff)
/source/blender/python/api2_2x/Ipocurve.h (+8, -0) (Diff)
/source/blender/python/api2_2x/Lamp.c (+6, -4) (Diff)
/source/blender/python/api2_2x/Lamp.h (+27, -0) (Diff)
/source/blender/python/api2_2x/Lattice.c (+176, -0) (Diff)
/source/blender/python/api2_2x/Lattice.h (+7, -161) (Diff)
/source/blender/python/api2_2x/Library.c (+2, -1) (Diff)
/source/blender/python/api2_2x/Material.c (+1, -2) (Diff)
/source/blender/python/api2_2x/Material.h (+6, -1) (Diff)
/source/blender/python/api2_2x/Mathutils.c (+176, -0) (Diff)
/source/blender/python/api2_2x/Mathutils.h (+6, -175) (Diff)
/source/blender/python/api2_2x/Metaball.c (+179, -4) (Diff)
/source/blender/python/api2_2x/Metaball.h (+22, -169) (Diff)
/source/blender/python/api2_2x/modules.h (+48, -165) (Diff)
/source/blender/python/api2_2x/MTex.c (+0, -1) (Diff)
/source/blender/python/api2_2x/NLA.c (+2, -0) (Diff)
/source/blender/python/api2_2x/NMesh.c (+48, -0) (Diff)
/source/blender/python/api2_2x/NMesh.h (+9, -41) (Diff)
/source/blender/python/api2_2x/Object.c (+6, -0) (Diff)
/source/blender/python/api2_2x/Object.h (+7, -2) (Diff)
/source/blender/python/api2_2x/Particle.h (+12, -1) (Diff)
/source/blender/python/api2_2x/Registry.c (+57, -0) (Diff)
/source/blender/python/api2_2x/Registry.h (+2, -54) (Diff)
/source/blender/python/api2_2x/Scene.c (+0, -1) (Diff)
/source/blender/python/api2_2x/Scene.h (+3, -0) (Diff)
/source/blender/python/api2_2x/sceneRender.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Sys.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Sys.h (+2, -0) (Diff)
/source/blender/python/api2_2x/Text.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Text.h (+6, -0) (Diff)
/source/blender/python/api2_2x/Texture.c (+2, -1) (Diff)
/source/blender/python/api2_2x/Types.c (+9, -6) (Diff)
/source/blender/python/api2_2x/Types.h (+3, -0) (Diff)
/source/blender/python/api2_2x/Wave.h (+14, -1) (Diff)
/source/blender/python/api2_2x/Window.c (+2, -1) (Diff)
/source/blender/python/api2_2x/Window.h (+3, -0) (Diff)
/source/blender/python/api2_2x/windowTheme.h (+2, -0) (Diff)
/source/blender/python/api2_2x/World.c (+145, -1) (Diff)
/source/blender/python/api2_2x/World.h (+11, -136) (Diff)
/source/blender/python/BPY_extern.h (+34, -33) (Diff)
/source/blender/python/BPY_interface.c (+656, -582) (Diff)
/source/blender/python/BPY_menus.c (+431, -338) (Diff)
/source/blender/python/BPY_menus.h (+18, -17) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021