Blender Git Loki
Git Commits -> Revision da34136
Revision da34136 by Sergey Sharybin (master) May 19, 2015, 07:42 (GMT) |
Cycles: Check for validity of the tiles arrays in progressive refine In certain configurations (for example when start resolution is set to small value for background render and progressive refine enabled) number of tiles might change in the tile manager. This situation will confuse progressive refine feature and likely cause crash. We might also add some settings verification in the session constructor, but having an assert with brief explanation about what's wrong should already be much better than nothing. |
Commit Details:
Full Hash: da34136de1093e7da9bc10881d11e2f553f4d8d0
Parent Commit: f868be6
Lines Changed: +5, -0
1 Modified Path:
/intern/cycles/render/session.cpp (+5, -0) (Diff)