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:
authorJacques Lucke <jacques@blender.org>2020-07-16 14:25:57 +0300
committerJacques Lucke <jacques@blender.org>2020-07-16 14:26:20 +0300
commit83955d6769da8d1a50e2fe1fc03d5ab9d93420e2 (patch)
treea9ba3894a069d1b6ce3b89c376c02ba24e90a476 /source/blender/nodes/CMakeLists.txt
parent99fda4d31e16a2c39726125f9470ec2a20a2c0bb (diff)
Particles: support Map Range node
Only linear interpolation mode is supported for now.
Diffstat (limited to 'source/blender/nodes/CMakeLists.txt')
-rw-r--r--source/blender/nodes/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/CMakeLists.txt b/source/blender/nodes/CMakeLists.txt
index 2381e499eee..a4b10e955a3 100644
--- a/source/blender/nodes/CMakeLists.txt
+++ b/source/blender/nodes/CMakeLists.txt
@@ -176,7 +176,7 @@ set(SRC
shader/nodes/node_shader_layer_weight.c
shader/nodes/node_shader_light_falloff.c
shader/nodes/node_shader_light_path.c
- shader/nodes/node_shader_map_range.c
+ shader/nodes/node_shader_map_range.cc
shader/nodes/node_shader_mapping.c
shader/nodes/node_shader_math.cc
shader/nodes/node_shader_mixRgb.c