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:
authorJohnny Matthews <johnny.matthews@gmail.com>2022-06-06 20:02:59 +0300
committerJohnny Matthews <johnny.matthews@gmail.com>2022-06-06 20:02:59 +0300
commit14fc89f38f0e3ce00e4fd6fffd72eea5d998af5a (patch)
treed0904854d8fbbab0f4b8ab2b238e43b7a55d7f20 /source/blender/nodes/geometry/CMakeLists.txt
parent3a57f5a9cff5ccdc3a7732529fe0c9bfd2ba30bb (diff)
Geometry Nodes: Add Instance Scale Input Node
A field input node for the scale of each top-level instance transform. The scale can be set with the "Scale Instances" node, but previously could not be retrieved. Differential Revision: https://developer.blender.org/D15132
Diffstat (limited to 'source/blender/nodes/geometry/CMakeLists.txt')
-rw-r--r--source/blender/nodes/geometry/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/nodes/geometry/CMakeLists.txt b/source/blender/nodes/geometry/CMakeLists.txt
index c3cfd07d4b0..54fda328ca8 100644
--- a/source/blender/nodes/geometry/CMakeLists.txt
+++ b/source/blender/nodes/geometry/CMakeLists.txt
@@ -72,6 +72,7 @@ set(SRC
nodes/node_geo_input_id.cc
nodes/node_geo_input_index.cc
nodes/node_geo_input_instance_rotation.cc
+ nodes/node_geo_input_instance_scale.cc
nodes/node_geo_input_material.cc
nodes/node_geo_input_material_index.cc
nodes/node_geo_input_mesh_edge_angle.cc