Blender V4.3
blender::ed::sculpt_paint::rotate_cc Namespace Reference

Classes

struct  LocalData
 

Functions

static BLI_NOINLINE void calc_translations (const Span< float3 > positions, const float3 &axis, const Span< float > angles, const float3 &center, const MutableSpan< float3 > translations)
 
static void calc_faces (const Depsgraph &depsgraph, const Sculpt &sd, const Brush &brush, const float angle, const MeshAttributeData &attribute_data, const bke::pbvh::MeshNode &node, Object &object, LocalData &tls, const PositionDeformData &position_data)
 
static void calc_grids (const Depsgraph &depsgraph, const Sculpt &sd, Object &object, const Brush &brush, const float angle, bke::pbvh::GridsNode &node, LocalData &tls)
 
static void calc_bmesh (const Depsgraph &depsgraph, const Sculpt &sd, Object &object, const Brush &brush, const float angle, bke::pbvh::BMeshNode &node, LocalData &tls)
 

Function Documentation

◆ calc_bmesh()

static void blender::ed::sculpt_paint::rotate_cc::calc_bmesh ( const Depsgraph & depsgraph,
const Sculpt & sd,
Object & object,
const Brush & brush,
const float angle,
bke::pbvh::BMeshNode & node,
LocalData & tls )
static

Definition at line 137 of file editors/sculpt_paint/brushes/rotate.cc.

◆ calc_faces()

static void blender::ed::sculpt_paint::rotate_cc::calc_faces ( const Depsgraph & depsgraph,
const Sculpt & sd,
const Brush & brush,
const float angle,
const MeshAttributeData & attribute_data,
const bke::pbvh::MeshNode & node,
Object & object,
LocalData & tls,
const PositionDeformData & position_data )
static

Definition at line 57 of file editors/sculpt_paint/brushes/rotate.cc.

◆ calc_grids()

static void blender::ed::sculpt_paint::rotate_cc::calc_grids ( const Depsgraph & depsgraph,
const Sculpt & sd,
Object & object,
const Brush & brush,
const float angle,
bke::pbvh::GridsNode & node,
LocalData & tls )
static

Definition at line 97 of file editors/sculpt_paint/brushes/rotate.cc.

◆ calc_translations()

static BLI_NOINLINE void blender::ed::sculpt_paint::rotate_cc::calc_translations ( const Span< float3 > positions,
const float3 & axis,
const Span< float > angles,
const float3 & center,
const MutableSpan< float3 > translations )
static

Definition at line 40 of file editors/sculpt_paint/brushes/rotate.cc.