Blender Git Loki
Git Commits -> Revision fa671fd
Revision fa671fd by Sergey Sharybin (master) February 5, 2013, 14:16 (GMT) |
Fix #34041: rendered view + border Issue was caused by rare cases when camera move happens just after last sample was finished, this would lead to missing delay reset because render cycle will go to pause_cond.wait(). No reset will happen at this point because of some kind of optimization which checks whether camera is tagged for update and wouldn't do reset in this case. Talked to Brecht and seems this optimization is not actually needed and removing it will solve issue with frozen preview. |
Commit Details:
Full Hash: fa671fd0d54afa92f0e220aee5ba6ba86aef050e
SVN Revision: 54326
Parent Commit: 1ca0d66
Lines Changed: +1, -2
1 Modified Path:
/intern/cycles/blender/blender_session.cpp (+1, -2) (Diff)