Blender Git Commit Log
Git Commits -> Revision 5e7f9df
Revision 5e7f9df by Willian Padovani Germano (master) November 23, 2003, 17:46 (GMT) |
BPython: -- New module: Blender.Texture, by new developer Alex Mole. Most of it is done: guess only Ipo, envmap, colorband and plugin were not implemented yet. |
Commit Details:
Full Hash: 5e7f9dfa084d978bbcb96dad7ac2bae80789714e
SVN Revision: 1616
Parent Commit: 511b098
Lines Changed: +2109, -7
4 Added Paths:
/source/blender/python/api2_2x/MTex.c (+255, -0) (View)
/source/blender/python/api2_2x/MTex.h (+65, -0) (View)
/source/blender/python/api2_2x/Texture.c (+1513, -0) (View)
/source/blender/python/api2_2x/Texture.h (+67, -0) (View)
/source/blender/python/api2_2x/MTex.h (+65, -0) (View)
/source/blender/python/api2_2x/Texture.c (+1513, -0) (View)
/source/blender/python/api2_2x/Texture.h (+67, -0) (View)
10 Modified Paths:
/source/blender/python/api2_2x/Blender.c (+1, -0) (Diff)
/source/blender/python/api2_2x/doc/Blender.py (+1, -0) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+68, -1) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+17, -2) (Diff)
/source/blender/python/api2_2x/Image.c (+9, -0) (Diff)
/source/blender/python/api2_2x/Image.h (+2, -1) (Diff)
/source/blender/python/api2_2x/Material.c (+102, -1) (Diff)
/source/blender/python/api2_2x/modules.h (+3, -0) (Diff)
/source/blender/python/api2_2x/Types.c (+3, -1) (Diff)
/source/blender/python/api2_2x/Types.h (+3, -1) (Diff)
/source/blender/python/api2_2x/doc/Blender.py (+1, -0) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+68, -1) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+17, -2) (Diff)
/source/blender/python/api2_2x/Image.c (+9, -0) (Diff)
/source/blender/python/api2_2x/Image.h (+2, -1) (Diff)
/source/blender/python/api2_2x/Material.c (+102, -1) (Diff)
/source/blender/python/api2_2x/modules.h (+3, -0) (Diff)
/source/blender/python/api2_2x/Types.c (+3, -1) (Diff)
/source/blender/python/api2_2x/Types.h (+3, -1) (Diff)