Blender Git Loki
Git Commits -> Revision 4335811
Revision 4335811 by Ken Hughes (master) September 12, 2008, 02:23 (GMT) |
Python API ---------- Second and final part of MTex API changes. Added support for new attributes for MTex World objects, stricter checking of attribute types for materia/lamp/world MTex objects, setters for lamp.textures and world.textures attributes, and updated documentation. |
Commit Details:
Full Hash: 4335811695761dcd3031acee507b4e9a44b09bdd
SVN Revision: 16480
Parent Commit: 0dea748
Lines Changed: +329, -77
6 Modified Paths:
/source/blender/python/api2_2x/doc/Texture.py (+60, -49) (Diff)
/source/blender/python/api2_2x/Lamp.c (+74, -1) (Diff)
/source/blender/python/api2_2x/Material.c (+5, -2) (Diff)
/source/blender/python/api2_2x/MTex.c (+110, -24) (Diff)
/source/blender/python/api2_2x/Texture.c (+6, -0) (Diff)
/source/blender/python/api2_2x/World.c (+74, -1) (Diff)
/source/blender/python/api2_2x/Lamp.c (+74, -1) (Diff)
/source/blender/python/api2_2x/Material.c (+5, -2) (Diff)
/source/blender/python/api2_2x/MTex.c (+110, -24) (Diff)
/source/blender/python/api2_2x/Texture.c (+6, -0) (Diff)
/source/blender/python/api2_2x/World.c (+74, -1) (Diff)