[Bf-blender-cvs] [5b54c663345] greasepencil-object: Make default object display size smaller

Antonio Vazquez noreply at git.blender.org
Fri Aug 4 10:57:16 CEST 2017


Commit: 5b54c663345968a62d3946dbb398ce47d24ba7da
Author: Antonio Vazquez
Date:   Fri Aug 4 10:36:14 2017 +0200
Branches: greasepencil-object
https://developer.blender.org/rB5b54c663345968a62d3946dbb398ce47d24ba7da

Make default object display size smaller

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

M	source/blender/makesdna/DNA_gpencil_types.h

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

diff --git a/source/blender/makesdna/DNA_gpencil_types.h b/source/blender/makesdna/DNA_gpencil_types.h
index c2c6a91a802..909bd22014d 100644
--- a/source/blender/makesdna/DNA_gpencil_types.h
+++ b/source/blender/makesdna/DNA_gpencil_types.h
@@ -39,7 +39,7 @@ struct CurveMapping;
 struct GHash;
 
 /* TODO: add size as userprefs parameter */
-#define GP_OBGPENCIL_DEFAULT_SIZE  0.5f 
+#define GP_OBGPENCIL_DEFAULT_SIZE  0.2f 
 
 /* information of vertex group weight */
 typedef struct bGPDweight {




More information about the Bf-blender-cvs mailing list