Blender Git Commit Log
Git Commits -> Revision 2814740
Revision 2814740 by Johnny Matthews (master) December 6, 2021, 17:58 (GMT) |
Geometry Nodes: 4 Field Inputs for Mesh Topology Data Creates 4 new nodes which provide topology information for the mesh. Values are interpolated from the primary domain in each case using basic attribute interpolation. Vertex Neighbors - Vertex Count - Face Count Face Neighbors - Vertex Count - Neighboring Face Count Edge Vertices - Vertex Index 1 - Vertex Index 2 - Position 1 - Position 2 Face Area - Face Area Differential Revision: https://developer.blender.org/D13343 |
Commit Details:
Full Hash: 2814740f5be86fc389ba82ffbb3a40c43f47a9f5
Parent Commit: ee4ed99
Lines Changed: +655, -1
4 Added Paths:
/source/blender/nodes/geometry/nodes/node_geo_input_mesh_edge_vertices.cc (+198, -0) (View)
/source/blender/nodes/geometry/nodes/node_geo_input_mesh_face_area.cc (+101, -0) (View)
/source/blender/nodes/geometry/nodes/node_geo_input_mesh_face_neighbors.cc (+167, -0) (View)
/source/blender/nodes/geometry/nodes/node_geo_input_mesh_vertex_neighbors.cc (+165, -0) (View)
/source/blender/nodes/geometry/nodes/node_geo_input_mesh_face_area.cc (+101, -0) (View)
/source/blender/nodes/geometry/nodes/node_geo_input_mesh_face_neighbors.cc (+167, -0) (View)
/source/blender/nodes/geometry/nodes/node_geo_input_mesh_vertex_neighbors.cc (+165, -0) (View)
6 Modified Paths:
/release/scripts/startup/nodeitems_builtins.py (+4, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+4, -1) (Diff)
/source/blender/blenkernel/intern/node.cc (+4, -0) (Diff)
/source/blender/nodes/geometry/CMakeLists.txt (+4, -0) (Diff)
/source/blender/nodes/NOD_geometry.h (+4, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+4, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+4, -1) (Diff)
/source/blender/blenkernel/intern/node.cc (+4, -0) (Diff)
/source/blender/nodes/geometry/CMakeLists.txt (+4, -0) (Diff)
/source/blender/nodes/NOD_geometry.h (+4, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+4, -0) (Diff)