~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Kevin Roy
  • Date: 2011-06-24 11:13:28 UTC
  • mto: (14.1.6 experimental) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20110624111328-27ribg6l36edf2ay
Tags: upstream-2.58-svn37702
ImportĀ upstreamĀ versionĀ 2.58-svn37702

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 *      $Id: DNA_userdef_types.h 36282 2011-04-22 14:47:35Z campbellbarton $
 
2
 *      $Id: DNA_userdef_types.h 37521 2011-06-15 18:59:22Z moguri $
3
3
 *
4
4
 * ***** BEGIN GPL LICENSE BLOCK *****
5
5
 *
305
305
        int savetime;
306
306
        char tempdir[160];      // FILE_MAXDIR length
307
307
        char fontdir[160];
308
 
        char renderdir[160];
 
308
        char renderdir[240]; // FILE_MAX length
309
309
        char textudir[160];
310
310
        char plugtexdir[160];
311
311
        char plugseqdir[160];
374
374
        short scrcastfps;               /* frame rate for screencast to be played back */
375
375
        short scrcastwait;              /* milliseconds between screencast snapshots */
376
376
        
377
 
        short pad8, pad[3]; /* Value for Dual/Single Column UI */
 
377
        short widget_unit;              /* defaults to 20 for 72 DPI setting */
 
378
        short anisotropic_filter;
378
379
 
379
380
        char versemaster[160];
380
381
        char verseuser[160];
384
385
        short autokey_flag;             /* flags for autokeying */
385
386
        
386
387
        short text_render, pad9;                /*options for text rendering*/
387
 
        float pad10;
388
388
 
389
389
        struct ColorBand coba_weight;   /* from texture.h */
390
390
 
469
469
#define USER_HIDE_DOT                   (1 << 16)
470
470
#define USER_SHOW_ROTVIEWICON   (1 << 17)
471
471
#define USER_SHOW_VIEWPORTNAME  (1 << 18)
472
 
// old flag for #define USER_KEYINSERTNEED              (1 << 19)
 
472
#define USER_CAM_LOCK_NO_PARENT (1 << 19)
473
473
#define USER_ZOOM_TO_MOUSEPOS   (1 << 20)
474
474
#define USER_SHOW_FPS                   (1 << 21)
475
475
#define USER_MMB_PASTE                  (1 << 22)