Blender
V3.3
|
Functions | |
static void | invert_selection (MutableSpan< float > selection) |
static int | select_all_exec (bContext *C, wmOperator *op) |
|
static |
Definition at line 882 of file curves_ops.cc.
References blender::MutableSpan< T >::index_range(), and blender::threading::parallel_for().
Referenced by select_all_exec().
|
static |
Definition at line 891 of file curves_ops.cc.
References blender::ed::curves::any_point_selected(), ATTR_DOMAIN_POINT, C, curves, DEG_id_tag_update(), blender::MutableSpan< T >::fill(), blender::ed::curves::get_unique_editable_curves(), ID_RECALC_GEOMETRY, invert_selection(), NC_GEOM, ND_DATA, OPERATOR_FINISHED, wmOperator::ptr, blender::bke::MutableAttributeAccessor::remove(), RNA_enum_get(), SEL_DESELECT, SEL_INVERT, SEL_SELECT, SEL_TOGGLE, WM_event_add_notifier(), and blender::bke::image::partial_update::wrap().
Referenced by blender::ed::curves::SCULPT_CURVES_OT_select_all().