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>2009-01-14 06:02:44 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2009-01-14 06:02:44 +0300
commit07e85b265de672a4018cdefe14082576d92a763c (patch)
tree0cba63aad64a1c06f9e0a4e072348257636695fe /source/blender/editors/include/ED_sculpt.h
parent9b1199d6a397ab9bba14df261cb49930151a2992 (diff)
Moved a couple more sculpt settings into operator properties, including shiftkey for flipping stroke direction in or out
Diffstat (limited to 'source/blender/editors/include/ED_sculpt.h')
-rw-r--r--source/blender/editors/include/ED_sculpt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/include/ED_sculpt.h b/source/blender/editors/include/ED_sculpt.h
index 6c8daa9ab0a..6daeca18503 100644
--- a/source/blender/editors/include/ED_sculpt.h
+++ b/source/blender/editors/include/ED_sculpt.h
@@ -25,8 +25,8 @@
* ***** END GPL LICENSE BLOCK *****
*/
-#ifndef ED_SCULPT_API_H
-#define ED_SCULPT_API_H
+#ifndef ED_SCULPT_H
+#define ED_SCULPT_H
struct bContext;
struct wmWindowManager;