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:
authorJacques Lucke <jacques@blender.org>2022-04-20 10:51:14 +0300
committerJacques Lucke <jacques@blender.org>2022-04-20 10:51:14 +0300
commit31a2feceb8dc3709187d54e1f9600b0997c39242 (patch)
treec14bb6d7ae43c7e0278aba63df9847978cb2b814 /source/blender/makesdna
parentf5191b87608f6607aa1dbd4b9409174db351984b (diff)
Cleanup: remove unused curves toolsetting
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index d6c1040110f..9a9aef16306 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -1021,16 +1021,10 @@ typedef enum CurvesSculptFlag {
typedef struct CurvesSculpt {
Paint paint;
- /** Minimum distance between newly added curves on a surface. */
- float distance;
-
/** CurvesSculptFlag. */
uint32_t flag;
-
/** Length of newly added curves when it is not interpolated from other curves. */
float curve_length;
-
- char _pad[4];
} CurvesSculpt;
typedef struct UvSculpt {