Blender
V3.3
|
Functions | |
static int | select_random_exec (bContext *C, wmOperator *op) |
static void | select_random_ui (bContext *UNUSED(C), wmOperator *op) |
|
static |
Definition at line 347 of file curves_sculpt_ops.cc.
References ATTR_DOMAIN_CURVE, ATTR_DOMAIN_POINT, blender::MutableSpan< T >::begin(), C, curves, DEG_id_tag_update(), blender::MutableSpan< T >::end(), blender::MutableSpan< T >::fill(), blender::ed::curves::get_unique_editable_curves(), blender::ed::curves::has_anything_selected(), ID_RECALC_GEOMETRY, blender::MutableSpan< T >::index_range(), NC_GEOM, ND_DATA, OPERATOR_FINISHED, wmOperator::ptr, RNA_boolean_get(), RNA_float_get(), RNA_int_get(), seed, blender::MutableSpan< T >::slice(), v, WM_event_add_notifier(), and blender::bke::CurvesGeometry::wrap().
Referenced by blender::ed::sculpt_paint::SCULPT_CURVES_OT_select_random().
|
static |
Definition at line 456 of file curves_sculpt_ops.cc.
References wmOperator::layout, wmOperator::ptr, RNA_boolean_get(), UI_ITEM_R_SLIDER, and uiItemR().
Referenced by blender::ed::sculpt_paint::SCULPT_CURVES_OT_select_random().