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>2020-06-30 15:07:49 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-06-30 15:36:52 +0300
commit4e9ed1dae9647bf45a30d3af546f5a08e7a9b3e3 (patch)
treec5bda4e60fd156d953bab2454f87cb7a3e04cf4e /intern/cycles/render/curves.h
parent8aaca8840295582387b480794ab94b2bdf28174e (diff)
Fix T78447: Cycles vertex color node not working with hair
Diffstat (limited to 'intern/cycles/render/curves.h')
-rw-r--r--intern/cycles/render/curves.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/render/curves.h b/intern/cycles/render/curves.h
index 71c09ba2d2b..c52fcb9c882 100644
--- a/intern/cycles/render/curves.h
+++ b/intern/cycles/render/curves.h
@@ -50,7 +50,7 @@ class ParticleCurveData {
array<int> curve_keynum;
array<float> curve_length;
array<float2> curve_uv;
- array<float3> curve_vcol;
+ array<float4> curve_vcol;
array<float3> curvekey_co;
array<float> curvekey_time;