Blender Git Commit Log

Git Commits -> Revision bd1c657

Revision bd1c657 by Sergey Sharybin (master)
February 15, 2013, 09:15 (GMT)
Fix #34205: Zooming in rendered mode during update out of sync with intended zoom

Yes, again.

There's some t within which reset is not allowed. This is so no reset happens
too often for performance issues. If camera changes too often, some reset could
be missed because of this timeout.

For now tag engine for update, which will update viewport from blender side.

Proper solution could be to detect such a changes from blender side and tag
cycles for refresh instead of trying to detect changes form cycles, but that's
for later.

Commit Details:

Full Hash: bd1c6571c9e96cef75ac30b7b8387a56497e0c2e
SVN Revision: 54574
Parent Commit: 313df26
Lines Changed: +3, -0

1 Modified Path:

/intern/cycles/blender/blender_session.cpp (+3, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021