Blender  V3.3
Public Member Functions | Public Attributes | List of all members
blender::ed::sculpt_paint::AddOperationExecutor Struct Reference

Public Member Functions

 AddOperationExecutor (const bContext &C)
 
void execute (AddOperation &self, const bContext &C, const StrokeExtension &stroke_extension)
 
void sample_in_center_with_symmetry (Vector< float2 > &r_sampled_uvs)
 
void sample_in_center (Vector< float2 > &r_sampled_uvs, const float3 &ray_start_su, const float3 &ray_end_su)
 
void sample_projected_with_symmetry (RandomNumberGenerator &rng, Vector< float2 > &r_sampled_uvs)
 
void sample_projected (RandomNumberGenerator &rng, Vector< float2 > &r_sampled_uvs, const float4x4 &brush_transform)
 
void sample_spherical_with_symmetry (RandomNumberGenerator &rng, Vector< float2 > &r_sampled_uvs)
 
void sample_spherical (RandomNumberGenerator &rng, Vector< float2 > &r_sampled_uvs, const float3 &brush_pos_su, const float brush_radius_su, const float3 &view_direction_su)
 
void ensure_curve_roots_kdtree ()
 

Public Attributes

AddOperationself_ = nullptr
 
CurvesSculptCommonContext ctx_
 
Objectcurves_ob_orig_ = nullptr
 
Curvescurves_id_orig_ = nullptr
 
CurvesGeometrycurves_orig_ = nullptr
 
Objectsurface_ob_eval_ = nullptr
 
Meshsurface_eval_ = nullptr
 
Span< MLoopTrisurface_looptris_eval_
 
VArraySpan< float2surface_uv_map_eval_
 
BVHTreeFromMesh surface_bvh_eval_
 
const CurvesSculptcurves_sculpt_ = nullptr
 
const Brushbrush_ = nullptr
 
const BrushCurvesSculptSettingsbrush_settings_ = nullptr
 
int add_amount_
 
bool use_front_face_
 
float brush_radius_re_
 
float2 brush_pos_re_
 
CurvesSurfaceTransforms transforms_
 

Detailed Description

Utility class that actually executes the update when the stroke is updated. That's useful because it avoids passing a very large number of parameters between functions.

Definition at line 83 of file curves_sculpt_add.cc.

Constructor & Destructor Documentation

◆ AddOperationExecutor()

blender::ed::sculpt_paint::AddOperationExecutor::AddOperationExecutor ( const bContext C)
inline

Definition at line 108 of file curves_sculpt_add.cc.

References C.

Member Function Documentation

◆ ensure_curve_roots_kdtree()

void blender::ed::sculpt_paint::AddOperationExecutor::ensure_curve_roots_kdtree ( )
inline

◆ execute()

void blender::ed::sculpt_paint::AddOperationExecutor::execute ( AddOperation self,
const bContext C,
const StrokeExtension stroke_extension 
)
inline

Definition at line 112 of file curves_sculpt_add.cc.

References BrushCurvesSculptSettings::add_amount, add_amount_, blender::geometry::add_curves_on_mesh(), ATTR_DOMAIN_CORNER, BKE_bvhtree_from_mesh_get(), BKE_mesh_calc_normals_split(), BKE_mesh_runtime_looptri_ensure(), BKE_mesh_runtime_looptri_len(), BKE_object_get_evaluated_mesh(), BKE_paint_brush_for_read(), BLI_assert_unreachable, BLI_SCOPED_DEFER, brush_, BRUSH_CURVES_SCULPT_FLAG_INTERPOLATE_LENGTH, BRUSH_CURVES_SCULPT_FLAG_INTERPOLATE_POINT_COUNT, BRUSH_CURVES_SCULPT_FLAG_INTERPOLATE_SHAPE, BRUSH_FRONTFACE, brush_pos_re_, blender::ed::sculpt_paint::brush_radius_get(), brush_radius_re_, brush_settings_, BVHTREE_FROM_LOOPTRI, C, CD_NORMAL, blender::geometry::AddCurvesOnMeshInputs::corner_normals_su, ctx_, CTX_data_active_object(), BrushCurvesSculptSettings::curve_length, curves_id_orig_, curves_ob_orig_, curves_orig_, ToolSettings::curves_sculpt, curves_sculpt_, Brush::curves_sculpt_settings, CustomData_get_layer(), CustomData_has_layer(), Object::data, DEG_get_evaluated_object(), DEG_id_tag_update(), blender::ed::sculpt_paint::CurvesSculptCommonContext::depsgraph, ED_region_tag_redraw(), ensure_curve_roots_kdtree(), blender::geometry::AddCurvesOnMeshInputs::fallback_curve_length, blender::geometry::AddCurvesOnMeshInputs::fallback_point_count, Brush::falloff_shape, BrushCurvesSculptSettings::flag, Brush::flag, free_bvhtree_from_mesh(), Curves::geometry, Curves::id, ID_RECALC_GEOMETRY, blender::geometry::AddCurvesOnMeshInputs::interpolate_length, blender::geometry::AddCurvesOnMeshInputs::interpolate_point_count, blender::geometry::AddCurvesOnMeshInputs::interpolate_shape, blender::Span< T >::is_empty(), blender::Vector< T, InlineBufferCapacity, Allocator >::is_empty(), Mesh::ldata, blender::bke::AttributeAccessor::lookup(), max, blender::bke::mesh_attributes(), blender::ed::sculpt_paint::StrokeExtension::mouse_position, NC_GEOM, ND_DATA, OB_MESH, blender::geometry::AddCurvesOnMeshInputs::old_roots_kdtree, CurvesSculpt::paint, PAINT_FALLOFF_SHAPE_SPHERE, PAINT_FALLOFF_SHAPE_TUBE, PIL_check_seconds_timer(), BrushCurvesSculptSettings::points_per_curve, blender::ed::sculpt_paint::CurvesSculptCommonContext::region, blender::ed::sculpt_paint::report_empty_evaluated_surface(), blender::ed::sculpt_paint::report_empty_original_surface(), blender::ed::sculpt_paint::report_invalid_uv_map(), blender::ed::sculpt_paint::report_missing_surface(), blender::ed::sculpt_paint::report_missing_uv_map_on_evaluated_surface(), blender::ed::sculpt_paint::report_missing_uv_map_on_original_surface(), blender::ed::sculpt_paint::StrokeExtension::reports, blender::geometry::AddCurvesOnMeshInputs::reverse_uv_sampler, sample_in_center_with_symmetry(), sample_projected_with_symmetry(), sample_spherical_with_symmetry(), blender::ed::sculpt_paint::CurvesSculptCommonContext::scene, self_, blender::geometry::AddCurvesOnMeshInputs::surface, Curves::surface, surface_bvh_eval_, surface_eval_, surface_looptris_eval_, surface_ob_eval_, Curves::surface_uv_map, surface_uv_map_eval_, time, Scene::toolsettings, Mesh::totloop, Mesh::totpoly, blender::geometry::AddCurvesOnMeshInputs::transforms, transforms_, Object::type, use_front_face_, blender::geometry::AddCurvesOnMeshOutputs::uv_error, blender::geometry::AddCurvesOnMeshInputs::uvs, WM_main_add_notifier(), and blender::bke::CurvesGeometry::wrap().

◆ sample_in_center()

void blender::ed::sculpt_paint::AddOperationExecutor::sample_in_center ( Vector< float2 > &  r_sampled_uvs,
const float3 ray_start_su,
const float3 ray_end_su 
)
inline

◆ sample_in_center_with_symmetry()

void blender::ed::sculpt_paint::AddOperationExecutor::sample_in_center_with_symmetry ( Vector< float2 > &  r_sampled_uvs)
inline

◆ sample_projected()

void blender::ed::sculpt_paint::AddOperationExecutor::sample_projected ( RandomNumberGenerator rng,
Vector< float2 > &  r_sampled_uvs,
const float4x4 brush_transform 
)
inline

◆ sample_projected_with_symmetry()

void blender::ed::sculpt_paint::AddOperationExecutor::sample_projected_with_symmetry ( RandomNumberGenerator rng,
Vector< float2 > &  r_sampled_uvs 
)
inline

Sample points by shooting rays within the brush radius in the 3D view.

Definition at line 309 of file curves_sculpt_add.cc.

References curves_id_orig_, blender::ed::sculpt_paint::get_symmetry_brush_transforms(), sample_projected(), and Curves::symmetry.

Referenced by execute().

◆ sample_spherical()

void blender::ed::sculpt_paint::AddOperationExecutor::sample_spherical ( RandomNumberGenerator rng,
Vector< float2 > &  r_sampled_uvs,
const float3 brush_pos_su,
const float  brush_radius_su,
const float3 view_direction_su 
)
inline

◆ sample_spherical_with_symmetry()

void blender::ed::sculpt_paint::AddOperationExecutor::sample_spherical_with_symmetry ( RandomNumberGenerator rng,
Vector< float2 > &  r_sampled_uvs 
)
inline

Member Data Documentation

◆ add_amount_

int blender::ed::sculpt_paint::AddOperationExecutor::add_amount_

Definition at line 100 of file curves_sculpt_add.cc.

Referenced by execute(), sample_projected(), and sample_spherical().

◆ brush_

const Brush* blender::ed::sculpt_paint::AddOperationExecutor::brush_ = nullptr

Definition at line 98 of file curves_sculpt_add.cc.

Referenced by execute().

◆ brush_pos_re_

float2 blender::ed::sculpt_paint::AddOperationExecutor::brush_pos_re_

◆ brush_radius_re_

float blender::ed::sculpt_paint::AddOperationExecutor::brush_radius_re_

Definition at line 103 of file curves_sculpt_add.cc.

Referenced by execute(), sample_projected(), and sample_spherical_with_symmetry().

◆ brush_settings_

const BrushCurvesSculptSettings* blender::ed::sculpt_paint::AddOperationExecutor::brush_settings_ = nullptr

Definition at line 99 of file curves_sculpt_add.cc.

Referenced by execute().

◆ ctx_

CurvesSculptCommonContext blender::ed::sculpt_paint::AddOperationExecutor::ctx_

◆ curves_id_orig_

Curves* blender::ed::sculpt_paint::AddOperationExecutor::curves_id_orig_ = nullptr

◆ curves_ob_orig_

Object* blender::ed::sculpt_paint::AddOperationExecutor::curves_ob_orig_ = nullptr

Definition at line 87 of file curves_sculpt_add.cc.

Referenced by execute().

◆ curves_orig_

CurvesGeometry* blender::ed::sculpt_paint::AddOperationExecutor::curves_orig_ = nullptr

Definition at line 89 of file curves_sculpt_add.cc.

Referenced by ensure_curve_roots_kdtree(), and execute().

◆ curves_sculpt_

const CurvesSculpt* blender::ed::sculpt_paint::AddOperationExecutor::curves_sculpt_ = nullptr

Definition at line 97 of file curves_sculpt_add.cc.

Referenced by execute().

◆ self_

AddOperation* blender::ed::sculpt_paint::AddOperationExecutor::self_ = nullptr

Definition at line 84 of file curves_sculpt_add.cc.

Referenced by ensure_curve_roots_kdtree(), and execute().

◆ surface_bvh_eval_

BVHTreeFromMesh blender::ed::sculpt_paint::AddOperationExecutor::surface_bvh_eval_

◆ surface_eval_

Mesh* blender::ed::sculpt_paint::AddOperationExecutor::surface_eval_ = nullptr

Definition at line 92 of file curves_sculpt_add.cc.

Referenced by execute(), sample_in_center(), sample_projected(), and sample_spherical().

◆ surface_looptris_eval_

Span<MLoopTri> blender::ed::sculpt_paint::AddOperationExecutor::surface_looptris_eval_

Definition at line 93 of file curves_sculpt_add.cc.

Referenced by execute(), sample_in_center(), sample_projected(), and sample_spherical().

◆ surface_ob_eval_

Object* blender::ed::sculpt_paint::AddOperationExecutor::surface_ob_eval_ = nullptr

Definition at line 91 of file curves_sculpt_add.cc.

Referenced by execute().

◆ surface_uv_map_eval_

VArraySpan<float2> blender::ed::sculpt_paint::AddOperationExecutor::surface_uv_map_eval_

Definition at line 94 of file curves_sculpt_add.cc.

Referenced by execute(), sample_in_center(), sample_projected(), and sample_spherical().

◆ transforms_

CurvesSurfaceTransforms blender::ed::sculpt_paint::AddOperationExecutor::transforms_

◆ use_front_face_

bool blender::ed::sculpt_paint::AddOperationExecutor::use_front_face_

Definition at line 101 of file curves_sculpt_add.cc.

Referenced by execute(), sample_projected(), and sample_spherical().


The documentation for this struct was generated from the following file: