Blender Git Loki
Git Commits -> Revision 2246079
Revision 2246079 by Campbell Barton (master) September 20, 2008, 10:11 (GMT) |
Python api access to obcolor Option to copy obcolor in the copy menu Option to select same color in select grouped menu console.py - mistake in last commit caused a python error |
Commit Details:
Full Hash: 224607982ad664eaccfd703cff105eb6393b2d3e
SVN Revision: 16625
Parent Commit: c282178
Lines Changed: +78, -7
7 Modified Paths:
/release/scripts/console.py (+4, -4) (Diff)
/source/blender/blenlib/BLI_arithb.h (+1, -0) (Diff)
/source/blender/blenlib/intern/arithb.c (+13, -0) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+2, -0) (Diff)
/source/blender/python/api2_2x/Object.c (+31, -1) (Diff)
/source/blender/src/editobject.c (+4, -1) (Diff)
/source/blender/src/space.c (+23, -1) (Diff)
/source/blender/blenlib/BLI_arithb.h (+1, -0) (Diff)
/source/blender/blenlib/intern/arithb.c (+13, -0) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+2, -0) (Diff)
/source/blender/python/api2_2x/Object.c (+31, -1) (Diff)
/source/blender/src/editobject.c (+4, -1) (Diff)
/source/blender/src/space.c (+23, -1) (Diff)