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:
authorNicholas Bishop <nicholasbishop@gmail.com>2012-03-18 15:44:00 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2012-03-18 15:44:00 +0400
commitc5860e6c5d0e08b3d918aadceab0c017790636ff (patch)
treeab199d8c73f66dd653372be2fb0948314a4f3991 /source/blender/makesdna/DNA_brush_types.h
parentbb8bbc817e5746302f556ae316c0bdc40440c6a8 (diff)
Rename 'clay tubes' to 'clay strips' and include it in the capabilities RNA.
Diffstat (limited to 'source/blender/makesdna/DNA_brush_types.h')
-rw-r--r--source/blender/makesdna/DNA_brush_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_brush_types.h b/source/blender/makesdna/DNA_brush_types.h
index a3ae5c48f96..0d06b55f1d3 100644
--- a/source/blender/makesdna/DNA_brush_types.h
+++ b/source/blender/makesdna/DNA_brush_types.h
@@ -159,7 +159,7 @@ typedef enum BrushSculptTool {
SCULPT_TOOL_CREASE = 16,
SCULPT_TOOL_BLOB = 17,
- SCULPT_TOOL_CLAY_TUBES = 18
+ SCULPT_TOOL_CLAY_STRIPS = 18
} BrushSculptTool;
/* ImagePaintSettings.tool */