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-17 06:31:56 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2009-01-17 06:31:56 +0300
commit9b558b21161a7d6c021f5cc0e206a5c6aa7a4ada (patch)
treef54d2067bff87a73299956ae52f2073a0e3d69ed /source/blender/blenkernel/BKE_sculpt.h
parent44e5b7788bcbe55400bf0d91eed0752ed865b644 (diff)
Added a brush cursor to sculpt mode.
Diffstat (limited to 'source/blender/blenkernel/BKE_sculpt.h')
-rw-r--r--source/blender/blenkernel/BKE_sculpt.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_sculpt.h b/source/blender/blenkernel/BKE_sculpt.h
index e7aec665aab..772dec21643 100644
--- a/source/blender/blenkernel/BKE_sculpt.h
+++ b/source/blender/blenkernel/BKE_sculpt.h
@@ -55,7 +55,9 @@ typedef struct SculptSession {
/* Used to cache the render of the active texture */
unsigned int texcache_w, texcache_h, *texcache;
-
+
+ void *cursor; /* wm handle */
+
struct RadialControl *radialcontrol;
struct SculptStroke *stroke;