Blender Git Loki
Git Commits -> Revision d89a738
Revision d89a738 by Stephen Swaney (master) January 29, 2007, 01:27 (GMT) |
Bugfix for #5846 erratic error with in "ob.getData(mesh=1)" It looks like the changes for bug #5000 Changin EditMode in Script wrecks memory break the python interpreter. Since this is critical, I have #ifdef'ed those out of BPY_interface.c and Window.c. Did not touch Armature.c. The ifdefs are tagged with /* bug 5000 */ This means bug #5000 is back in play. Interesting to note that according to #5846, only scripts run from the script menu and not via Alt-P were broken. |
Commit Details:
Full Hash: d89a7388eaa38015264eb68f056346a4d1fcbfe5
SVN Revision: 9952
Parent Commit: 2133d87
Lines Changed: +14, -2