Blender Git Loki
Git Commits -> Revision 6a51a61
Revision 6a51a61 by Clément Foucault (greasepencil-object, greasepencil-refactor, temp-gpencil-eval) December 31, 2019, 18:28 (GMT) |
GPencil: Refactor: Remove image size from uv computation Now UVs for line strokes is computed using only the pixel factor. We can reintroduce the image size behavior easilly if needed but in a much cleaner way. |
Commit Details:
Full Hash: 6a51a610743cef40286750357204c679d8990136
Parent Commit: 6fead84
Lines Changed: +11, -61
6 Modified Paths:
/source/blender/blenkernel/intern/gpencil.c (+6, -47) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_data.c (+1, -1) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.h (+1, -1) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_vert.glsl (+1, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+1, -6) (Diff)
/source/blender/editors/gpencil/gpencil_primitive.c (+1, -6) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_data.c (+1, -1) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.h (+1, -1) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_vert.glsl (+1, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+1, -6) (Diff)
/source/blender/editors/gpencil/gpencil_primitive.c (+1, -6) (Diff)