|
Blender V5.0
|
Functions | |
| static wmOperatorStatus | select_random_exec (bContext *C, wmOperator *op) |
| static void | select_random_ui (bContext *, wmOperator *op) |
|
static |
Definition at line 369 of file curves_sculpt_ops.cc.
References BLI_assert_unreachable, C, blender::bke::Curve, DEG_id_tag_update(), blender::MutableSpan< T >::fill(), blender::bke::SpanAttributeWriter< T >::finish(), blender::ed::sculpt_paint::float_selection_ensure(), blender::RandomNumberGenerator::get_float(), 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, blender::bke::Point, wmOperator::ptr, RNA_boolean_get(), RNA_float_get(), RNA_int_get(), seed, blender::MutableSpan< T >::slice(), blender::bke::SpanAttributeWriter< T >::span, and WM_event_add_notifier().
Referenced by blender::ed::sculpt_paint::SCULPT_CURVES_OT_select_random().
|
static |
Definition at line 467 of file curves_sculpt_ops.cc.
References IFACE_, wmOperator::layout, uiLayout::prop(), wmOperator::ptr, RNA_boolean_get(), UI_ITEM_NONE, and UI_ITEM_R_SLIDER.
Referenced by blender::ed::sculpt_paint::SCULPT_CURVES_OT_select_random().