Commit: e4465f7f960ca214ea8086933736f62594c14d64
Author: Antonio Vazquez
Date: Tue Jul 4 16:48:40 2017 +0200
Branches: greasepencil-object
https://developer.blender.org/rBe4465f7f960ca214ea8086933736f62594c14d64
Increase paint brush size range
===================================================================
M source/blender/makesrna/intern/rna_scene.c
===================================================================
diff --git a/source/blender/makesrna/intern/rna_scene.c
b/source/blender/makesrna/intern/rna_scene.c
index f75b6b5ff26..380a9a79c16 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -3247,7 +3247,7 @@ static void rna_def_gpencil_brush(BlenderRNA *brna)
prop = RNA_def_property(srna, "line_width", PROP_INT, PROP_PIXEL);
RNA_def_property_int_sdna(prop, NULL, "thickness");
RNA_def_property_range(prop, 1, 300);
- RNA_def_property_ui_range(prop, 1, 50, 1, 0);
+ RNA_def_property_ui_range(prop, 1, 100, 1, 0);
RNA_def_property_ui_text(prop, "Thickness", "Thickness of strokes (in
pixels)");
RNA_def_property_update(prop, NC_GPENCIL | ND_DATA, NULL);
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs