Blender Git Commit Log
Git Commits -> Revision 4d551c0
Revision 4d551c0 by Campbell Barton (master) September 20, 2008, 04:37 (GMT) |
Text.c - calling Text_reset within C/Api funcs didnt decref the Py_None Text_reset returned. - Text_delete wasnt checking if the input was an int. - a number of functions wernt checking if the text was removed. console.py - added clear output - command history leaves empty command before wrapping - add imports as dummy user input so commands written to a text file will run. - faster writing of output to a textblock. |
Commit Details:
Full Hash: 4d551c0a0ded51c443f86696d5644510c0ca3065
SVN Revision: 16621
Parent Commit: 5f3c4ed
Lines Changed: +84, -76