Blender Git Commit Log
Git Commits -> Revision e472a3d
Revision e472a3d by Campbell Barton (master) September 17, 2006, 02:31 (GMT) |
renamed Blender.Image.SetCurrent(img) to img.makeCurrent() to be consistant with scene. applied patch #4998 (array count), as well as adding other array settings, updated documentation as well. added EXPP_setVec3Clamped() as a way to set a vector from getset attrs (used with array offset and scale) |
Commit Details:
Full Hash: e472a3d8521f5c9b90498dcff8784ddeb678bae0
SVN Revision: 8500
Parent Commit: eaad4e4
Lines Changed: +180, -77
6 Modified Paths:
/source/blender/python/api2_2x/doc/Image.py (+9, -10) (Diff)
/source/blender/python/api2_2x/doc/Modifier.py (+39, -33) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+22, -0) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+2, -0) (Diff)
/source/blender/python/api2_2x/Image.c (+14, -27) (Diff)
/source/blender/python/api2_2x/Modifier.c (+94, -7) (Diff)
/source/blender/python/api2_2x/doc/Modifier.py (+39, -33) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+22, -0) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+2, -0) (Diff)
/source/blender/python/api2_2x/Image.c (+14, -27) (Diff)
/source/blender/python/api2_2x/Modifier.c (+94, -7) (Diff)