From 6fc92b296fae474c5b9bb2ea996f51cef75bd9c6 Mon Sep 17 00:00:00 2001 From: Antonio Vazquez Date: Thu, 2 Sep 2021 16:23:13 +0200 Subject: GPencil: Change default Scale Thickness to True in 2D template This parameter is more logic as true because is better scale thickness when the size of the stroke changes. Reviewed by: @mendio @pepeland --- release/scripts/startup/bl_app_templates_system/2D_Animation/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/release/scripts/startup/bl_app_templates_system/2D_Animation/__init__.py b/release/scripts/startup/bl_app_templates_system/2D_Animation/__init__.py index be47890a002..c8328f5ee42 100644 --- a/release/scripts/startup/bl_app_templates_system/2D_Animation/__init__.py +++ b/release/scripts/startup/bl_app_templates_system/2D_Animation/__init__.py @@ -46,6 +46,7 @@ def update_factory_startup_screens(): def update_factory_startup_scenes(): for scene in bpy.data.scenes: scene.tool_settings.use_keyframe_insert_auto = True + scene.tool_settings.gpencil_sculpt.use_scale_thickness = True def update_factory_startup_grease_pencils(): -- cgit v1.2.3