Blender Git Loki
Git Commits -> Revision 7625378
Revision 7625378 by Willian Padovani Germano (master) May 27, 2005, 05:39 (GMT) |
BPython: - Fix for bug #2621 reported by Yann Cointepas (material.setMode didn't accept integer param, only strings, making it inconsistent with material.getMode): http://projects.blender.org/tracker/index.php?func=detail&aid=2621&group_id=9&atid=125 Applied patch #2626 by Ken Hughes to both Material.c and doc (Material.py): http://projects.blender.org/tracker/index.php?func=detail&aid=2626&group_id=9&atid=127 - Small C doc strings update I forgot to add before, for Render slinks (reminder about Render slinks docs also by Ken). Thanks both -- btw, Ken Hughes has contributed considerably improving bpy documentation and fixing bugs for this release. |
Commit Details:
Full Hash: 7625378e6daa5304d1faac62d8ea16ecb021ff1f
SVN Revision: 4505
Parent Commit: 53082cf
Lines Changed: +122, -89
7 Modified Paths:
/source/blender/python/api2_2x/Camera.c (+2, -2) (Diff)
/source/blender/python/api2_2x/doc/Material.py (+21, -8) (Diff)
/source/blender/python/api2_2x/Lamp.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Material.c (+91, -71) (Diff)
/source/blender/python/api2_2x/Object.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Scene.c (+2, -2) (Diff)
/source/blender/python/api2_2x/World.c (+2, -2) (Diff)
/source/blender/python/api2_2x/doc/Material.py (+21, -8) (Diff)
/source/blender/python/api2_2x/Lamp.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Material.c (+91, -71) (Diff)
/source/blender/python/api2_2x/Object.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Scene.c (+2, -2) (Diff)
/source/blender/python/api2_2x/World.c (+2, -2) (Diff)