Blender Git Loki
Git Commits -> Revision 552cd4b
Revision 552cd4b by Campbell Barton (master) September 23, 2012, 06:25 (GMT) |
fix for crash executing a python script. nice obscure case, when a script executes, frees its self (by loading a file for eg), then has a python error. ... in this case blender would fetch the python exception and attempt to move the cursor in the freed textblock to the error line, crashing blender. |
Commit Details:
Full Hash: 552cd4b7e71fb30843059f356445b32e954c2df9
SVN Revision: 50821
Parent Commit: 3e9a09d
Lines Changed: +13, -4