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/DNA_scene_types.h')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 89a8a410f3e..830c584529c 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -1118,7 +1118,8 @@ typedef struct UvSculpt {
typedef struct VPaint {
Paint paint;
short flag;
- char falloff_shape, normal_angle;
+ char normal_angle;
+ char pad;
int radial_symm[3]; /* For mirrored painting */
} VPaint;
@@ -1132,12 +1133,6 @@ enum {
VP_FLAG_VGROUP_RESTRICT = (1 << 7)
};
-/* VPaint.falloff_shape */
-enum {
- VP_FALLOFF_SHAPE_SPHERE = 0,
- VP_FALLOFF_SHAPE_TUBE = 1,
-};
-
/* ------------------------------------------- */
/* GPencil Stroke Sculpting */