Blender
V3.3
|
Classes | |
class | FaceNeighborCountFieldInput |
class | FaceVertexCountFieldInput |
Functions | |
static void | node_declare (NodeDeclarationBuilder &b) |
static VArray< int > | construct_neighbor_count_gvarray (const MeshComponent &component, const eAttrDomain domain) |
static VArray< int > | construct_vertex_count_gvarray (const MeshComponent &component, const eAttrDomain domain) |
static void | node_geo_exec (GeoNodeExecParams params) |
|
static |
Definition at line 22 of file node_geo_input_mesh_face_neighbors.cc.
References ATTR_DOMAIN_FACE, component(), MLoop::e, blender::VArray< T >::ForContainer(), MPoly::loopstart, mesh, Mesh::mloop, Mesh::mpoly, Mesh::totedge, Mesh::totloop, MPoly::totloop, and Mesh::totpoly.
Referenced by blender::nodes::node_geo_input_mesh_face_neighbors_cc::FaceNeighborCountFieldInput::get_varray_for_context().
|
static |
Definition at line 78 of file node_geo_input_mesh_face_neighbors.cc.
References ATTR_DOMAIN_FACE, component(), blender::VArray< T >::ForFunc(), mesh, and Mesh::totpoly.
Referenced by blender::nodes::node_geo_input_mesh_face_neighbors_cc::FaceVertexCountFieldInput::get_varray_for_context().
|
static |
Definition at line 12 of file node_geo_input_mesh_face_neighbors.cc.
References usdtokens::b(), blender::nodes::SocketDeclaration::description(), and N_.
Referenced by register_node_type_geo_input_mesh_face_neighbors().
|
static |
Definition at line 123 of file node_geo_input_mesh_face_neighbors.cc.
References params.
Referenced by register_node_type_geo_input_mesh_face_neighbors().