|
Blender V5.0
|
Functions | |
| CursorSampleResult | calc_node_mask (const Depsgraph &depsgraph, Object &ob, const Brush &brush, IndexMaskMemory &memory) |
| CursorSampleResult blender::ed::sculpt_paint::brushes::plane::calc_node_mask | ( | const Depsgraph & | depsgraph, |
| Object & | ob, | ||
| const Brush & | brush, | ||
| IndexMaskMemory & | memory ) |
Definition at line 471 of file plane.cc.
References blender::ed::sculpt_paint::StrokeCache::accum, SculptSession::cache, blender::ed::sculpt_paint::calc_brush_plane(), depsgraph, Brush::falloff_shape, blender::ed::sculpt_paint::gather_nodes(), blender::ed::sculpt_paint::StrokeCache::location_symm, blender::ed::sculpt_paint::node_fully_masked_or_hidden(), blender::ed::sculpt_paint::node_in_sphere(), blender::bke::object::pbvh_get(), blender::ed::sculpt_paint::StrokeCache::radius_squared, Object::sculpt, blender::bke::pbvh::search_nodes(), and blender::ed::sculpt_paint::StrokeCache::view_normal_symm.
Referenced by blender::ed::sculpt_paint::calc_brush_node_mask().