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:
authorJacques Lucke <jacques@blender.org>2021-01-12 14:55:14 +0300
committerJacques Lucke <jacques@blender.org>2021-01-12 14:55:14 +0300
commit3b77bd48f9c63aebd5c8bc4a126d496f503c75a7 (patch)
tree0b45925a0b6ef0aa963732ec4dacf6fce16803bc /source/blender/nodes/NOD_geometry.h
parent3a254b93fd8597c47fc4fe55fa0417d1f9fa85fc (diff)
Geometry Nodes: new Align Rotation to Vector node
This adds a new Align Rotation to Vector node based on the mockup in T83669. Reviewers: HooglyBoogly, simonthommes Differential Revision: https://developer.blender.org/D10081
Diffstat (limited to 'source/blender/nodes/NOD_geometry.h')
-rw-r--r--source/blender/nodes/NOD_geometry.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/nodes/NOD_geometry.h b/source/blender/nodes/NOD_geometry.h
index 93123c9a684..4cd9bce1b9d 100644
--- a/source/blender/nodes/NOD_geometry.h
+++ b/source/blender/nodes/NOD_geometry.h
@@ -44,6 +44,7 @@ void register_node_type_geo_attribute_compare(void);
void register_node_type_geo_attribute_mix(void);
void register_node_type_geo_attribute_color_ramp(void);
void register_node_type_geo_rotate_points(void);
+void register_node_type_geo_align_rotation_to_vector(void);
#ifdef __cplusplus
}