[Bf-blender-cvs] [74bfcff02d2] temp-texpaint-automasking: temp-texpaint-automasking: Remove unrelated code

Joseph Eagar noreply at git.blender.org
Mon Jun 27 07:27:20 CEST 2022


Commit: 74bfcff02d2e984553da3681ae95fd2e57c0dc58
Author: Joseph Eagar
Date:   Sun Jun 26 22:26:53 2022 -0700
Branches: temp-texpaint-automasking
https://developer.blender.org/rB74bfcff02d2e984553da3681ae95fd2e57c0dc58

temp-texpaint-automasking: Remove unrelated code

===================================================================

M	source/blender/editors/sculpt_paint/sculpt_intern.h

===================================================================

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 {



More information about the Bf-blender-cvs mailing list