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:
authorAntony Riakiotakis <kalast@gmail.com>2013-12-10 06:27:53 +0400
committerAntony Riakiotakis <kalast@gmail.com>2013-12-10 06:28:16 +0400
commit07d09267964b70893d81e2d2fd6958ad6075e16c (patch)
treec1ddcf42fc0df64c1d9059a831ca72bb1a97bd8a /source/blender/makesdna
parenta7ac6481ef72d8968445146f348d6d10aa70163e (diff)
Style changes to refactor commit.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 5f2021ea826..86145de3291 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -1590,6 +1590,8 @@ typedef enum SymmetryFlags {
PAINT_SYMMETRY_FEATHER = (1 << 3)
} SymmetryFlags;
+#define PAINT_SYMM_AXIS_ALL (PAINT_SYMM_X | PAINT_SYMM_Y | PAINT_SYMM_Z)
+
/* Sculpt.flags */
/* These can eventually be moved to paint flags? */
typedef enum SculptFlags {