[Bf-blender-cvs] [978f50a0c85] greasepencil-object: Add ToDo comment for fixing later

Antonio Vazquez noreply at git.blender.org
Tue Feb 20 17:02:16 CET 2018


Commit: 978f50a0c85b4260cb0486bdd2e14081065a43e2
Author: Antonio Vazquez
Date:   Mon Feb 19 19:28:23 2018 +0100
Branches: greasepencil-object
https://developer.blender.org/rB978f50a0c85b4260cb0486bdd2e14081065a43e2

Add ToDo comment for fixing later

===================================================================

M	source/blender/editors/gpencil/gpencil_utils.c

===================================================================

diff --git a/source/blender/editors/gpencil/gpencil_utils.c b/source/blender/editors/gpencil/gpencil_utils.c
index 488e8e986ea..58161303d1e 100644
--- a/source/blender/editors/gpencil/gpencil_utils.c
+++ b/source/blender/editors/gpencil/gpencil_utils.c
@@ -1529,6 +1529,7 @@ void ED_gpencil_setup_modes(bContext *C, bGPdata *gpd, int newmode)
 /* texture coordinate utilities */
 void ED_gpencil_calc_stroke_uv(bGPDstroke *gps, float pixsize)
 {
+	/* TODO: In camera view the pixsize (rv3d->pixsize) looks wrong */
 	if (gps == NULL) {
 		return;
 	}



More information about the Bf-blender-cvs mailing list