|
Blender V4.3
|
Classes | |
| class | SampleCurveFunction |
| class | SampleFloatSegmentsFunction |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_init (bNodeTree *, bNode *node) |
| static void | node_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| static void | sample_indices_and_lengths (const Span< float > accumulated_lengths, const Span< float > sample_lengths, const GeometryNodeCurveSampleMode length_mode, const IndexMask &mask, MutableSpan< int > r_segment_indices, MutableSpan< float > r_length_in_segment) |
| static void | sample_indices_and_factors_to_compressed (const Span< float > accumulated_lengths, const Span< float > sample_lengths, const GeometryNodeCurveSampleMode length_mode, const IndexMask &mask, MutableSpan< int > r_segment_indices, MutableSpan< float > r_factor_in_segment) |
| static Array< float > | curve_accumulated_lengths (const bke::CurvesGeometry &curves) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_register () |
|
static |
Definition at line 421 of file node_geo_curve_sample.cc.
References curve_accumulated_lengths(), and length().
Referenced by curve_accumulated_lengths(), and node_geo_exec().
|
static |
Definition at line 25 of file node_geo_curve_sample.cc.
References b, blender::bke::GeometryComponent::Curve, NodeGeometryCurveSample::data_type, GEO_NODE_CURVE_SAMPLE_FACTOR, GEO_NODE_CURVE_SAMPLE_LENGTH, blender::nodes::SocketDeclaration::make_available(), min, NodeGeometryCurveSample::mode, PROP_DISTANCE, PROP_FACTOR, blender::nodes::decl::Float::subtype, and NodeGeometryCurveSample::use_all_curves.
Referenced by node_register().
|
static |
Definition at line 86 of file node_geo_curve_sample.cc.
References CD_PROP_STRING, IFACE_, blender::nodes::NodeDeclaration::inputs, blender::nodes::NodeDeclaration::outputs, params, blender::nodes::search_link_ops_for_declarations(), and blender::bke::socket_type_to_custom_data_type().
Referenced by node_register().
|
static |
Definition at line 434 of file node_geo_curve_sample.cc.
References curve_accumulated_lengths(), GEO_NODE_CURVE_SAMPLE_FACTOR, GEO_NODE_CURVE_SAMPLE_LENGTH, Curves::geometry, blender::bke::GeometrySet::get_curves(), blender::bke::GeometrySet::has_curves(), NodeGeometryCurveSample::mode, node_geo_exec(), params, and NodeGeometryCurveSample::use_all_curves.
Referenced by node_geo_exec(), and node_register().
|
static |
Definition at line 77 of file node_geo_curve_sample.cc.
References CD_PROP_FLOAT, data, and GEO_NODE_CURVE_SAMPLE_FACTOR.
Referenced by node_register().
|
static |
Definition at line 70 of file node_geo_curve_sample.cc.
References ptr, UI_ITEM_NONE, UI_ITEM_R_EXPAND, and uiItemR().
Referenced by node_register().
|
static |
Definition at line 493 of file node_geo_curve_sample.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::gather_link_search_ops, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, NODE_CLASS_GEOMETRY, node_copy_standard_storage(), node_declare(), node_free_standard_storage(), node_gather_link_searches(), node_geo_exec(), node_init(), node_layout(), node_register(), blender::bke::node_register_type(), and blender::bke::node_type_storage().
Referenced by node_register().
|
static |
Definition at line 135 of file node_geo_curve_sample.cc.
References GEO_NODE_CURVE_SAMPLE_FACTOR, GEO_NODE_CURVE_SAMPLE_LENGTH, blender::Span< T >::last(), pos, and blender::length_parameterize::sample_at_length().
|
static |
Definition at line 105 of file node_geo_curve_sample.cc.
References GEO_NODE_CURVE_SAMPLE_FACTOR, blender::Span< T >::last(), and blender::length_parameterize::sample_at_length().
Referenced by blender::nodes::node_geo_curve_sample_cc::SampleFloatSegmentsFunction::call().