Blender Git Commit Log

Git Commits -> Revision e7ae284

Revision e7ae284 by Jacques Lucke (master)
September 24, 2021, 09:50 (GMT)
Geometry Nodes: new Distribute Points on Faces node

This adds a replacement for the deprecated Point Distribute node.

Arguments for the name change can be found in T91155.
Descriptions of the sockets are available in D12536.

Thanks to Jarrett Johnson for the initial patch!

Differential Revision: https://developer.blender.org/D12536

Commit Details:

Full Hash: e7ae2840a5e01e136ebf1f0375bdea7ad8dc2067
Parent Commit: d8a5b76
Lines Changed: +1457, -658

2 Added Paths:

/source/blender/nodes/geometry/nodes/legacy/node_geo_point_distribute.cc (+657, -0) (View)
/source/blender/nodes/geometry/nodes/node_geo_distribute_points_on_faces.cc (+753, -0) (View)

1 Deleted Path:

/source/blender/nodes/geometry/nodes/node_geo_point_distribute.cc (+0, -657)

9 Modified Paths:

/release/scripts/startup/nodeitems_builtins.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_geometry_set.hh (+8, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/node.cc (+1, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+27, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+2, -1) (Diff)
/source/blender/nodes/NOD_geometry.h (+1, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021