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:
authorErik Abrahamsson <erik85>2021-10-13 17:02:05 +0300
committerHans Goudey <h.goudey@me.com>2021-10-13 17:02:29 +0300
commit9d49fc2ba0ecd02a7b5ba187f6e0ad29882db4e0 (patch)
treeb2a4627ccafab1a1b84354afb5f8db3bf03ccb88 /source/blender/nodes/CMakeLists.txt
parent356dce13f05faed5303ac1aacf68dc6c1ff51d80 (diff)
Geometry Nodes: Translate Instances Node
Adds a node that can translate instances in the transform space of the modifier object, or the local space of their original transform. One reason to have a special node for instances is that they always have the existing transform, unlike mesh or point cloud points. Differential Revision: https://developer.blender.org/D12679
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 aad61113e4c..e4153b7381b 100644
--- a/source/blender/nodes/CMakeLists.txt
+++ b/source/blender/nodes/CMakeLists.txt
@@ -269,6 +269,7 @@ set(SRC
geometry/nodes/node_geo_string_to_curves.cc
geometry/nodes/node_geo_switch.cc
geometry/nodes/node_geo_transform.cc
+ geometry/nodes/node_geo_translate_instances.cc
geometry/nodes/node_geo_triangulate.cc
geometry/nodes/node_geo_viewer.cc
geometry/nodes/node_geo_volume_to_mesh.cc