This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/python/intern
Campbell Barton 119844eb23 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
2009-07-18 16:27:25 +00:00
..
2.5
2009-07-08 14:26:43 +00:00
2009-04-01 12:43:07 +00:00
2009-06-05 12:48:58 +00:00
2009-06-18 19:51:22 +00:00
2008-11-29 13:36:08 +00:00
2009-07-16 00:50:27 +00:00
2009-07-11 13:57:56 +00:00
2009-06-14 12:53:47 +00:00
2009-06-23 00:09:26 +00:00