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>2007-02-27 00:28:46 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2007-02-27 00:28:46 +0300
commitd3f9e661de16487f9857c777e1201a15b25c8a95 (patch)
treec47716bbc3faa2088ec5268f46694c2bd1be46c7 /source/blender/include/BDR_sculptmode.h
parent79ad751013e75331973703027bfff0c337b96cf2 (diff)
== Sculpt Mode ==
Followup to joeedh's commit, removed use of RenderInfo struct from Sculpt Mode.
Diffstat (limited to 'source/blender/include/BDR_sculptmode.h')
-rw-r--r--source/blender/include/BDR_sculptmode.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/include/BDR_sculptmode.h b/source/blender/include/BDR_sculptmode.h
index c684befbcb0..e39ea044a22 100644
--- a/source/blender/include/BDR_sculptmode.h
+++ b/source/blender/include/BDR_sculptmode.h
@@ -42,7 +42,6 @@ struct KeyBlock;
struct Mesh;
struct Object;
struct PartialVisibility;
-struct RenderInfo;
struct Scene;
struct ScrArea;
struct SculptData;
@@ -79,7 +78,7 @@ typedef struct SculptSession {
int vertex_users_size;
/* Used to cache the render of the active texture */
- struct RenderInfo *texrndr;
+ unsigned int texcache_w, texcache_h, *texcache;
PropsetData *propset;