Blender Git Commit Log
Git Commits -> Revision 1f4c1c5
Revision 1f4c1c5 by Hans Goudey (master) January 13, 2021, 16:32 (GMT) |
Geometry Nodes: Add "Point Translate" and "Point Scale" nodes The translate node moves every point in the geometry, and the scale node multiplies the "scale" attribute of the input geometry by its input. While these operations are already possible with the "Attribute" nodes, these new nodes fit nicely with the nodes specifically for changing the "rotation" attribute that already exist, and they provide a simpler way to do the same thing. Differential Revision: https://developer.blender.org/D10100 |
Commit Details:
Full Hash: 1f4c1c5fc73423f87b69621f0f6131b02d014a9f
Parent Commit: bae4d00
Lines Changed: +268, -1
2 Added Paths:
/source/blender/nodes/geometry/nodes/node_geo_point_scale.cc (+99, -0) (View)
/source/blender/nodes/geometry/nodes/node_geo_point_translate.cc (+101, -0) (View)
/source/blender/nodes/geometry/nodes/node_geo_point_translate.cc (+101, -0) (View)
9 Modified Paths:
/release/scripts/startup/nodeitems_builtins.py (+2, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/node.c (+2, -0) (Diff)
/source/blender/editors/space_node/drawnode.c (+17, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+14, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+24, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+3, -1) (Diff)
/source/blender/nodes/NOD_geometry.h (+2, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+2, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/node.c (+2, -0) (Diff)
/source/blender/editors/space_node/drawnode.c (+17, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+14, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+24, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+3, -1) (Diff)
/source/blender/nodes/NOD_geometry.h (+2, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+2, -0) (Diff)