This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/python/intern
Campbell Barton ffe7bde02c correct fix for bug #23871, __main__ module was being overwritten in nested functions, so on returning from calling operators the __main__ module could be cleared and imported modules turn into None
calling
  bpy.ops.wm.read_factory_settings()
... would clear a scripts namespace if running directly, not in a module.


Fix by backing up and restoring the __main__ module.

Also found BKE_reportf wasnt printing all reports in background mode as BKE_report() was doing.
2011-02-01 12:37:53 +00:00
..
2011-01-18 21:39:50 +00:00
2010-02-12 13:34:04 +00:00
2010-02-12 13:34:04 +00:00
2011-01-13 21:44:18 +00:00
2010-03-21 01:14:04 +00:00
2010-09-03 03:30:20 +00:00