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:
authorBrecht Van Lommel <brecht@blender.org>2022-06-22 20:34:16 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-06-22 20:52:55 +0300
commit5c0d18f682b5a63688317e1404ec7349a7dfb4a7 (patch)
treeeec78d2754fd486d85519b7f0ec6b6e20eda20f0 /source/blender/blenkernel/BKE_paint.h
parentb6a76243cd06d93dc8ef4a6437c6fef143bf7375 (diff)
Cleanup: remove unused sculpt texture cache generation
This has not been used since 5505697ac in 2010.
Diffstat (limited to 'source/blender/blenkernel/BKE_paint.h')
-rw-r--r--source/blender/blenkernel/BKE_paint.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_paint.h b/source/blender/blenkernel/BKE_paint.h
index a47e4a24f75..93a5e0a4072 100644
--- a/source/blender/blenkernel/BKE_paint.h
+++ b/source/blender/blenkernel/BKE_paint.h
@@ -552,8 +552,7 @@ typedef struct SculptSession {
float (*deform_cos)[3]; /* Coords of deformed mesh but without stroke displacement. */
float (*deform_imats)[3][3]; /* Crazy-space deformation matrices. */
- /* Used to cache the render of the active texture */
- unsigned int texcache_side, *texcache, texcache_actual;
+ /* Pool for texture evaluations. */
struct ImagePool *tex_pool;
struct StrokeCache *cache;