Blender Git Loki
Git Commits -> Revision 9d49fc2
Revision 9d49fc2 by Erik Abrahamsson (master) October 13, 2021, 14:02 (GMT) |
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 |
Commit Details:
Full Hash: 9d49fc2ba0ecd02a7b5ba187f6e0ad29882db4e0
Parent Commit: 356dce1
Committed By: Hans Goudey
Lines Changed: +90, -0
1 Added Path:
/source/blender/nodes/geometry/nodes/node_geo_translate_instances.cc (+84, -0) (View)
6 Modified Paths:
/release/scripts/startup/nodeitems_builtins.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/node.cc (+1, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -0) (Diff)
/source/blender/nodes/NOD_geometry.h (+1, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/node.cc (+1, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -0) (Diff)
/source/blender/nodes/NOD_geometry.h (+1, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -0) (Diff)