Blender  V2.59
Classes | Defines | Typedefs
DNA_sequence_types.h File Reference
#include "DNA_listBase.h"
#include "DNA_vec_types.h"

Go to the source code of this file.

Classes

struct  StripElem
struct  StripCrop
struct  StripTransform
struct  StripColorBalance
struct  StripProxy
struct  Strip
struct  PluginSeq
struct  Sequence
struct  MetaStack
struct  Editing
struct  WipeVars
struct  GlowVars
struct  TransformVars
struct  SolidColorVars
struct  SpeedControlVars

Defines

#define SELECT   1
#define SEQ_EDIT_OVERLAY_SHOW   1
#define SEQ_EDIT_OVERLAY_ABS   2
#define SEQ_STRIP_OFSBOTTOM   0.2f
#define SEQ_STRIP_OFSTOP   0.8f
#define SEQ_SPEED_INTEGRATE   1
#define SEQ_SPEED_BLEND   2
#define SEQ_SPEED_COMPRESS_IPO_Y   4
#define SEQ_NAME_MAXSTR   24
#define SEQ_LEFTSEL   (1<<1)
#define SEQ_RIGHTSEL   (1<<2)
#define SEQ_OVERLAP   (1<<3)
#define SEQ_FILTERY   (1<<4)
#define SEQ_MUTE   (1<<5)
#define SEQ_MAKE_PREMUL   (1<<6)
#define SEQ_REVERSE_FRAMES   (1<<7)
#define SEQ_IPO_FRAME_LOCKED   (1<<8)
#define SEQ_EFFECT_NOT_LOADED   (1<<9)
#define SEQ_FLAG_DELETE   (1<<10)
#define SEQ_FLIPX   (1<<11)
#define SEQ_FLIPY   (1<<12)
#define SEQ_MAKE_FLOAT   (1<<13)
#define SEQ_LOCK   (1<<14)
#define SEQ_USE_PROXY   (1<<15)
#define SEQ_USE_TRANSFORM   (1<<16)
#define SEQ_USE_CROP   (1<<17)
#define SEQ_USE_COLOR_BALANCE   (1<<18)
#define SEQ_USE_PROXY_CUSTOM_DIR   (1<<19)
#define SEQ_USE_PROXY_CUSTOM_FILE   (1<<21)
#define SEQ_USE_EFFECT_DEFAULT_FADE   (1<<22)
#define SEQ_INVALID_EFFECT   (1<<31)
#define SEQ_ALLSEL   (SELECT+SEQ_LEFTSEL+SEQ_RIGHTSEL)
#define SEQ_COLOR_BALANCE_INVERSE_GAIN   1
#define SEQ_COLOR_BALANCE_INVERSE_GAMMA   2
#define SEQ_COLOR_BALANCE_INVERSE_LIFT   4
#define SEQ_IMAGE   0
#define SEQ_META   1
#define SEQ_SCENE   2
#define SEQ_MOVIE   3
#define SEQ_RAM_SOUND   4
#define SEQ_HD_SOUND   5
#define SEQ_SOUND   4
#define SEQ_EFFECT   8
#define SEQ_CROSS   8
#define SEQ_ADD   9
#define SEQ_SUB   10
#define SEQ_ALPHAOVER   11
#define SEQ_ALPHAUNDER   12
#define SEQ_GAMCROSS   13
#define SEQ_MUL   14
#define SEQ_OVERDROP   15
#define SEQ_PLUGIN   24
#define SEQ_WIPE   25
#define SEQ_GLOW   26
#define SEQ_TRANSFORM   27
#define SEQ_COLOR   28
#define SEQ_SPEED   29
#define SEQ_MULTICAM   30
#define SEQ_ADJUSTMENT   31
#define SEQ_EFFECT_MAX   31
#define STRIPELEM_FAILED   0
#define STRIPELEM_OK   1
#define STRIPELEM_PREVIEW_DONE   1
#define SEQ_BLEND_REPLACE   0
#define SEQ_HAS_PATH(_seq)   (ELEM5((_seq)->type, SEQ_MOVIE, SEQ_IMAGE, SEQ_SOUND, SEQ_RAM_SOUND, SEQ_HD_SOUND))

Typedefs

typedef struct StripElem StripElem
typedef struct StripCrop StripCrop
typedef struct StripTransform StripTransform
typedef struct StripColorBalance StripColorBalance
typedef struct StripProxy StripProxy
typedef struct Strip Strip
typedef struct PluginSeq PluginSeq
typedef struct Sequence Sequence
typedef struct MetaStack MetaStack
typedef struct Editing Editing
typedef struct WipeVars WipeVars
typedef struct GlowVars GlowVars
typedef struct TransformVars TransformVars
typedef struct SolidColorVars SolidColorVars
typedef struct SpeedControlVars SpeedControlVars

Detailed Description

Since:
mar-2001
Author:
nzc

Definition in file DNA_sequence_types.h.


Define Documentation

#define SELECT   1

Definition at line 238 of file DNA_sequence_types.h.

#define SEQ_ADD   9
#define SEQ_ADJUSTMENT   31
#define SEQ_ALLSEL   (SELECT+SEQ_LEFTSEL+SEQ_RIGHTSEL)
#define SEQ_ALPHAOVER   11
#define SEQ_ALPHAUNDER   12
#define SEQ_BLEND_REPLACE   0
#define SEQ_COLOR   28
#define SEQ_COLOR_BALANCE_INVERSE_GAIN   1

Definition at line 287 of file DNA_sequence_types.h.

Referenced by calc_cb(), and rna_def_strip_color_balance().

#define SEQ_COLOR_BALANCE_INVERSE_GAMMA   2

Definition at line 288 of file DNA_sequence_types.h.

Referenced by calc_cb(), and rna_def_strip_color_balance().

#define SEQ_COLOR_BALANCE_INVERSE_LIFT   4

Definition at line 289 of file DNA_sequence_types.h.

Referenced by calc_cb(), and rna_def_strip_color_balance().

#define SEQ_CROSS   8
#define SEQ_EDIT_OVERLAY_ABS   2
#define SEQ_EDIT_OVERLAY_SHOW   1
#define SEQ_EFFECT   8
#define SEQ_EFFECT_MAX   31

Definition at line 317 of file DNA_sequence_types.h.

#define SEQ_EFFECT_NOT_LOADED   (1<<9)
#define SEQ_FILTERY   (1<<4)
#define SEQ_FLAG_DELETE   (1<<10)

Definition at line 265 of file DNA_sequence_types.h.

Referenced by sequencer_meta_separate_exec().

#define SEQ_FLIPX   (1<<11)
#define SEQ_FLIPY   (1<<12)
#define SEQ_GAMCROSS   13
#define SEQ_GLOW   26
#define SEQ_HAS_PATH (   _seq)    (ELEM5((_seq)->type, SEQ_MOVIE, SEQ_IMAGE, SEQ_SOUND, SEQ_RAM_SOUND, SEQ_HD_SOUND))
#define SEQ_HD_SOUND   5
#define SEQ_IMAGE   0
#define SEQ_INVALID_EFFECT   (1<<31)

Definition at line 279 of file DNA_sequence_types.h.

Referenced by calc_sequence(), and draw_shadedstrip().

#define SEQ_IPO_FRAME_LOCKED   (1<<8)

Definition at line 263 of file DNA_sequence_types.h.

Referenced by icu_to_fcurves().

#define SEQ_LEFTSEL   (1<<1)
#define SEQ_LOCK   (1<<14)
#define SEQ_MAKE_FLOAT   (1<<13)

Definition at line 268 of file DNA_sequence_types.h.

Referenced by color_balance(), input_preprocess(), and rna_def_filter_video().

#define SEQ_MAKE_PREMUL   (1<<6)
#define SEQ_META   1
#define SEQ_MOVIE   3
#define SEQ_MUL   14
#define SEQ_MULTICAM   30
#define SEQ_MUTE   (1<<5)
#define SEQ_NAME_MAXSTR   24

Definition at line 253 of file DNA_sequence_types.h.

Referenced by sequencer_add_movie_strip().

#define SEQ_OVERDROP   15
#define SEQ_OVERLAP   (1<<3)
#define SEQ_PLUGIN   24
#define SEQ_RAM_SOUND   4
#define SEQ_REVERSE_FRAMES   (1<<7)

Definition at line 262 of file DNA_sequence_types.h.

Referenced by give_stripelem_index(), and rna_def_filter_video().

#define SEQ_RIGHTSEL   (1<<2)
#define SEQ_SCENE   2
#define SEQ_SOUND   4
#define SEQ_SPEED   29
#define SEQ_SPEED_BLEND   2

Definition at line 249 of file DNA_sequence_types.h.

Referenced by rna_def_speed_control().

#define SEQ_SPEED_COMPRESS_IPO_Y   4
#define SEQ_SPEED_INTEGRATE   1
#define SEQ_STRIP_OFSBOTTOM   0.2f
#define SEQ_STRIP_OFSTOP   0.8f
#define SEQ_SUB   10
#define SEQ_TRANSFORM   27
#define SEQ_USE_COLOR_BALANCE   (1<<18)
#define SEQ_USE_CROP   (1<<17)
#define SEQ_USE_EFFECT_DEFAULT_FADE   (1<<22)
#define SEQ_USE_PROXY   (1<<15)
#define SEQ_USE_PROXY_CUSTOM_DIR   (1<<19)

Definition at line 274 of file DNA_sequence_types.h.

Referenced by do_versions(), rna_def_proxy(), and seq_proxy_get_fname().

#define SEQ_USE_PROXY_CUSTOM_FILE   (1<<21)
#define SEQ_USE_TRANSFORM   (1<<16)
#define SEQ_WIPE   25
#define STRIPELEM_FAILED   0

Definition at line 319 of file DNA_sequence_types.h.

#define STRIPELEM_OK   1

Definition at line 320 of file DNA_sequence_types.h.

#define STRIPELEM_PREVIEW_DONE   1

Definition at line 322 of file DNA_sequence_types.h.


Typedef Documentation

typedef struct Editing Editing
typedef struct GlowVars GlowVars
typedef struct MetaStack MetaStack
typedef struct PluginSeq PluginSeq
typedef struct Sequence Sequence
typedef struct Strip Strip
typedef struct StripCrop StripCrop
typedef struct StripElem StripElem
typedef struct StripProxy StripProxy
typedef struct TransformVars TransformVars
typedef struct WipeVars WipeVars