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