Blender Git Loki
Git Commits -> Revision b7bf9bf
Revision b7bf9bf by Willian Padovani Germano (master) May 28, 2003, 04:36 (GMT) |
* Added submodule Blender.Material * Added submodule Blender.Types: Blender Type definitions can't be static anymore. * Some cleanup of now unused defines in Camera.h and Lamp.h |
Commit Details:
Full Hash: b7bf9bf1b721ba9a1a5414179763c35a7557ccef
SVN Revision: 838
Parent Commit: a0e5444
Lines Changed: +1806, -278
4 Added Paths:
/source/blender/python/api2_2x/Material.c (+1032, -0) (View)
/source/blender/python/api2_2x/Material.h (+360, -0) (View)
/source/blender/python/api2_2x/Types.c (+74, -0) (View)
/source/blender/python/api2_2x/Types.h (+50, -0) (View)
/source/blender/python/api2_2x/Material.h (+360, -0) (View)
/source/blender/python/api2_2x/Types.c (+74, -0) (View)
/source/blender/python/api2_2x/Types.h (+50, -0) (View)
16 Modified Paths:
/source/blender/python/api2_2x/BGL.c (+2, -2) (Diff)
/source/blender/python/api2_2x/BGL.h (+14, -14) (Diff)
/source/blender/python/api2_2x/Blender.c (+140, -138) (Diff)
/source/blender/python/api2_2x/Camera.h (+2, -8) (Diff)
/source/blender/python/api2_2x/constant.c (+2, -3) (Diff)
/source/blender/python/api2_2x/constant.h (+2, -1) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+4, -4) (Diff)
/source/blender/python/api2_2x/Image.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Lamp.c (+100, -76) (Diff)
/source/blender/python/api2_2x/Lamp.h (+5, -19) (Diff)
/source/blender/python/api2_2x/modules.h (+6, -0) (Diff)
/source/blender/python/api2_2x/Object.c (+6, -6) (Diff)
/source/blender/python/api2_2x/Object.h (+1, -1) (Diff)
/source/blender/python/api2_2x/rgbTuple.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Text.h (+1, -1) (Diff)
/source/blender/python/api2_2x/vector.c (+3, -3) (Diff)
/source/blender/python/api2_2x/BGL.h (+14, -14) (Diff)
/source/blender/python/api2_2x/Blender.c (+140, -138) (Diff)
/source/blender/python/api2_2x/Camera.h (+2, -8) (Diff)
/source/blender/python/api2_2x/constant.c (+2, -3) (Diff)
/source/blender/python/api2_2x/constant.h (+2, -1) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+4, -4) (Diff)
/source/blender/python/api2_2x/Image.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Lamp.c (+100, -76) (Diff)
/source/blender/python/api2_2x/Lamp.h (+5, -19) (Diff)
/source/blender/python/api2_2x/modules.h (+6, -0) (Diff)
/source/blender/python/api2_2x/Object.c (+6, -6) (Diff)
/source/blender/python/api2_2x/Object.h (+1, -1) (Diff)
/source/blender/python/api2_2x/rgbTuple.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Text.h (+1, -1) (Diff)
/source/blender/python/api2_2x/vector.c (+3, -3) (Diff)