Blender Git Loki

Git Commits -> Revision 25395ae

Revision 25395ae by Johnny Matthews (lineart-shadow)
December 8, 2021, 06:53 (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: 25395ae9ccd3bee11f7160794d805422ee24bb27
Parent Commit: 70160f4
Committed By: YimingWu
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)

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)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021