~ubuntu-branches/ubuntu/lucid/blender/lucid

« back to all changes in this revision

Viewing changes to source/blender/makesdna/DNA_sequence_types.h

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2009-08-06 22:32:19 UTC
  • mfrom: (1.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090806223219-8z4eej1u8levu4pz
Tags: 2.49a+dfsg-0ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control: Build-depend on python-2.6 rather than python-2.5.
  - debian/misc/*.desktop: Add Spanish translation to .desktop 
    files.
  - debian/pyversions: 2.6.
  - debian/rules: Clean *.o of source/blender/python/api2_2x/
* New upstream release (LP: #382153).
* Refreshed patches:
  - 01_sanitize_sys.patch
  - 02_tmp_in_HOME
  - 10_use_systemwide_ftgl
  - 70_portability_platform_detection
* Removed patches merged upstream:
  - 30_fix_python_syntax_warning
  - 90_ubuntu_ffmpeg_52_changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
2
 * blenlib/DNA_sequence_types.h (mar-2001 nzc)
3
3
 *
4
 
 * $Id: DNA_sequence_types.h 15707 2008-07-23 07:11:23Z schlaile $
 
4
 * $Id: DNA_sequence_types.h 20942 2009-06-16 21:16:22Z schlaile $
5
5
 *
6
6
 * ***** BEGIN GPL LICENSE BLOCK *****
7
7
 *
38
38
 
39
39
struct Ipo;
40
40
struct Scene;
 
41
struct StripColorBalanceGUIHelper;
41
42
 
42
43
/* strlens; 80= FILE_MAXFILE, 160= FILE_MAXDIR */
43
44
 
71
72
        float gamma[3];
72
73
        float gain[3];
73
74
        int flag;
74
 
        int pad;
 
75
        int mode;
75
76
        float exposure;
76
77
        float saturation;
 
78
        int pad;
 
79
        struct StripColorBalanceGUIHelper * gui;
77
80
} StripColorBalance;
78
81
 
79
82
typedef struct StripProxy {
80
83
        char dir[160];
 
84
        char file[80];
 
85
        struct anim *anim;
 
86
        short size;
 
87
        short quality;
 
88
        int pad;
81
89
} StripProxy;
82
90
 
83
91
typedef struct Strip {
157
165
        struct bSound *sound;   /* the linked "bSound" object */
158
166
        struct hdaudio *hdaudio; /* external hdaudio object */
159
167
        float level, pan;       /* level in dB (0=full), pan -1..1 */
160
 
        int curpos;             /* last sample position in audio_fill() */
 
168
        int scenenr;          /* for scene selection */
161
169
        float strobe;
162
170
 
163
171
        void *effectdata;       /* Struct pointer for effect settings */
168
176
        int blend_mode;
169
177
        float blend_opacity;
170
178
 
171
 
        int scenenr;          /* for scene selection */
172
 
        int pad;
173
179
} Sequence;
174
180
 
175
181
typedef struct MetaStack {
258
264
#define SEQ_USE_COLOR_BALANCE                  262144
259
265
#define SEQ_USE_PROXY_CUSTOM_DIR               524288
260
266
#define SEQ_ACTIVE                            1048576
261
 
 
262
 
#define SEQ_COLOR_BALANCE_INVERSE_GAIN 1
263
 
#define SEQ_COLOR_BALANCE_INVERSE_GAMMA 2
264
 
#define SEQ_COLOR_BALANCE_INVERSE_LIFT 4
 
267
#define SEQ_USE_PROXY_CUSTOM_FILE             2097152
 
268
 
 
269
#define SEQ_COLOR_BALANCE_INVERSE_GAIN      1
 
270
#define SEQ_COLOR_BALANCE_INVERSE_GAMMA     2
 
271
#define SEQ_COLOR_BALANCE_INVERSE_LIFT      4
 
272
 
 
273
#define SEQ_COLOR_BALANCE_GUI_BW_FLIP_GAIN      8
 
274
#define SEQ_COLOR_BALANCE_GUI_BW_FLIP_GAMMA    16
 
275
#define SEQ_COLOR_BALANCE_GUI_BW_FLIP_LIFT     32
 
276
 
 
277
#define SEQ_COLOR_BALANCE_GUI_MODE_LGG         0
 
278
#define SEQ_COLOR_BALANCE_GUI_MODE_ASC_CDL     1
265
279
 
266
280
/* seq->type WATCH IT: SEQ_EFFECT BIT is used to determine if this is an effect strip!!! */
267
281
#define SEQ_IMAGE               0