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>2015-08-03 20:41:34 +0300
committerAntony Riakiotakis <kalast@gmail.com>2015-08-03 20:41:34 +0300
commit9b51a9e885a84789700060289cb4ed70b5e0223f (patch)
tree40e827f30af3dd431e55d8852eee9dd4629bab5f /source/blender/makesdna/DNA_scene_types.h
parent2411027a7996170188c49e4eac0a6762f3a2599f (diff)
Sculpt: Fix tiling with brushes that use a locked plane
Patch by Tilman Blumhagen, thanks!
Diffstat (limited to 'source/blender/makesdna/DNA_scene_types.h')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 16e530127a7..fd6d39c9ce6 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -1826,7 +1826,6 @@ typedef enum SymmetryFlags {
} SymmetryFlags;
#define PAINT_SYMM_AXIS_ALL (PAINT_SYMM_X | PAINT_SYMM_Y | PAINT_SYMM_Z)
-#define PAINT_TILE_AXIS_ALL (PAINT_TILE_X | PAINT_TILE_Y | PAINT_TILE_Z)
/* Sculpt.flags */
/* These can eventually be moved to paint flags? */