Blender Git Loki
Git Commits -> Revision 05ce388
Revision 05ce388 by Ian Thompson (master) June 17, 2008, 19:26 (GMT) |
Added functions to the BPy Text object for positioning the cursor and inserting text. It seems Text.write() actually inserts *then* moves to the end of the buffer, so it doesn't really append as it says in the docs. However, with these new functions both appending and inserting can be achieved. |
Commit Details:
Full Hash: 05ce388f358b1cfa7bc7c63e29bd772efbf25d39
SVN Revision: 15254
Parent Commit: 48bf0ef
Lines Changed: +104, -2