[Bf-blender-cvs] [dd370cbf895] greasepencil-object: GPencil: Increase number of input samples to 50

Antonioya noreply at git.blender.org
Tue Aug 13 22:51:57 CEST 2019


Commit: dd370cbf8956d5d1cde0c5e42251c9dbf93d16d8
Author: Antonioya
Date:   Tue Aug 13 22:51:37 2019 +0200
Branches: greasepencil-object
https://developer.blender.org/rBdd370cbf8956d5d1cde0c5e42251c9dbf93d16d8

GPencil: Increase number of input samples to 50

For testing new brushes.

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

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 0de7d8bdd16..3edd529eb68 100644
--- a/source/blender/makesdna/DNA_gpencil_types.h
+++ b/source/blender/makesdna/DNA_gpencil_types.h
@@ -36,7 +36,7 @@ struct MDeformVert;
 
 #define GP_DEFAULT_PIX_FACTOR 1.0f
 #define GP_DEFAULT_GRID_LINES 4
-#define GP_MAX_INPUT_SAMPLES 10
+#define GP_MAX_INPUT_SAMPLES 50
 
 /* ***************************************** */
 /* GP Stroke Points */



More information about the Bf-blender-cvs mailing list