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:
authorJarrett Johnson <jarrett.johnson>2021-10-15 23:12:04 +0300
committerHans Goudey <h.goudey@me.com>2021-10-15 23:12:04 +0300
commit88d295f95260f063d65e23460d36eb13bb884fa8 (patch)
tree789d5180208c1faa70bd685d398f91df48cfd682 /source/blender/nodes/CMakeLists.txt
parent19bab2a5360708242a5f6ea11b6e2ff03568a679 (diff)
Geometry Nodes: Updated Subdivision Surface Node
Replaces the old Subdivision Surface Node. Changes: - Removes implicit instance realization, instead the node runs once per unique instance. - "Use Creases" becomes a crease field input applied to edges. The values are clamped between zero and one. Addresses T91763 Differential Revision: https://developer.blender.org/D12830
Diffstat (limited to 'source/blender/nodes/CMakeLists.txt')
-rw-r--r--source/blender/nodes/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/nodes/CMakeLists.txt b/source/blender/nodes/CMakeLists.txt
index 5a8430752ca..a202d247e60 100644
--- a/source/blender/nodes/CMakeLists.txt
+++ b/source/blender/nodes/CMakeLists.txt
@@ -278,6 +278,7 @@ set(SRC
geometry/nodes/node_geo_triangulate.cc
geometry/nodes/node_geo_viewer.cc
geometry/nodes/node_geo_volume_to_mesh.cc
+ geometry/nodes/node_geo_subdivision_surface.cc
geometry/node_geometry_exec.cc
geometry/node_geometry_tree.cc