Go to the source code of this file.
|
| static void | blender::ed::sculpt_paint::multires_displacement_smear_cc::calc_node (const Depsgraph &depsgraph, Object &object, const Brush &brush, const float strength, const bke::pbvh::GridsNode &node, LocalData &tls) |
| |
| static BLI_NOINLINE void | blender::ed::sculpt_paint::multires_displacement_smear_cc::eval_all_limit_positions (const SubdivCCG &subdiv_ccg, const MutableSpan< float3 > limit_positions) |
| |
| static BLI_NOINLINE void | blender::ed::sculpt_paint::multires_displacement_smear_cc::store_node_prev_displacement (const Span< float3 > limit_positions, const Span< float3 > positions, const CCGKey &key, const bke::pbvh::GridsNode &node, const MutableSpan< float3 > prev_displacement) |
| |
| void | blender::ed::sculpt_paint::do_displacement_smear_brush (const Depsgraph &depsgraph, const Sculpt &sd, Object &ob, const IndexMask &node_mask) |
| |