Blender Git Commit Log
Git Commits -> Revision 6a6bcea
Revision 6a6bcea by Sergey Sharybin (master) August 1, 2012, 19:22 (GMT) |
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. |
Commit Details:
Full Hash: 6a6bcea81765976e902a4bac99ff9cbcd0faed55
SVN Revision: 49478
Parent Commit: 689c613
Lines Changed: +10, -2
1 Modified Path:
/source/blender/editors/render/render_internal.c (+10, -2) (Diff)