From 2b3effe0ce57909ca6855ccb21d80414cbd7d64a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 2 Jan 2019 15:31:56 +1100 Subject: Cleanup: rename target_weight -> weight Match name of mesh weight paint. --- source/blender/makesdna/DNA_scene_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 d100449c353..5721dbfade0 100644 --- a/source/blender/makesdna/DNA_scene_types.h +++ b/source/blender/makesdna/DNA_scene_types.h @@ -991,7 +991,7 @@ typedef struct GP_Sculpt_Data { float strength; /* strength of effect */ float curcolor_add[3]; /* cursor color for add */ float curcolor_sub[3]; /* cursor color for sub */ - float target_weight; /* target weight */ + float weight; /* target weight */ char pad_[4]; } GP_Sculpt_Data; -- cgit v1.2.3