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:
authorJoseph Eagar <joeedh@gmail.com>2022-06-27 08:26:53 +0300
committerJoseph Eagar <joeedh@gmail.com>2022-06-27 08:26:53 +0300
commit74bfcff02d2e984553da3681ae95fd2e57c0dc58 (patch)
tree9d2c9a6e88d13f1770d2390b81c78cd5c8e89848
parent3cae409b24a9a6b24b783ac9cd2b0c308374e0a1 (diff)
temp-texpaint-automasking: Remove unrelated codetemp-texpaint-automasking
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_intern.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_intern.h b/source/blender/editors/sculpt_paint/sculpt_intern.h
index 861754f946c..fcae9b69901 100644
--- a/source/blender/editors/sculpt_paint/sculpt_intern.h
+++ b/source/blender/editors/sculpt_paint/sculpt_intern.h
@@ -394,9 +394,6 @@ typedef struct AutomaskingSettings {
/* Flags from eAutomasking_flag. */
int flags;
int initial_face_set;
- float start_normal_limit, start_normal_falloff;
- float view_normal_limit, view_normal_falloff;
- bool use_original_normal;
} AutomaskingSettings;
typedef struct AutomaskingCache {