Blender V4.5
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 102 of file DNA_mask_types.h.

Member Data Documentation

◆ flag

◆ next

◆ offset_mode

char MaskSpline::offset_mode

Feather offset method.

Definition at line 108 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 117 of file DNA_mask_types.h.

Referenced by BKE_mask_spline_add(), and mask_duplicate_exec().

◆ points

◆ points_deform

◆ prev

struct MaskSpline * MaskSpline::prev

Definition at line 103 of file DNA_mask_types.h.

◆ tot_point

◆ weight_interp

char MaskSpline::weight_interp

Weight interpolation.

Definition at line 110 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: