Blender Git Commit Log

Git Commits -> Revision ed0429e

September 4, 2017, 11:02 (GMT)
Fix: GPencil Sequence Interpolation for thickness/strength was inverted

For example, if you have two keyframes:
k1 = 1px, k2 = 10px

it was doing:
1px, 9px, 8px, ..., 3px, 2px, 10px
instead of:
1px, 2px, 3px, ..., 8px, 9px, 10px

Commit Details:

Full Hash: ed0429e7e685a15cd63ea336fb78189579ca29b5
Parent Commit: 27c42e0
Committed By: Bastien Montagne
Lines Changed: +2, -2

1 Modified Path:

/source/blender/editors/gpencil/gpencil_interpolate.c (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021