Blender Git Commit Log
Git Commits -> Revision 1135434
Revision 1135434 by Campbell Barton (master) March 11, 2007, 04:05 (GMT) |
moved python functions that deal with blender libdata into gen_library.c from gen_utils and BPY_interface small cleanup, removed unused functions and explicetly cast pointers.. |
Commit Details:
Full Hash: 1135434ed18b4d89505ce0ce9673bf801e4b48e7
SVN Revision: 10237
Parent Commit: 36eba6e
Lines Changed: +449, -382
2 Added Paths:
/source/blender/python/api2_2x/gen_library.c (+308, -0) (View)
/source/blender/python/api2_2x/gen_library.h (+89, -0) (View)
/source/blender/python/api2_2x/gen_library.h (+89, -0) (View)
30 Modified Paths:
/source/blender/python/api2_2x/Armature.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Camera.c (+1, -10) (Diff)
/source/blender/python/api2_2x/Curve.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Font.c (+1, -0) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+0, -213) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+1, -53) (Diff)
/source/blender/python/api2_2x/Group.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Image.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Ipo.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Key.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Lamp.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Lattice.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Main.c (+5, -4) (Diff)
/source/blender/python/api2_2x/Main.h (+0, -3) (Diff)
/source/blender/python/api2_2x/Material.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Mesh.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Metaball.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Modifier.c (+1, -0) (Diff)
/source/blender/python/api2_2x/MTex.c (+1, -0) (Diff)
/source/blender/python/api2_2x/NLA.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Object.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Pose.c (+10, -9) (Diff)
/source/blender/python/api2_2x/Scene.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Sound.c (+1, -0) (Diff)
/source/blender/python/api2_2x/SurfNurb.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Text.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Text3d.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Texture.c (+1, -0) (Diff)
/source/blender/python/api2_2x/World.c (+1, -2) (Diff)
/source/blender/python/BPY_interface.c (+12, -88) (Diff)
/source/blender/python/api2_2x/Camera.c (+1, -10) (Diff)
/source/blender/python/api2_2x/Curve.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Font.c (+1, -0) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+0, -213) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+1, -53) (Diff)
/source/blender/python/api2_2x/Group.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Image.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Ipo.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Key.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Lamp.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Lattice.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Main.c (+5, -4) (Diff)
/source/blender/python/api2_2x/Main.h (+0, -3) (Diff)
/source/blender/python/api2_2x/Material.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Mesh.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Metaball.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Modifier.c (+1, -0) (Diff)
/source/blender/python/api2_2x/MTex.c (+1, -0) (Diff)
/source/blender/python/api2_2x/NLA.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Object.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Pose.c (+10, -9) (Diff)
/source/blender/python/api2_2x/Scene.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Sound.c (+1, -0) (Diff)
/source/blender/python/api2_2x/SurfNurb.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Text.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Text3d.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Texture.c (+1, -0) (Diff)
/source/blender/python/api2_2x/World.c (+1, -2) (Diff)
/source/blender/python/BPY_interface.c (+12, -88) (Diff)