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>2006-12-28 11:24:37 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2006-12-28 11:24:37 +0300
commit356ea2ff28517cc8e32c5af117e0f697174d8ee7 (patch)
tree9ffb212ac08c8989968990052b5557ccfae8d142 /source/blender/include/BDR_sculptmode.h
parent409897756924f796f17865d7cb5217943bf1af2b (diff)
Added numerical input for sculptmode propset
Diffstat (limited to 'source/blender/include/BDR_sculptmode.h')
-rw-r--r--source/blender/include/BDR_sculptmode.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/include/BDR_sculptmode.h b/source/blender/include/BDR_sculptmode.h
index ebc9a7018f0..858cdff1bd5 100644
--- a/source/blender/include/BDR_sculptmode.h
+++ b/source/blender/include/BDR_sculptmode.h
@@ -30,6 +30,8 @@
#ifndef BDR_SCULPTMODE_H
#define BDR_SCULPTMODE_H
+#include "transform.h"
+
struct uiBlock;
struct BrushData;
struct IndexNode;
@@ -56,6 +58,8 @@ typedef struct PropsetData {
short origsize;
char origstrength;
+
+ NumInput num;
} PropsetData;
typedef struct SculptSession {