Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/sculpt_paint/curves_sculpt_ops.cc
| Show First 20 Lines • Show All 63 Lines • ▼ Show 20 Lines | bool CURVES_SCULPT_mode_poll_view3d(bContext *C) | ||||
| return true; | return true; | ||||
| } | } | ||||
| /** \} */ | /** \} */ | ||||
| namespace blender::ed::sculpt_paint { | namespace blender::ed::sculpt_paint { | ||||
| using blender::bke::CurvesGeometry; | using blender::bke::CurvesGeometry; | ||||
| using blender::fn::CPPType; | |||||
| /* -------------------------------------------------------------------- */ | /* -------------------------------------------------------------------- */ | ||||
| /** \name * SCULPT_CURVES_OT_brush_stroke | /** \name * SCULPT_CURVES_OT_brush_stroke | ||||
| * \{ */ | * \{ */ | ||||
| /** | /** | ||||
| * Resamples the curves to a shorter length. | * Resamples the curves to a shorter length. | ||||
| */ | */ | ||||
| ▲ Show 20 Lines • Show All 755 Lines • Show Last 20 Lines | |||||