Blender
V3.3
|
#include <DNA_mask_types.h>
Public Attributes | |
BezTriple | bezt |
char | _pad [4] |
int | tot_uw |
MaskSplinePointUW * | uw |
MaskParent | parent |
Definition at line 79 of file DNA_mask_types.h.
char MaskSplinePoint::_pad[4] |
Definition at line 82 of file DNA_mask_types.h.
BezTriple MaskSplinePoint::bezt |
Actual point coordinates and its handles.
Definition at line 81 of file DNA_mask_types.h.
Referenced by add_vertex_handle_cyclic_at_point(), BKE_mask_calc_handle_adjacent_interp(), BKE_mask_calc_tangent_polyline(), BKE_mask_eval_update(), BKE_mask_layer_evaluate_deform(), BKE_mask_layer_shape_changed_add(), BKE_mask_layer_shape_from_mask(), BKE_mask_layer_shape_to_mask(), BKE_mask_layer_shape_to_mask_interp(), BKE_mask_spline_differentiate_with_resolution(), BKE_mask_spline_point_next_bezt(), box_select_exec(), circle_select_exec(), create_primitive_from_points(), createTransMaskingData(), do_lasso_select_mask(), draw_spline_points(), ED_mask_point_find_nearest(), ED_mask_selected_minmax(), flushTransMasking(), mask_calc_point_handle(), mask_spline_feather_differentiated_points_with_resolution__double(), MaskHandleToTransData(), MaskPointToTransData(), setup_vertex_point(), slide_point_delta_all_feather(), slide_point_restore_spline(), and spline_under_mouse_get().
MaskParent MaskSplinePoint::parent |
Parenting information of particular spline point.
Definition at line 88 of file DNA_mask_types.h.
Referenced by create_primitive_from_points(), and setup_vertex_point().
int MaskSplinePoint::tot_uw |
Number of uv feather values.
Definition at line 84 of file DNA_mask_types.h.
Referenced by BKE_mask_spline_direction_switch(), ED_mask_feather_find_nearest(), ED_mask_select_flush_all(), and mask_spline_feather_differentiated_points_with_resolution__double().
MaskSplinePointUW* MaskSplinePoint::uw |
Feather UV values.
Definition at line 86 of file DNA_mask_types.h.
Referenced by BKE_mask_layer_evaluate_deform(), BKE_mask_spline_direction_switch(), ED_mask_feather_find_nearest(), ED_mask_select_flush_all(), mask_duplicate_exec(), and slide_point_restore_spline().