|
Blender V4.3
|
Functions | |
| static int | select_random_exec (bContext *C, wmOperator *op) |
| static void | select_random_ui (bContext *, wmOperator *op) |
|
static |
Definition at line 360 of file curves_sculpt_ops.cc.
References BLI_assert_unreachable, blender::bke::Curve, DEG_id_tag_update(), blender::MutableSpan< T >::fill(), blender::ed::sculpt_paint::float_selection_ensure(), blender::ed::curves::get_unique_editable_curves(), blender::ed::curves::has_anything_selected(), ID_RECALC_GEOMETRY, NC_GEOM, ND_DATA, OPERATOR_FINISHED, blender::bke::Point, wmOperator::ptr, RNA_boolean_get(), RNA_float_get(), RNA_int_get(), seed, blender::offset_indices::OffsetIndices< T >::slice(), and WM_event_add_notifier().
Referenced by blender::ed::sculpt_paint::SCULPT_CURVES_OT_select_random().
|
static |
Definition at line 458 of file curves_sculpt_ops.cc.
References IFACE_, wmOperator::layout, wmOperator::ptr, RNA_boolean_get(), UI_ITEM_NONE, UI_ITEM_R_SLIDER, and uiItemR().
Referenced by blender::ed::sculpt_paint::SCULPT_CURVES_OT_select_random().