Blender Git Commit Log

Git Commits -> Revision dbeec2b

Revision dbeec2b by Brecht Van Lommel (master)
April 24, 2013, 17:31 (GMT)
Fix #34783: smoke simulation crash when changing frame while preview rendering.

Added a mutex lock for smoke data access. The render was already working with a
copy of the volume data, so it's just a short lock to copy things and should not
block the UI much.

Commit Details:

Full Hash: dbeec2be86db5b4ba440175e59c52ff84eb98462
SVN Revision: 56273
Parent Commit: 64e28b2
Lines Changed: +77, -5

6 Modified Paths:

/source/blender/blenkernel/intern/smoke.c (+16, -0) (Diff)
/source/blender/blenlib/BLI_threads.h (+10, -2) (Diff)
/source/blender/blenlib/intern/threads.c (+26, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_smoke_types.h (+1, -0) (Diff)
/source/blender/render/intern/source/voxeldata.c (+22, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021