Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_customdata_types.h
| Show First 20 Lines • Show All 189 Lines • ▼ Show 20 Lines | enum { | ||||
| /* Indicates the layer is stored in an external file */ | /* Indicates the layer is stored in an external file */ | ||||
| CD_FLAG_EXTERNAL = (1 << 3), | CD_FLAG_EXTERNAL = (1 << 3), | ||||
| /* Indicates external data is read into memory */ | /* Indicates external data is read into memory */ | ||||
| CD_FLAG_IN_MEMORY = (1 << 4), | CD_FLAG_IN_MEMORY = (1 << 4), | ||||
| }; | }; | ||||
| /* Limits */ | /* Limits */ | ||||
| #define MAX_MTFACE 8 | #define MAX_MTFACE 8 | ||||
| #define MAX_MCOL 8 | #define MAX_MCOL 64 | ||||
| #define DYNTOPO_NODE_NONE -1 | #define DYNTOPO_NODE_NONE -1 | ||||
| #define CD_TEMP_CHUNK_SIZE 128 | #define CD_TEMP_CHUNK_SIZE 128 | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||
| #endif /* __DNA_CUSTOMDATA_TYPES_H__ */ | #endif /* __DNA_CUSTOMDATA_TYPES_H__ */ | ||||