Blender Git Commit Log

Git Commits -> Revision 677e027

Revision 677e027 by Antonio Vazquez (master)
February 7, 2020, 15:36 (GMT)
Fix T73625: GPencil array offset wrong whe use Scale or Rotation

This is not 100% a bug but a design change. The old method used the object origin as pivot point for Scale a nd Rotation, so when you moved the stroke in edit mode, the whole array ittems where offset because the pivot point distance changed.

Now, before applying scale and rotation, the stroke is moved to object origin to keep the offset when scale or rotate, so these transformations are done in stroke local space.

Commit Details:

Full Hash: 677e027f2069dac18891db931c860542cbcb4bbe
Parent Commit: faf0895
Lines Changed: +20, -10

1 Modified Path:

/source/blender/gpencil_modifiers/intern/MOD_gpencilarray.c (+20, -10) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021