Blender V4.3
#include "DNA_listBase.h"

Go to the source code of this file.

Classes

struct  bActionModifier
 
struct  bActionStrip
 

Typedefs

typedef struct bActionModifier bActionModifier
 
typedef struct bActionStrip bActionStrip
 
typedef enum eActStrip_Flag eActStrip_Flag
 

Enumerations

enum  { ACTSTRIPMODE_BLEND = 0 , ACTSTRIPMODE_ADD = 1 }
 
enum  eActStrip_Flag {
  ACTSTRIP_SELECT = (1 << 0) , ACTSTRIP_USESTRIDE = (1 << 1) , ACTSTRIP_HOLDLASTFRAME = (1 << 3) , ACTSTRIP_ACTIVE = (1 << 4) ,
  ACTSTRIP_LOCK_ACTION = (1 << 5) , ACTSTRIP_MUTE = (1 << 6) , ACTSTRIP_REVERSE = (1 << 7) , ACTSTRIP_AUTO_BLENDS = (1 << 11)
}
 

Typedef Documentation

◆ bActionModifier

typedef struct bActionModifier bActionModifier

Simple uniform modifier structure, assumed it can hold all type info.

◆ bActionStrip

typedef struct bActionStrip bActionStrip

◆ eActStrip_Flag

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

#Strip::mode (these defines aren't really used, but are here for reference)

Enumerator
ACTSTRIPMODE_BLEND 
ACTSTRIPMODE_ADD 

Definition at line 78 of file DNA_nla_types.h.

◆ eActStrip_Flag

bActionStrip.flag

Enumerator
ACTSTRIP_SELECT 
ACTSTRIP_USESTRIDE 
ACTSTRIP_HOLDLASTFRAME 
ACTSTRIP_ACTIVE 
ACTSTRIP_LOCK_ACTION 
ACTSTRIP_MUTE 
ACTSTRIP_REVERSE 
ACTSTRIP_AUTO_BLENDS 

Definition at line 84 of file DNA_nla_types.h.