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

#include <DNA_mask_types.h>

Public Attributes

ID id
 
struct AnimDataadt
 
ListBase masklayers
 
int masklay_act
 
int masklay_tot
 
int sfra
 
int efra
 
int flag
 
char _pad [4]
 

Detailed Description

Definition at line 22 of file DNA_mask_types.h.

Member Data Documentation

◆ _pad

char Mask::_pad[4]

Definition at line 37 of file DNA_mask_types.h.

◆ adt

struct AnimData* Mask::adt

◆ efra

int Mask::efra

Definition at line 33 of file DNA_mask_types.h.

◆ flag

int Mask::flag

For anim info.

Definition at line 36 of file DNA_mask_types.h.

◆ id

ID Mask::id

◆ masklay_act

int Mask::masklay_act

Index of active mask layer (-1 == None).

Definition at line 28 of file DNA_mask_types.h.

Referenced by animdata_filter_mask_data().

◆ masklay_tot

int Mask::masklay_tot

Total number of mask layers.

Definition at line 30 of file DNA_mask_types.h.

◆ masklayers

ListBase Mask::masklayers

◆ sfra

int Mask::sfra

Frames, used by the sequencer.

Definition at line 33 of file DNA_mask_types.h.

Referenced by SEQ_modifier_apply_stack().


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