Blender Git Loki
Git Commits -> Revision e33d7d3
Revision e33d7d3 by Campbell Barton (master) August 1, 2010, 13:57 (GMT) |
bugfix [#23129] alt-p in the texteditor doesn't work anymore recent commit cleared the __main__ namespace once a script finished which meant classes defined there would loose their namespace. now inset a new __main__ module into sys.modules for every script that runs, any classes that are registered will hold a reference to that modules namespace. |
Commit Details:
Full Hash: e33d7d37c95922da92fd7b2dad97b21a80de521a
SVN Revision: 30938
Parent Commit: f3cca3e
Lines Changed: +29, -65
1 Modified Path:
/source/blender/python/intern/bpy_interface.c (+29, -65) (Diff)