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:
authorJoseph Eagar <joeedh@gmail.com>2022-05-12 11:29:42 +0300
committerJoseph Eagar <joeedh@gmail.com>2022-05-12 11:29:42 +0300
commit31202ea628d2da2a5a2e6494d12bf32b7886f4cf (patch)
tree2d2c195eaf36a789d067916014c42a1010d0c26a /source/blender/gpu
parent59637cf0732a7b085626a8ea2e196710b43c8976 (diff)
parent0eb2244f0ae785aec08e608458804b780ea4957b (diff)
Merge branch 'blender-v3.2-release'
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/intern/gpu_node_graph.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/gpu/intern/gpu_node_graph.c b/source/blender/gpu/intern/gpu_node_graph.c
index b3a091ffbb0..91fb0544cf6 100644
--- a/source/blender/gpu/intern/gpu_node_graph.c
+++ b/source/blender/gpu/intern/gpu_node_graph.c
@@ -333,6 +333,8 @@ static char attr_prefix_get(CustomDataType type)
switch (type) {
case CD_TANGENT:
return 't';
+ case CD_MCOL:
+ return 'c';
case CD_AUTO_FROM_NAME:
return 'a';
case CD_HAIRLENGTH: