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:
Diffstat (limited to 'source/blender/nodes/CMakeLists.txt')
-rw-r--r--source/blender/nodes/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/nodes/CMakeLists.txt b/source/blender/nodes/CMakeLists.txt
index f4b6a452281..a789155bc5a 100644
--- a/source/blender/nodes/CMakeLists.txt
+++ b/source/blender/nodes/CMakeLists.txt
@@ -127,11 +127,12 @@ set(SRC
intern/SHD_nodes/SHD_bsdf_velvet.c
intern/SHD_nodes/SHD_emission.c
intern/SHD_nodes/SHD_fresnel.c
+ intern/SHD_nodes/SHD_blend_weight.c
intern/SHD_nodes/SHD_geometry.c
intern/SHD_nodes/SHD_holdout.c
intern/SHD_nodes/SHD_light_path.c
- intern/SHD_nodes/SHD_mix_closure.c
- intern/SHD_nodes/SHD_add_closure.c
+ intern/SHD_nodes/SHD_mix_shader.c
+ intern/SHD_nodes/SHD_add_shader.c
intern/SHD_nodes/SHD_output_lamp.c
intern/SHD_nodes/SHD_output_material.c
intern/SHD_nodes/SHD_output_texture.c