Blender
V3.3
|
Functions | |
static bool | select_end_poll (bContext *C) |
static int | select_end_exec (bContext *C, wmOperator *op) |
|
static |
Definition at line 536 of file curves_sculpt_ops.cc.
References C, curves, DEG_id_tag_update(), blender::MutableSpan< T >::fill(), blender::ed::curves::get_unique_editable_curves(), blender::ed::curves::has_anything_selected(), ID_RECALC_GEOMETRY, NC_GEOM, ND_DATA, blender::threading::parallel_for(), wmOperator::ptr, RNA_boolean_get(), RNA_int_get(), WM_event_add_notifier(), and blender::bke::CurvesGeometry::wrap().
Referenced by blender::ed::sculpt_paint::SCULPT_CURVES_OT_select_end().
Definition at line 523 of file curves_sculpt_ops.cc.
References ATTR_DOMAIN_POINT, C, CTX_data_active_object(), CTX_wm_operator_poll_msg_set(), Object::data, blender::ed::curves::editable_curves_poll(), and Curves::selection_domain.
Referenced by blender::ed::sculpt_paint::SCULPT_CURVES_OT_select_end().