|
Blender V5.0
|
Object groups, one object can be in many groups at once. More...
Go to the source code of this file.
Classes | |
| struct | CollectionLightLinking |
| struct | CollectionObject |
| struct | CollectionChild |
| struct | CollectionExport |
| struct | Collection |
Macros | |
| #define | COLLECTION_FLAG_ALL_RUNTIME (COLLECTION_HAS_OBJECT_CACHE | COLLECTION_HAS_OBJECT_CACHE_INSTANCED) |
Typedefs | |
| typedef struct CollectionRuntimeHandle | CollectionRuntimeHandle |
| typedef struct CollectionLightLinking | CollectionLightLinking |
| typedef struct CollectionObject | CollectionObject |
| typedef struct CollectionChild | CollectionChild |
| typedef struct CollectionExport | CollectionExport |
| typedef enum IOHandlerPanelFlag | IOHandlerPanelFlag |
| typedef enum eCollectionLightLinkingState | eCollectionLightLinkingState |
| typedef struct Collection | Collection |
| typedef enum CollectionColorTag | CollectionColorTag |
Object groups, one object can be in many groups at once.
Definition in file DNA_collection_types.h.
| #define COLLECTION_FLAG_ALL_RUNTIME (COLLECTION_HAS_OBJECT_CACHE | COLLECTION_HAS_OBJECT_CACHE_INSTANCED) |
Definition at line 172 of file DNA_collection_types.h.
Referenced by BKE_collection_blend_read_data(), and BKE_collection_blend_write_prepare_nolib().
| typedef struct Collection Collection |
| typedef struct CollectionChild CollectionChild |
| typedef struct CollectionExport CollectionExport |
| typedef struct CollectionLightLinking CollectionLightLinking |
| typedef struct CollectionObject CollectionObject |
Definition at line 23 of file DNA_collection_types.h.
| anonymous enum |
Definition at line 156 of file DNA_collection_types.h.
| enum CollectionColorTag |
Definition at line 176 of file DNA_collection_types.h.
| Enumerator | |
|---|---|
| COLLECTION_LIGHT_LINKING_STATE_INCLUDE | |
| COLLECTION_LIGHT_LINKING_STATE_EXCLUDE | |
Definition at line 94 of file DNA_collection_types.h.
| Enumerator | |
|---|---|
| COLLECTION_LRT_USE_INTERSECTION_MASK | |
| COLLECTION_LRT_USE_INTERSECTION_PRIORITY | |
Definition at line 108 of file DNA_collection_types.h.
| Enumerator | |
|---|---|
| COLLECTION_LRT_INCLUDE | |
| COLLECTION_LRT_OCCLUSION_ONLY | |
| COLLECTION_LRT_EXCLUDE | |
| COLLECTION_LRT_INTERSECTION_ONLY | |
| COLLECTION_LRT_NO_INTERSECTION | |
| COLLECTION_LRT_FORCE_INTERSECTION | |
Definition at line 99 of file DNA_collection_types.h.
| enum IOHandlerPanelFlag |
| Enumerator | |
|---|---|
| IO_HANDLER_PANEL_OPEN | |
Definition at line 88 of file DNA_collection_types.h.