|
Blender V4.3
|
Classes | |
| class | TangentFieldInput |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static Array< float3 > | curve_tangent_point_domain (const bke::CurvesGeometry &curves) |
| static VArray< float3 > | construct_curve_tangent_gvarray (const bke::CurvesGeometry &curves, const AttrDomain domain) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_register () |
|
static |
Definition at line 70 of file node_geo_input_tangent.cc.
References construct_curve_tangent_gvarray(), curve_tangent_point_domain(), and CURVE_TYPE_POLY.
Referenced by construct_curve_tangent_gvarray(), and blender::nodes::node_geo_input_tangent_cc::TangentFieldInput::get_varray_for_context().
|
static |
Definition at line 18 of file node_geo_input_tangent.cc.
References blender::threading::parallel_for().
Referenced by construct_curve_tangent_gvarray().
|
static |
Definition at line 13 of file node_geo_input_tangent.cc.
References b.
Referenced by node_register().
|
static |
Definition at line 124 of file node_geo_input_tangent.cc.
References node_geo_exec(), and params.
Referenced by node_geo_exec(), and node_register().
|
static |
Definition at line 130 of file node_geo_input_tangent.cc.
References blender::bke::bNodeType::declare, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, NODE_CLASS_INPUT, node_declare(), node_geo_exec(), node_register(), and blender::bke::node_register_type().
Referenced by node_register().