Blender Git Commit Log

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

3 Modified Paths:

/release/ui/space_text.py (+97, -0) (Diff)
/source/blender/editors/space_text/space_text.c (+4, -0) (Diff)
/source/blender/editors/space_text/text_ops.c (+12, -12) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021