Blender Git Commit Log

Git Commits -> Revision f99e703

Revision f99e703 by Antonio Vazquez (master)
March 29, 2021, 15:02 (GMT)
Fix T86975: GPencil interpolate wrong stroke order

When interpolate, the stroke order was not correct because it was assumed the GHash iter would return the items in the same order of insertion, but this is false.

Now, a list is used to keep the order of the strokes and the Hash is used to get the relationship between strokes as before.

Commit Details:

Full Hash: f99e703df3ae91cae444acca466fc0482195626b
Parent Commit: 81fae56
Lines Changed: +34, -25

1 Modified Path:

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