Blender Git Loki
Git Commits -> Revision 8e0704f
Revision 8e0704f by Campbell Barton (master) March 8, 2007, 06:35 (GMT) |
Added python access to material and texture colorbands. mat.colorbandDiffuse mat.colorbandSpecular tex.colorband gen_utils - removed unused func |
Commit Details:
Full Hash: 8e0704f59a40d9dd89b0c9cf92ec3484a106fa78
SVN Revision: 10221
Parent Commit: 4bd5ab6
Lines Changed: +193, -21
7 Modified Paths:
/source/blender/python/api2_2x/doc/Material.py (+17, -2) (Diff)
/source/blender/python/api2_2x/doc/Texture.py (+4, -0) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+5, -13) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Material.c (+142, -0) (Diff)
/source/blender/python/api2_2x/Material.h (+5, -0) (Diff)
/source/blender/python/api2_2x/Texture.c (+20, -5) (Diff)
/source/blender/python/api2_2x/doc/Texture.py (+4, -0) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+5, -13) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Material.c (+142, -0) (Diff)
/source/blender/python/api2_2x/Material.h (+5, -0) (Diff)
/source/blender/python/api2_2x/Texture.c (+20, -5) (Diff)