|
| static BLI_NOINLINE void | blender::ed::sculpt_paint::color::clamp_factors (const MutableSpan< float > factors, const float min, const float max) |
| |
| static void | blender::ed::sculpt_paint::color::color_filter_task (const Depsgraph &depsgraph, Object &ob, const OffsetIndices< int > faces, const Span< int > corner_verts, const GroupedSpan< int > vert_to_face_map, const MeshAttributeData &attribute_data, const FilterType mode, const float filter_strength, const float *filter_fill_color, const bke::pbvh::MeshNode &node, LocalData &tls, bke::GSpanAttributeWriter &color_attribute) |
| |
| static void | blender::ed::sculpt_paint::color::sculpt_color_presmooth_init (const Mesh &mesh, Object &object) |
| |
| static void | blender::ed::sculpt_paint::color::sculpt_color_filter_apply (bContext *C, wmOperator *op, Object &ob) |
| |
| static void | blender::ed::sculpt_paint::color::sculpt_color_filter_end (bContext *C, Object &ob) |
| |
| static int | blender::ed::sculpt_paint::color::sculpt_color_filter_modal (bContext *C, wmOperator *op, const wmEvent *event) |
| |
| static int | blender::ed::sculpt_paint::color::sculpt_color_filter_init (bContext *C, wmOperator *op) |
| |
| static int | blender::ed::sculpt_paint::color::sculpt_color_filter_exec (bContext *C, wmOperator *op) |
| |
| static int | blender::ed::sculpt_paint::color::sculpt_color_filter_invoke (bContext *C, wmOperator *op, const wmEvent *event) |
| |
| static std::string | blender::ed::sculpt_paint::color::sculpt_color_filter_get_name (wmOperatorType *, PointerRNA *ptr) |
| |
| static void | blender::ed::sculpt_paint::color::sculpt_color_filter_ui (bContext *, wmOperator *op) |
| |
| void | blender::ed::sculpt_paint::color::SCULPT_OT_color_filter (wmOperatorType *ot) |
| |