Blender
V3.3
|
Classes | |
class | VertexCountFieldInput |
class | VertexFaceCountFieldInput |
Functions | |
static void | node_declare (NodeDeclarationBuilder &b) |
static VArray< int > | construct_vertex_count_gvarray (const MeshComponent &component, const eAttrDomain domain) |
static VArray< int > | construct_face_count_gvarray (const MeshComponent &component, const eAttrDomain domain) |
static void | node_geo_exec (GeoNodeExecParams params) |
|
static |
Definition at line 72 of file node_geo_input_mesh_vertex_neighbors.cc.
References ATTR_DOMAIN_POINT, component(), blender::VArray< T >::ForContainer(), mesh, Mesh::mloop, Mesh::totloop, Mesh::totvert, and MLoop::v.
Referenced by blender::nodes::node_geo_input_mesh_vertex_neighbors_cc::VertexFaceCountFieldInput::get_varray_for_context().
|
static |
Definition at line 23 of file node_geo_input_mesh_vertex_neighbors.cc.
References ATTR_DOMAIN_POINT, component(), blender::VArray< T >::ForContainer(), Mesh::medge, mesh, Mesh::totedge, Mesh::totvert, MEdge::v1, and MEdge::v2.
Referenced by blender::nodes::node_geo_input_mesh_vertex_neighbors_cc::VertexCountFieldInput::get_varray_for_context().
|
static |
Definition at line 12 of file node_geo_input_mesh_vertex_neighbors.cc.
References usdtokens::b(), blender::nodes::SocketDeclaration::description(), and N_.
Referenced by register_node_type_geo_input_mesh_vertex_neighbors().
|
static |
Definition at line 121 of file node_geo_input_mesh_vertex_neighbors.cc.
References params.
Referenced by register_node_type_geo_input_mesh_vertex_neighbors().