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:
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 {