Blender
V3.3
|
Public Attributes | |
Brush * | brush |
float4x4 | curves_to_world_mat |
float3 | pos_cu |
float3 | normal_cu |
int2 | initial_mouse |
float | initial_minimum_distance |
ListBase | orig_paintcursors |
void * | cursor |
ARegion * | region |
RegionView3D * | rv3d |
Definition at line 944 of file curves_sculpt_ops.cc.
Brush* blender::ed::sculpt_paint::min_distance_edit::MinDistanceEditData::brush |
Brush whose minimum distance is modified.
Definition at line 946 of file curves_sculpt_ops.cc.
Referenced by blender::ed::sculpt_paint::min_distance_edit::calculate_points_per_side(), blender::ed::sculpt_paint::min_distance_edit::min_distance_edit_draw(), blender::ed::sculpt_paint::min_distance_edit::min_distance_edit_invoke(), and blender::ed::sculpt_paint::min_distance_edit::min_distance_edit_modal().
void* blender::ed::sculpt_paint::min_distance_edit::MinDistanceEditData::cursor |
Definition at line 958 of file curves_sculpt_ops.cc.
Referenced by blender::ed::sculpt_paint::min_distance_edit::min_distance_edit_invoke(), and blender::ed::sculpt_paint::min_distance_edit::min_distance_edit_modal().
float4x4 blender::ed::sculpt_paint::min_distance_edit::MinDistanceEditData::curves_to_world_mat |
Definition at line 947 of file curves_sculpt_ops.cc.
Referenced by blender::ed::sculpt_paint::min_distance_edit::min_distance_edit_draw(), and blender::ed::sculpt_paint::min_distance_edit::min_distance_edit_invoke().
float blender::ed::sculpt_paint::min_distance_edit::MinDistanceEditData::initial_minimum_distance |
Definition at line 954 of file curves_sculpt_ops.cc.
Referenced by blender::ed::sculpt_paint::min_distance_edit::min_distance_edit_invoke(), and blender::ed::sculpt_paint::min_distance_edit::min_distance_edit_modal().
int2 blender::ed::sculpt_paint::min_distance_edit::MinDistanceEditData::initial_mouse |
float3 blender::ed::sculpt_paint::min_distance_edit::MinDistanceEditData::normal_cu |
ListBase blender::ed::sculpt_paint::min_distance_edit::MinDistanceEditData::orig_paintcursors |
The operator uses a new cursor, but the existing cursors should be restored afterwards.
Definition at line 957 of file curves_sculpt_ops.cc.
Referenced by blender::ed::sculpt_paint::min_distance_edit::min_distance_edit_invoke(), and blender::ed::sculpt_paint::min_distance_edit::min_distance_edit_modal().
float3 blender::ed::sculpt_paint::min_distance_edit::MinDistanceEditData::pos_cu |
Where the preview is drawn.
Definition at line 950 of file curves_sculpt_ops.cc.
Referenced by blender::ed::sculpt_paint::min_distance_edit::calculate_points_per_side(), blender::ed::sculpt_paint::min_distance_edit::min_distance_edit_draw(), and blender::ed::sculpt_paint::min_distance_edit::min_distance_edit_invoke().
ARegion* blender::ed::sculpt_paint::min_distance_edit::MinDistanceEditData::region |
Store the viewport region in case the operator was called from the header.
Definition at line 961 of file curves_sculpt_ops.cc.
Referenced by blender::ed::sculpt_paint::min_distance_edit::calculate_points_per_side(), blender::ed::sculpt_paint::min_distance_edit::min_distance_edit_draw(), and blender::ed::sculpt_paint::min_distance_edit::min_distance_edit_invoke().
RegionView3D* blender::ed::sculpt_paint::min_distance_edit::MinDistanceEditData::rv3d |
Definition at line 962 of file curves_sculpt_ops.cc.
Referenced by blender::ed::sculpt_paint::min_distance_edit::min_distance_edit_draw(), and blender::ed::sculpt_paint::min_distance_edit::min_distance_edit_invoke().