Blender Git Commit Log

Git Commits -> Revision 88e3e8c

Revision 88e3e8c by Campbell Barton (master)
July 16, 2009, 07:11 (GMT)
- use outliner colors (with subtle stripes) for report so you can see divisions between operators with wrapping.
- added class option for PyOperators __register__ so you can set if py operators are logged in the console.
- PyOperators was refcounting in a more readable but incorrect way. in some cases would be possible to crash so better not drop the reference before using the value.
- console zoom operator was registering which meant zooming in to see some text would push it away :)

Commit Details:

Full Hash: 88e3e8c1c939ee25f9d86fcfb1d55c0ab415373e
SVN Revision: 21619
Parent Commit: 513dcf7
Lines Changed: +80, -35

4 Modified Paths:

/release/ui/space_console.py (+2, -0) (Diff)
/source/blender/editors/space_console/console_draw.c (+57, -25) (Diff)
/source/blender/editors/space_console/console_ops.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_operator_wrap.c (+20, -9) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021