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

« back to all changes in this revision

Viewing changes to source/blender/makesdna/DNA_ID.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:
3
3
 *
4
4
 * ID and Library types, which are fundamental for sdna, 
5
5
 *
6
 
 * $Id: DNA_ID.h,v 1.8 2003/12/14 01:18:05 ianwill Exp $ 
 
6
 * $Id: DNA_ID.h,v 1.9 2004/10/06 18:54:59 ton Exp $ 
7
7
 *
8
8
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
9
9
 *
129
129
#define ID_SCRIPT       MAKE_ID2('P', 'Y')
130
130
 
131
131
#define IPO_CO          MAKE_ID2('C', 'O')      /* NOTE! This is not an ID, but is needed for g.sipo->blocktype */
132
 
 
 
132
#define ID_NLA          MAKE_ID2('N', 'L')      /* fake ID for outliner */
 
133
                                                         
133
134
/* id->flag: set frist 8 bits always at zero while reading */
134
135
#define LIB_LOCAL               0
135
136
#define LIB_EXTERN              1