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:
authorHans Goudey <h.goudey@me.com>2021-10-26 23:40:57 +0300
committerHans Goudey <h.goudey@me.com>2021-10-26 23:40:57 +0300
commit7d3d09b69c0af677bd363cc009f37fdd1e4a7185 (patch)
tree4aba7d488037399f3ac9756da1a2aa23b58d38f2 /source/blender/nodes/CMakeLists.txt
parentb37caa3f06440c3dd36c749950e50becfbddf2e8 (diff)
Geometry Nodes: Get and set nodes for ID attribute
These nodes allow accessing and changing the stable/random ID used for motion blur with instances and stable randomness. Since rB40c3b8836b7a, the stable ID is a built-in attribute, so to be consistent and allow changing it in the node tree like other built-in attributes, it has get and set nodes.
Diffstat (limited to 'source/blender/nodes/CMakeLists.txt')
-rw-r--r--source/blender/nodes/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/nodes/CMakeLists.txt b/source/blender/nodes/CMakeLists.txt
index 94becccb452..f4ca9f51b1b 100644
--- a/source/blender/nodes/CMakeLists.txt
+++ b/source/blender/nodes/CMakeLists.txt
@@ -231,6 +231,7 @@ set(SRC
geometry/nodes/node_geo_image_texture.cc
geometry/nodes/node_geo_input_curve_handles.cc
geometry/nodes/node_geo_input_curve_tilt.cc
+ geometry/nodes/node_geo_input_id.cc
geometry/nodes/node_geo_input_index.cc
geometry/nodes/node_geo_input_material_index.cc
geometry/nodes/node_geo_input_material.cc
@@ -272,6 +273,7 @@ set(SRC
geometry/nodes/node_geo_set_curve_handles.cc
geometry/nodes/node_geo_set_curve_radius.cc
geometry/nodes/node_geo_set_curve_tilt.cc
+ geometry/nodes/node_geo_set_id.cc
geometry/nodes/node_geo_set_material_index.cc
geometry/nodes/node_geo_set_material.cc
geometry/nodes/node_geo_set_point_radius.cc