~ubuntu-branches/ubuntu/trusty/blender/trusty-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2013-08-14 10:43:49 UTC
  • mfrom: (14.2.19 sid)
  • Revision ID: package-import@ubuntu.com-20130814104349-t1d5mtwkphp12dyj
Tags: 2.68a-3
* Upload to unstable
* debian/: python3.3 Depends simplified
  - debian/control: python3.3 Depends dropped
    for blender-data package
  - 0001-blender_thumbnailer.patch refreshed
* debian/control: libavcodec b-dep versioning dropped

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 *  \author nzc
32
32
 *  \attention Renderrecipe and scene decription. The fact that there is a
33
33
 *             hierarchy here is a bit strange, and not desirable.
 
34
 *
 
35
 * #bProperty type is specifically for use by Objects game-logic.
34
36
 */
35
37
 
36
38
#ifndef __DNA_PROPERTY_TYPES_H__
52
54
#define GPROP_INT               1
53
55
#define GPROP_FLOAT             2
54
56
#define GPROP_STRING    3
55
 
#define GPROP_VECTOR    4
 
57
// #define GPROP_VECTOR 4  // UNUSED
56
58
#define GPROP_TIME              5
57
59
 
58
60
/* property->flag */
60
62
 
61
63
#define MAX_PROPSTRING  128
62
64
 
63
 
#endif
64
 
 
 
65
#endif  /* __DNA_PROPERTY_TYPES_H__ */