Blender V4.3
MaskLayerShape Struct Reference

#include <DNA_mask_types.h>

Public Attributes

struct MaskLayerShapenext
 
struct MaskLayerShapeprev
 
floatdata
 
int tot_vert
 
int frame
 
char flag
 
char _pad [7]
 

Detailed Description

Definition at line 115 of file DNA_mask_types.h.

Member Data Documentation

◆ _pad

char MaskLayerShape::_pad[7]

Definition at line 126 of file DNA_mask_types.h.

◆ data

◆ flag

◆ frame

◆ next

◆ prev

struct MaskLayerShape * MaskLayerShape::prev

Definition at line 116 of file DNA_mask_types.h.

Referenced by BKE_mask_layer_shape_find_frame_range().

◆ tot_vert

int MaskLayerShape::tot_vert

To ensure no buffer overrun's: alloc size is (tot_vert * MASK_OBJECT_SHAPE_ELEM_SIZE).

Definition at line 121 of file DNA_mask_types.h.

Referenced by BKE_mask_layer_copy(), BKE_mask_layer_shape_alloc(), BKE_mask_layer_shape_from_mask(), BKE_mask_layer_shape_to_mask(), BKE_mask_layer_shape_to_mask_interp(), and mask_shape_key_feather_reset_exec().


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