Blender
V3.3
|
Functions | |
static void | node_declare (NodeDeclarationBuilder &b) |
static void | node_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
static void | node_init (bNodeTree *UNUSED(tree), bNode *node) |
static void | update_handle_types_for_movement (int8_t &type, int8_t &other) |
static void | set_position_in_component (CurveComponent &component, const GeometryNodeCurveHandleMode mode, const Field< bool > &selection_field, const Field< float3 > &position_field, const Field< float3 > &offset_field) |
static void | node_geo_exec (GeoNodeExecParams params) |
|
static |
Definition at line 16 of file node_geo_set_curve_handles.cc.
References usdtokens::b(), GEO_COMPONENT_TYPE_CURVE, and N_.
Referenced by register_node_type_geo_set_curve_handles().
|
static |
Definition at line 130 of file node_geo_set_curve_handles.cc.
References component(), GeometrySet::get_component_for_read(), GeometrySet::get_component_for_write(), GeometrySet::has_curves(), Info, NodeGeometrySetCurveHandlePositions::mode, params, set_position_in_component(), and TIP_.
Referenced by register_node_type_geo_set_curve_handles().
|
static |
Definition at line 30 of file node_geo_set_curve_handles.cc.
References data, GEO_NODE_CURVE_HANDLE_LEFT, and node.
|
static |
Definition at line 25 of file node_geo_set_curve_handles.cc.
References ptr, UI_ITEM_R_EXPAND, and uiItemR().
Referenced by register_node_type_geo_set_curve_handles().
|
static |
Definition at line 71 of file node_geo_set_curve_handles.cc.
References ATTR_DOMAIN_POINT, component(), curves, GEO_NODE_CURVE_HANDLE_LEFT, blender::IndexMask::index_range(), blender::threading::parallel_for(), positions, blender::fn::FieldEvaluator::set_selection(), and blender::bke::CurvesGeometry::wrap().
Referenced by node_geo_exec().
|
static |
Definition at line 39 of file node_geo_set_curve_handles.cc.
References BEZIER_HANDLE_ALIGN, BEZIER_HANDLE_AUTO, BEZIER_HANDLE_FREE, BEZIER_HANDLE_VECTOR, and type.