Blender  V3.3
Public Attributes | List of all members
MaskSpline Struct Reference

#include <DNA_mask_types.h>

Public Attributes

struct MaskSplinenext
 
struct MaskSplineprev
 
short flag
 
char offset_mode
 
char weight_interp
 
int tot_point
 
MaskSplinePointpoints
 
MaskParent parent
 
MaskSplinePointpoints_deform
 

Detailed Description

Definition at line 91 of file DNA_mask_types.h.

Member Data Documentation

◆ flag

short MaskSpline::flag

◆ next

struct MaskSpline* MaskSpline::next

◆ offset_mode

char MaskSpline::offset_mode

Feather offset method.

Definition at line 97 of file DNA_mask_types.h.

Referenced by BKE_mask_spline_feather_differentiated_points_with_resolution(), and mask_duplicate_exec().

◆ parent

MaskParent MaskSpline::parent

Parenting information of the whole spline.

Definition at line 106 of file DNA_mask_types.h.

Referenced by BKE_mask_spline_add(), mask_blend_read_lib(), and mask_duplicate_exec().

◆ points

MaskSplinePoint* MaskSpline::points

◆ points_deform

MaskSplinePoint* MaskSpline::points_deform

◆ prev

struct MaskSpline * MaskSpline::prev

Definition at line 92 of file DNA_mask_types.h.

Referenced by mask_duplicate_exec().

◆ tot_point

int MaskSpline::tot_point

◆ weight_interp

char MaskSpline::weight_interp

Weight interpolation.

Definition at line 99 of file DNA_mask_types.h.

Referenced by BKE_mask_point_weight(), BKE_mask_spline_add(), and mask_duplicate_exec().


The documentation for this struct was generated from the following file: