|
Blender V4.3
|
#include <DNA_mask_types.h>
Public Attributes | |
| BezTriple | bezt |
| char | _pad [4] |
| int | tot_uw |
| MaskSplinePointUW * | uw |
| MaskParent | parent |
Definition at line 81 of file DNA_mask_types.h.
| char MaskSplinePoint::_pad[4] |
Definition at line 84 of file DNA_mask_types.h.
| BezTriple MaskSplinePoint::bezt |
Actual point coordinates and its handles.
Definition at line 83 of file DNA_mask_types.h.
Referenced by add_vertex_handle_cyclic_at_point(), BKE_mask_calc_handle_adjacent_interp(), BKE_mask_calc_handle_point_auto(), BKE_mask_calc_tangent_polyline(), BKE_mask_eval_update(), BKE_mask_layer_evaluate_deform(), BKE_mask_spline_differentiate_with_resolution(), BKE_mask_spline_feather_resolution(), BKE_mask_spline_point_next_bezt(), box_select_exec(), circle_select_exec(), create_primitive_from_points(), 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(), 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 90 of file DNA_mask_types.h.
Referenced by create_primitive_from_points(), mask_parent_clear_exec(), mask_parent_set_exec(), and setup_vertex_point().
| int MaskSplinePoint::tot_uw |
Number of uv feather values.
Definition at line 86 of file DNA_mask_types.h.
Referenced by BKE_mask_spline_feather_points(), 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 88 of file DNA_mask_types.h.
Referenced by BKE_mask_layer_evaluate_deform(), ED_mask_feather_find_nearest(), ED_mask_select_flush_all(), mask_duplicate_exec(), mask_spline_points_copy(), and slide_point_restore_spline().