Blender Git Commit Log

Git Commits -> Revision 593ae2c

Revision 593ae2c by Brecht Van Lommel (master)
December 17, 2012, 20:37 (GMT)
Fix #33505: various issues
* Motion blur with shutter time > 1 did result in the correct evaluation
of some modifiers because it set the subframe to values > 1, and some
places assume the current frame to be set to the integer coordinate and
the subframe to be a value between 0 and 1.
* Shape keys did not take subframe time offsets into account.
* Point density texture was using an current frame value that was never set.

Commit Details:

Full Hash: 593ae2c8f4abce2aab3a7a7b54322b9ab69710ff
SVN Revision: 53095
Parent Commit: cfd6282
Lines Changed: +16, -9

4 Modified Paths:

/source/blender/blenkernel/intern/key.c (+4, -4) (Diff)
/source/blender/render/intern/include/render_types.h (+0, -1) (Diff)
/source/blender/render/intern/source/pipeline.c (+11, -3) (Diff)
/source/blender/render/intern/source/pointdensity.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021