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:
authorStuart Broadfoot <gbroadfoot@hotmail.com>2013-01-23 21:15:45 +0400
committerStuart Broadfoot <gbroadfoot@hotmail.com>2013-01-23 21:15:45 +0400
commit976c6b7b6e9113f7c80e2ee5ac41dfc72a66db4a (patch)
tree36238a1f11856f135680c178f042fd4d208d7f34 /intern/cycles/render/curves.h
parented652aa8d1664c3dd217c91d857b6cb8df15ca68 (diff)
Cycles Hair: Multiple vertex colours and UV coordinates
Added export of multiple UV coordinates and vertex colour attributes. A debugging option to export the strands without using the cache has also been removed.
Diffstat (limited to 'intern/cycles/render/curves.h')
-rw-r--r--intern/cycles/render/curves.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/cycles/render/curves.h b/intern/cycles/render/curves.h
index 4e6166c6916..3a12d33d0a7 100644
--- a/intern/cycles/render/curves.h
+++ b/intern/cycles/render/curves.h
@@ -108,7 +108,6 @@ public:
bool use_curves;
bool use_smooth;
- bool use_cache;
bool use_parents;
bool use_encasing;
bool use_backfacing;