Go to the source code of this file.
|
| static BLI_NOINLINE void | blender::ed::sculpt_paint::inflate_cc::apply_scale (const MutableSpan< float3 > translations, const float3 &scale) |
| |
| static void | blender::ed::sculpt_paint::inflate_cc::calc_faces (const Depsgraph &depsgraph, const Sculpt &sd, const Brush &brush, const float3 &scale, const MeshAttributeData &attribute_data, const Span< float3 > vert_normals, const bke::pbvh::MeshNode &node, Object &object, LocalData &tls, const PositionDeformData &position_data) |
| |
| static void | blender::ed::sculpt_paint::inflate_cc::calc_grids (const Depsgraph &depsgraph, const Sculpt &sd, Object &object, const Brush &brush, const float3 &scale, bke::pbvh::GridsNode &node, LocalData &tls) |
| |
| static void | blender::ed::sculpt_paint::inflate_cc::calc_bmesh (const Depsgraph &depsgraph, const Sculpt &sd, Object &object, const Brush &brush, const float3 &scale, bke::pbvh::BMeshNode &node, LocalData &tls) |
| |
| void | blender::ed::sculpt_paint::do_inflate_brush (const Depsgraph &depsgraph, const Sculpt &sd, Object &object, const IndexMask &node_mask) |
| |