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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-08-01 23:22:04 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-08-01 23:22:04 +0400
commit6a6bcea81765976e902a4bac99ff9cbcd0faed55 (patch)
tree64a213ab11d54c038d4f62b98905ff6a268fde2c /intern/smoke
parent689c6133ea7f659fc61679c83ca216338533f98d (diff)
Fix #31800: Blender crash by rendering in connection with linked groups
Seems the issue was caused by render layer node overwritng active scene when render button is clicked. It lead t situations when job was adding with owner of rendering scene, but modal callback was checking for render jobs existing for current active scene. There was no such jobs so operator used to finish at this point and free report list used by render pipeline. Solved by storing operator owner in operator's custom data. Probably there's nicer way to do fix this issue but currently can't think of it.
Diffstat (limited to 'intern/smoke')
0 files changed, 0 insertions, 0 deletions