From 3a64d7ca48cc238c706197eebecfc19e7ec15053 Mon Sep 17 00:00:00 2001 From: Antonioya Date: Wed, 21 Nov 2018 09:03:17 +0100 Subject: GP: Remove Target Weight switch --- source/blender/makesdna/DNA_scene_types.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/makesdna/DNA_scene_types.h') diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h index 6737420b97c..029e8765c8d 100644 --- a/source/blender/makesdna/DNA_scene_types.h +++ b/source/blender/makesdna/DNA_scene_types.h @@ -1017,8 +1017,6 @@ typedef enum eGP_Sculpt_Flag { GP_SCULPT_FLAG_TMP_INVERT = (1 << 5), /* adjust radius using pen pressure */ GP_SCULPT_FLAG_PRESSURE_RADIUS = (1 << 6), - /* paint weight, define a target */ - GP_SCULPT_FLAG_TARGET_WEIGHT = (1 << 7), } eGP_Sculpt_Flag; /* GPencil Stroke Sculpting Settings */ -- cgit v1.2.3