~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2005-11-06 12:40:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051106124003-3pgs7tcg5rox96xg
Tags: 2.37a-1.1
* Non-maintainer upload.
* Split out parts of 01_SConstruct_debian.dpatch again: root_build_dir
  really needs to get adjusted before the clean target runs - closes: #333958,
  see #288882 for reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
2
 * blenlib/DNA_effect_types.h (mar-2001 nzc)
3
3
 *      
4
 
 * $Id: DNA_effect_types.h,v 1.6 2003/04/27 11:55:09 ton Exp $ 
 
4
 * $Id: DNA_effect_types.h,v 1.9 2005/04/04 18:09:47 ton Exp $ 
5
5
 *
6
6
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
7
7
 *
42
42
#define PAF_BSPLINE             2
43
43
#define PAF_STATIC              4
44
44
#define PAF_FACE                8
 
45
#define PAF_ANIMATED    16
45
46
 
46
47
        /* eff->type */
47
48
#define EFF_BUILD               0
66
67
#define WAV_Y                   4
67
68
#define WAV_CYCL                8
68
69
 
69
 
 
70
70
typedef struct Effect {
71
71
        struct Effect *next, *prev;
72
72
        short type, flag, buttype, rt;