Blender Git Loki
Git Commits -> Revision ba44bf5
Revision ba44bf5 by Ton Roosendaal (master) April 7, 2011, 15:48 (GMT) |
Bugfix #26812 On anim-render, a click in timeline stopped render completely. The reason for this was a bit wacko code to cope with frame-step feature (steps of multiple frames). I thought of fixing that, but instead decided to block any operator in Blender to change a frame while a render is in progress. Both render engine and UI are accessing (writing to) the same data then, which is a bad conflict. Still a serious weakness of threaded render, but I'll keep trying to allow this as far as possible :) |
Commit Details:
Full Hash: ba44bf522cd098c8568a8dea4218b91b8d161191
SVN Revision: 36045
Parent Commit: 545b0a4
Lines Changed: +21, -6