Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-02-01 15:37:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-01 15:37:53 +0300
commitffe7bde02c5725993e9c1986bbc8a83174adbbb8 (patch)
tree14ba26e8e892b701a4cfc4daf9c6cfe1baaad285 /release/scripts/templates
parent86f3ba24e4bc5f01b1730d1b48b74b6ce4c659fd (diff)
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.
Diffstat (limited to 'release/scripts/templates')
0 files changed, 0 insertions, 0 deletions