Blender Git Commit Log
Git Commits -> Revision 119844e
Revision 119844e by Campbell Barton (master) July 18, 2009, 16:27 (GMT) |
fixes for errors on startup and compiler errors and draw speedup. * Drawing the console text now skips all lines outside the view bounds. * Added dummy C operators for console.exec and console.autocomplete so blender wont complain at startup, its not really a problem but people testing reported it a few times. Eventually we should have some way python operators are initialized before the spaces operators are checked. * reordered the imports so the "ui" dir is imported before "io", for now this means bpy.ops is defined before exporters and importers need to use it, was causing a python error on startup. * fixed all compiler warnings for the console (gcc4.4) * stopped operators were printing out the return flag. * removed references to ACT_OT_test, TEXT_OT_console_exec and TEXT_OT_console_autocomplete |
Commit Details:
Full Hash: 119844eb23718870df614a68a035573e9c5e4e11
SVN Revision: 21679
Parent Commit: 75b8bad
Lines Changed: +65, -41
8 Modified Paths:
/source/blender/editors/space_action/action_ops.c (+1, -1) (Diff)
/source/blender/editors/space_console/console_draw.c (+17, -11) (Diff)
/source/blender/editors/space_console/console_intern.h (+4, -9) (Diff)
/source/blender/editors/space_console/console_ops.c (+33, -10) (Diff)
/source/blender/editors/space_console/space_console.c (+6, -5) (Diff)
/source/blender/editors/space_text/space_text.c (+0, -4) (Diff)
/source/blender/python/intern/bpy_interface.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_operator_wrap.c (+3, -0) (Diff)
/source/blender/editors/space_console/console_draw.c (+17, -11) (Diff)
/source/blender/editors/space_console/console_intern.h (+4, -9) (Diff)
/source/blender/editors/space_console/console_ops.c (+33, -10) (Diff)
/source/blender/editors/space_console/space_console.c (+6, -5) (Diff)
/source/blender/editors/space_text/space_text.c (+0, -4) (Diff)
/source/blender/python/intern/bpy_interface.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_operator_wrap.c (+3, -0) (Diff)