Blender Git Commit Log

Git Commits -> Revision a51f7c8

Revision a51f7c8 by Antonio Vazquez (master)
December 3, 2019, 11:09 (GMT)
Fix T72134: Adaptive UVs does not affect strokes that are already drawn

Now when change the setting the strokes are recalculated.

To do this, it was necessary to move the UV recalc to BKE module in order to share with Draw Engine. If the recalc it was done in draw engine, the factor was only calculated for evaluated version and there was a problem when draw a new sytroke.

Now, the RNA parameter recalc the original datablock instead of tag for be calculated in Draw Engine.

Commit Details:

Full Hash: a51f7c8a50c8dd0858577957fc6a7fe7f48278a0
Parent Commit: d6fe8ce
Lines Changed: +144, -156

6 Modified Paths:

/source/blender/blenkernel/BKE_gpencil.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/gpencil.c (+129, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_cache_impl.c (+1, -1) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_utils.c (+1, -133) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.h (+0, -1) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+12, -21) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021