Blender Git Commit Log

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

3 Modified Paths:

/source/blender/editors/animation/anim_ops.c (+4, -0) (Diff)
/source/blender/editors/screen/screen_ops.c (+16, -5) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021