Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-01-02 07:31:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-02 07:31:56 +0300
commit2b3effe0ce57909ca6855ccb21d80414cbd7d64a (patch)
tree2ae837952cb1eb09cbe93553e8af1e823af38be5 /source/blender/makesdna/DNA_scene_types.h
parent46a6085c47aedaeb9838a8ce10ff488913a44d87 (diff)
Cleanup: rename target_weight -> weight
Match name of mesh weight paint.
Diffstat (limited to 'source/blender/makesdna/DNA_scene_types.h')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h2
1 files changed, 1 insertions, 1 deletions
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;