Blender
V3.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 CurveComponent &component, const eAttrDomain domain) |
static void | node_geo_exec (GeoNodeExecParams params) |
|
static |
Definition at line 66 of file node_geo_input_tangent.cc.
References ATTR_DOMAIN_CURVE, ATTR_DOMAIN_POINT, component(), curve_tangent_point_domain(), CURVE_TYPE_POLY, curves, Curves::geometry, tangents, types, and blender::bke::image::partial_update::wrap().
Referenced by blender::nodes::node_geo_input_tangent_cc::TangentFieldInput::get_varray_for_context().
|
static |
Definition at line 16 of file node_geo_input_tangent.cc.
References curves, blender::threading::parallel_for(), positions, and types.
Referenced by construct_curve_tangent_gvarray().
|
static |
Definition at line 11 of file node_geo_input_tangent.cc.
References usdtokens::b(), and N_.
Referenced by register_node_type_geo_input_tangent().
|
static |
Definition at line 126 of file node_geo_input_tangent.cc.
References params.
Referenced by register_node_type_geo_input_tangent().