|
Blender V5.0
|
#include <DNA_mask_types.h>
Public Attributes | |
| BezTriple | bezt |
| char | _pad [4] |
| int | tot_uw |
| MaskSplinePointUW * | uw |
| MaskParent | parent |
Definition at line 88 of file DNA_mask_types.h.
| char MaskSplinePoint::_pad[4] |
Definition at line 91 of file DNA_mask_types.h.
| BezTriple MaskSplinePoint::bezt |
Actual point coordinates and its handles.
Definition at line 90 of file DNA_mask_types.h.
Referenced by add_vertex_extrude(), 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_layer_shape_changed_add(), BKE_mask_point_direction_switch(), BKE_mask_point_handle(), BKE_mask_point_handles_mode_get(), BKE_mask_point_normal(), BKE_mask_point_segment_co(), BKE_mask_point_segment_diff(), BKE_mask_point_select_set_handle(), BKE_mask_point_set_handle(), BKE_mask_point_weight(), BKE_mask_point_weight_scalar(), BKE_mask_spline_differentiate_with_resolution(), BKE_mask_spline_feather_points(), BKE_mask_spline_feather_resolution(), BKE_mask_spline_point_next_bezt(), BKE_mask_spline_resolution(), box_select_exec(), check_sliding_handle_type(), circle_select_exec(), create_primitive_from_points(), blender::ed::transform::createTransMaskingData(), do_lasso_select_mask(), draw_single_handle(), draw_spline_points(), ED_mask_point_find_nearest(), ED_mask_selected_minmax(), blender::ed::transform::flushTransMasking(), handle_position_for_minmax(), mask_calc_point_handle(), mask_evaluate_apply_point_parent(), mask_feather_weight_clear_exec(), mask_has_selection(), mask_spline_feather_differentiated_points_with_resolution__double(), blender::ed::transform::MaskHandleToTransData(), blender::ed::transform::MaskPointToTransData(), select_sliding_point(), set_handle_type_exec(), setup_vertex_point(), slide_point_check_initial_feather(), slide_point_customdata(), slide_point_delta_all_feather(), slide_point_modal(), slide_point_restore_spline(), slide_spline_curvature_customdata(), and spline_under_mouse_get().
| MaskParent MaskSplinePoint::parent |
Parenting information of particular spline point.
Definition at line 97 of file DNA_mask_types.h.
Referenced by BKE_mask_clipboard_copy_from_layer(), BKE_mask_clipboard_paste_to_layer(), BKE_mask_point_parent_matrix_get(), blender::deg::DepsgraphNodeBuilder::build_mask(), blender::deg::DepsgraphRelationBuilder::build_mask(), create_primitive_from_points(), mask_foreach_id(), mask_parent_clear_exec(), mask_parent_set_exec(), and setup_vertex_point().
| int MaskSplinePoint::tot_uw |
Number of uv feather values.
Definition at line 93 of file DNA_mask_types.h.
Referenced by BKE_mask_point_add_uw(), BKE_mask_point_direction_switch(), BKE_mask_point_select_set(), BKE_mask_point_sort_uw(), BKE_mask_point_weight(), BKE_mask_spline_direction_switch(), BKE_mask_spline_feather_points(), BKE_mask_spline_feather_resolution(), delete_feather_points(), draw_spline_points(), ED_mask_feather_find_nearest(), ED_mask_select_flush_all(), mask_blend_read_data(), mask_blend_write(), mask_spline_feather_differentiated_points_with_resolution__double(), and slide_point_restore_spline().
| MaskSplinePointUW* MaskSplinePoint::uw |
Feather UV values.
Definition at line 95 of file DNA_mask_types.h.
Referenced by BKE_mask_layer_evaluate_deform(), BKE_mask_point_add_uw(), BKE_mask_point_direction_switch(), BKE_mask_point_free(), BKE_mask_point_select_set(), BKE_mask_point_sort_uw(), BKE_mask_point_weight(), BKE_mask_spline_direction_switch(), BKE_mask_spline_feather_points(), BKE_mask_spline_feather_resolution(), delete_feather_points(), draw_spline_points(), ED_mask_feather_find_nearest(), ED_mask_select_flush_all(), mask_blend_read_data(), mask_blend_write(), mask_duplicate_exec(), mask_spline_points_copy(), and slide_point_restore_spline().