|
Blender
V3.3
|
Classes | |
| class | EdgeVerticesFieldInput |
| class | EdgePositionFieldInput |
Enumerations | |
| enum | VertexNumber { VERTEX_ONE , VERTEX_TWO } |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static VArray< int > | construct_edge_vertices_gvarray (const MeshComponent &component, const VertexNumber vertex, const eAttrDomain domain) |
| static VArray< float3 > | construct_edge_positions_gvarray (const MeshComponent &component, const VertexNumber vertex, const eAttrDomain domain) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| Enumerator | |
|---|---|
| VERTEX_ONE | |
| VERTEX_TWO | |
Definition at line 28 of file node_geo_input_mesh_edge_vertices.cc.
|
static |
Definition at line 86 of file node_geo_input_mesh_edge_vertices.cc.
References ATTR_DOMAIN_EDGE, component(), blender::VArray< T >::ForFunc(), mesh, Mesh::totedge, and VERTEX_ONE.
Referenced by blender::nodes::node_geo_input_mesh_edge_vertices_cc::EdgePositionFieldInput::get_varray_for_context().
|
static |
Definition at line 30 of file node_geo_input_mesh_edge_vertices.cc.
References ATTR_DOMAIN_EDGE, component(), blender::VArray< T >::ForFunc(), mesh, Mesh::totedge, and VERTEX_ONE.
Referenced by blender::nodes::node_geo_input_mesh_edge_vertices_cc::EdgeVerticesFieldInput::get_varray_for_context().
|
static |
Definition at line 12 of file node_geo_input_mesh_edge_vertices.cc.
References usdtokens::b(), blender::nodes::SocketDeclaration::description(), and N_.
Referenced by register_node_type_geo_input_mesh_edge_vertices().
|
static |
Definition at line 148 of file node_geo_input_mesh_edge_vertices.cc.
References params, VERTEX_ONE, and VERTEX_TWO.
Referenced by register_node_type_geo_input_mesh_edge_vertices().