Commit: be68d00c3663f5239a87120841874f468904a972 Author: Antonio Vazquez Date: Fri Apr 23 16:58:30 2021 +0200 Branches: master https://developer.blender.org/rBbe68d00c3663f5239a87120841874f468904a972
GPencil: Change maximum value for Fill precission The old value of 5 was not enough for some situations. =================================================================== 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 8facdca2f9c..bf7b9d70fb6 100644 --- a/source/blender/makesdna/DNA_gpencil_types.h +++ b/source/blender/makesdna/DNA_gpencil_types.h @@ -47,7 +47,7 @@ struct Curve; #define GP_DEFAULT_CURVE_EDIT_CORNER_ANGLE M_PI_2 #define GPENCIL_MIN_FILL_FAC 0.05f -#define GPENCIL_MAX_FILL_FAC 5.0f +#define GPENCIL_MAX_FILL_FAC 8.0f /* ***************************************** */ /* GP Stroke Points */ _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
