Blender
V3.3
|
Functions | |
static void | node_declare (NodeDeclarationBuilder &b) |
static void | set_cyclic_in_component (GeometryComponent &component, const Field< bool > &selection_field, const Field< bool > &cyclic_field) |
static void | node_geo_exec (GeoNodeExecParams params) |
|
static |
Definition at line 7 of file node_geo_set_spline_cyclic.cc.
References usdtokens::b(), GEO_COMPONENT_TYPE_CURVE, and N_.
Referenced by register_node_type_geo_set_spline_cyclic().
|
static |
Definition at line 38 of file node_geo_set_spline_cyclic.cc.
References GeometrySet::get_component_for_write(), GeometrySet::has_curves(), GeometrySet::modify_geometry_sets(), params, and set_cyclic_in_component().
Referenced by register_node_type_geo_set_spline_cyclic().
|
static |
Definition at line 15 of file node_geo_set_spline_cyclic.cc.
References ATTR_DOMAIN_CURVE, component(), blender::bke::AttributeWriter< T >::finish(), blender::bke::MutableAttributeAccessor::lookup_or_add_for_write(), blender::fn::FieldEvaluator::set_selection(), and blender::bke::AttributeWriter< T >::varray.
Referenced by node_geo_exec().