Blender Git Loki
Git Commits -> Revision c671973
Revision c671973 by Joshua Leung (master) September 3, 2017, 00:49 (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: c6719730921f16bcf7758f425540b1e12e46734a
Parent Commit: 53ec0e5
Lines Changed: +2, -2
1 Modified Path:
/source/blender/editors/gpencil/gpencil_interpolate.c (+2, -2) (Diff)