This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenkernel/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-13 04:53:55 +00:00
2011-01-20 07:44:58 +00:00
2010-02-12 13:34:04 +00:00
2010-02-12 13:34:04 +00:00
2011-01-13 04:53:55 +00:00
2011-01-08 12:43:44 +00:00
2011-01-10 03:58:07 +00:00
2011-01-13 04:53:55 +00:00
2011-01-13 10:14:03 +00:00
2011-01-18 01:58:19 +00:00
2011-01-17 08:31:57 +00:00
2011-01-08 12:43:44 +00:00
2011-01-30 16:24:23 +00:00