Blender Git Commit Log
Git Commits -> Revision 667ae77
Revision 667ae77 by Sergey Sharybin (master) January 6, 2012, 10:08 (GMT) |
Fix #29743: Video sequencer wipe effect bug Blur width used to be calculated quite strange depending on current angle. Also, it used to be using wrong formula to calculate distance between current point and boundary line which made blur width almost useless. Now actual blur width is doesn't depend on angle and use corrected formula for distance calculation which makes blur width slider behaves more predictable. This commit might make old files using wipe+blur be rendered a bit differently, but don't think it's indeed issue because old behavior was crappy to setup something useful so don't think this setup was used a lot. |
Commit Details:
Full Hash: 667ae778b97216297331508c7213d103d7725d04
SVN Revision: 43200
Parent Commit: 68fd186
Lines Changed: +23, -37
1 Modified Path:
/source/blender/blenkernel/intern/seqeffects.c (+23, -37) (Diff)