Blender Git Commit Log
Git Commits -> Revision cade262
Revision cade262 by Thomas Beck (master) September 16, 2016, 22:21 (GMT) |
OpenGL render: Bugfix (unreported) after rB6f92604e539b2114763150fb1ace60d28e59a889 Crashes occured immediately when clicking on "OpenGL render image" because there was only a task pool created previously when it was an animation. Solved it by introducing a variable is_animation to the openglrender and omitting the task_pool call when it's no animation. @sergey: Please check my changes, moved the pool_ok and the lock into the is_animation clause. |
Commit Details:
Full Hash: cade262c472374dc397311dabd900c8763598c70
Parent Commit: c9c933a
Lines Changed: +9, -5
1 Modified Path:
/source/blender/editors/render/render_opengl.c (+9, -5) (Diff)