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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2007-05-17 11:47:59 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517114759-yp4ybrnhp2u7pk66
Tags: 2.44-1
* New upstream release.
* Drop debian/patches/01_64bits_stupidity, not needed anymore: as of this
  version blender is 64 bits safe again. Adjust README.Debian accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
2
 * blenlib/DNA_view3d_types.h (mar-2001 nzc)
3
3
 *
4
 
 * $Id: DNA_view3d_types.h,v 1.41 2007/01/07 19:32:59 theeth Exp $ 
 
4
 * $Id: DNA_view3d_types.h,v 1.42 2007/04/04 13:18:29 campbellbarton Exp $ 
5
5
 *
6
6
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
7
7
 *
99
99
        struct RetopoViewData *retopo_view_data;
100
100
        struct ViewDepths *depths;
101
101
        
102
 
        char ob_centre_bone[32];                /* optional string for armature bone to define centre */
 
102
        char ob_centre_bone[32];                /* optional string for armature bone to define center */
103
103
        
104
104
        /**
105
105
         * The drawing mode for the 3d display. Set to OB_WIRE, OB_SOLID,
176
176
 
177
177
 
178
178
/* View3D->around */
179
 
#define V3D_CENTRE               0
 
179
#define V3D_CENTER               0
180
180
#define V3D_CENTROID     3
181
181
#define V3D_CURSOR               1
182
182
#define V3D_LOCAL                2