Blender V2.61 - r43446
Classes | Defines | Typedefs

DNA_property_types.h File Reference

Go to the source code of this file.

Classes

struct  bProperty

Defines

#define GPROP_BOOL   0
#define GPROP_INT   1
#define GPROP_FLOAT   2
#define GPROP_STRING   3
#define GPROP_VECTOR   4
#define GPROP_TIME   5
#define PROP_DEBUG   1
#define MAX_PROPSTRING   128

Typedefs

typedef struct bProperty bProperty

Detailed Description

Since:
mar-2001
Author:
nzc
Attention:
Renderrecipe and scene decription. The fact that there is a hierarchy here is a bit strange, and not desirable.

Definition in file DNA_property_types.h.


Define Documentation

#define GPROP_BOOL   0
#define GPROP_FLOAT   2
#define GPROP_INT   1
#define GPROP_STRING   3
#define GPROP_TIME   5
#define GPROP_VECTOR   4

Definition at line 58 of file DNA_property_types.h.

#define MAX_PROPSTRING   128
#define PROP_DEBUG   1

Definition at line 62 of file DNA_property_types.h.

Referenced by BL_ConvertProperties(), and RNA_def_gameproperty().


Typedef Documentation

typedef struct bProperty bProperty