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:14 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2012-03-18 15:44:14 +0400
commit110fa100ff3c87eff9c49f320e1c7a654ba5ecdf (patch)
treeea5c721744050bf3d70e0cc13651addf90366ebd /source/blender/editors/include/ED_datafiles.h
parentc5860e6c5d0e08b3d918aadceab0c017790636ff (diff)
Re-enable the clay strips sculpt brush.
Most of the tool code was already in place, only significant functionality change is that anchored stroke works now. TODO: * Gave it a new icon, but could use a better one * Default .blend should have a clay strips brush
Diffstat (limited to 'source/blender/editors/include/ED_datafiles.h')
-rw-r--r--source/blender/editors/include/ED_datafiles.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_datafiles.h b/source/blender/editors/include/ED_datafiles.h
index c725808ec34..9b20553e0cc 100644
--- a/source/blender/editors/include/ED_datafiles.h
+++ b/source/blender/editors/include/ED_datafiles.h
@@ -69,6 +69,9 @@ extern char datatoc_blur_png[];
extern int datatoc_clay_png_size;
extern char datatoc_clay_png[];
+extern int datatoc_claystrips_png_size;
+extern char datatoc_claystrips_png[];
+
extern int datatoc_clone_png_size;
extern char datatoc_clone_png[];