Blender
V3.3
|
Classes | |
struct | EdgeMapEntry |
class | AngleFieldInput |
class | SignedAngleFieldInput |
Functions | |
static void | node_declare (NodeDeclarationBuilder &b) |
static Array< EdgeMapEntry > | create_edge_map (const Span< MPoly > polys, const Span< MLoop > loops, const int total_edges) |
static void | node_geo_exec (GeoNodeExecParams params) |
|
static |
Definition at line 34 of file node_geo_input_mesh_edge_angle.cc.
References blender::nodes::node_geo_input_mesh_edge_angle_cc::EdgeMapEntry::face_count, blender::nodes::node_geo_input_mesh_edge_angle_cc::EdgeMapEntry::face_index_1, blender::nodes::node_geo_input_mesh_edge_angle_cc::EdgeMapEntry::face_index_2, blender::Span< T >::index_range(), MPoly::loopstart, blender::Span< T >::slice(), and MPoly::totloop.
Referenced by blender::nodes::node_geo_input_mesh_edge_angle_cc::AngleFieldInput::get_varray_for_context(), and blender::nodes::node_geo_input_mesh_edge_angle_cc::SignedAngleFieldInput::get_varray_for_context().
|
static |
Definition at line 12 of file node_geo_input_mesh_edge_angle.cc.
References usdtokens::b(), blender::nodes::SocketDeclaration::description(), and N_.
Referenced by register_node_type_geo_input_mesh_edge_angle().
|
static |
Definition at line 185 of file node_geo_input_mesh_edge_angle.cc.
References params.
Referenced by register_node_type_geo_input_mesh_edge_angle().