Blender Git Loki
Git Commits -> Revision a127b38
Revision a127b38 by Michel Selten (master) June 2, 2003, 20:15 (GMT) |
* Fix compilation errors on Windows hopefully. Implemented the suggestion done by Aphex - thanks. * Added the doc strings to the Object module. * Added more functionality to the Object module. |
Commit Details:
Full Hash: a127b387607fea5c0433bde26517a9fe575e72f9
SVN Revision: 857
Parent Commit: 271dc5a
Lines Changed: +325, -95
24 Modified Paths:
/source/blender/python/api2_2x/Armature.c (+2, -0) (Diff)
/source/blender/python/api2_2x/Armature.h (+1, -1) (Diff)
/source/blender/python/api2_2x/BGL.c (+2, -0) (Diff)
/source/blender/python/api2_2x/BGL.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Bone.c (+3, -1) (Diff)
/source/blender/python/api2_2x/Camera.c (+3, -0) (Diff)
/source/blender/python/api2_2x/Camera.h (+1, -1) (Diff)
/source/blender/python/api2_2x/constant.c (+3, -1) (Diff)
/source/blender/python/api2_2x/Curve.c (+3, -0) (Diff)
/source/blender/python/api2_2x/Curve.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Draw.c (+2, -0) (Diff)
/source/blender/python/api2_2x/Draw.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Image.c (+3, -1) (Diff)
/source/blender/python/api2_2x/Lamp.c (+2, -0) (Diff)
/source/blender/python/api2_2x/Lamp.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Material.c (+3, -1) (Diff)
/source/blender/python/api2_2x/modules.h (+5, -5) (Diff)
/source/blender/python/api2_2x/NMesh.c (+9, -4) (Diff)
/source/blender/python/api2_2x/Object.c (+221, -47) (Diff)
/source/blender/python/api2_2x/Object.h (+48, -25) (Diff)
/source/blender/python/api2_2x/rgbTuple.c (+3, -1) (Diff)
/source/blender/python/api2_2x/Text.c (+2, -0) (Diff)
/source/blender/python/api2_2x/Text.h (+1, -1) (Diff)
/source/blender/python/api2_2x/vector.c (+4, -2) (Diff)
/source/blender/python/api2_2x/Armature.h (+1, -1) (Diff)
/source/blender/python/api2_2x/BGL.c (+2, -0) (Diff)
/source/blender/python/api2_2x/BGL.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Bone.c (+3, -1) (Diff)
/source/blender/python/api2_2x/Camera.c (+3, -0) (Diff)
/source/blender/python/api2_2x/Camera.h (+1, -1) (Diff)
/source/blender/python/api2_2x/constant.c (+3, -1) (Diff)
/source/blender/python/api2_2x/Curve.c (+3, -0) (Diff)
/source/blender/python/api2_2x/Curve.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Draw.c (+2, -0) (Diff)
/source/blender/python/api2_2x/Draw.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Image.c (+3, -1) (Diff)
/source/blender/python/api2_2x/Lamp.c (+2, -0) (Diff)
/source/blender/python/api2_2x/Lamp.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Material.c (+3, -1) (Diff)
/source/blender/python/api2_2x/modules.h (+5, -5) (Diff)
/source/blender/python/api2_2x/NMesh.c (+9, -4) (Diff)
/source/blender/python/api2_2x/Object.c (+221, -47) (Diff)
/source/blender/python/api2_2x/Object.h (+48, -25) (Diff)
/source/blender/python/api2_2x/rgbTuple.c (+3, -1) (Diff)
/source/blender/python/api2_2x/Text.c (+2, -0) (Diff)
/source/blender/python/api2_2x/Text.h (+1, -1) (Diff)
/source/blender/python/api2_2x/vector.c (+4, -2) (Diff)