Blender V4.3
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 93 of file DNA_mask_types.h.

Member Data Documentation

◆ flag

short MaskSpline::flag

Different spline flag (closed, ...).

Definition at line 97 of file DNA_mask_types.h.

Referenced by create_primitive_from_points(), and mask_duplicate_exec().

◆ next

◆ offset_mode

char MaskSpline::offset_mode

Feather offset method.

Definition at line 99 of file DNA_mask_types.h.

Referenced by mask_duplicate_exec().

◆ parent

MaskParent MaskSpline::parent

Parenting information of the whole spline.

Definition at line 108 of file DNA_mask_types.h.

Referenced by mask_duplicate_exec().

◆ points

◆ points_deform

MaskSplinePoint* MaskSpline::points_deform

Deformed copy of 'points' BezTriple data - not saved.

Definition at line 111 of file DNA_mask_types.h.

Referenced by BKE_mask_spline_copy().

◆ prev

struct MaskSpline * MaskSpline::prev

Definition at line 94 of file DNA_mask_types.h.

◆ tot_point

◆ weight_interp

char MaskSpline::weight_interp

Weight interpolation.

Definition at line 101 of file DNA_mask_types.h.

Referenced by mask_duplicate_exec().


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