Blender Git Loki
Git Commits -> Revision 78703a9
Revision 78703a9 by Campbell Barton (master) July 12, 2009, 12:47 (GMT) |
python console in ~80 lines Shift+Enter in the text editor executes the TEXT_OT_line_console operator defined in space_text.py The operator's class stores a namespace for each text block. Eventually this should have its own input rather then using the text editor. Tested with py3.1 and 2.6 TEXT_OT_insert was only using the first char from a string, added support for inserting strings. |
Commit Details:
Full Hash: 78703a9ef8983ce513c1d428ba947dfbe1a58f97
SVN Revision: 21549
Parent Commit: 184dca5
Lines Changed: +113, -12