|
Blender V4.3
|
#include <DNA_collection_types.h>
Public Attributes | |
| struct CollectionExport * | next |
| struct CollectionExport * | prev |
| char | fh_idname [64] |
| char | name [64] |
| IDProperty * | export_properties |
| uint32_t | flag |
| uint32_t | _pad0 |
Definition at line 66 of file DNA_collection_types.h.
| uint32_t CollectionExport::_pad0 |
Definition at line 76 of file DNA_collection_types.h.
| IDProperty* CollectionExport::export_properties |
Definition at line 73 of file DNA_collection_types.h.
Referenced by collection_exporter_copy().
| char CollectionExport::fh_idname[64] |
Identifier that matches the #FileHandlerType.idname.
Definition at line 70 of file DNA_collection_types.h.
Referenced by collection_exporter_copy().
| uint32_t CollectionExport::flag |
Definition at line 74 of file DNA_collection_types.h.
Referenced by collection_exporter_copy().
| char CollectionExport::name[64] |
Definition at line 71 of file DNA_collection_types.h.
| struct CollectionExport* CollectionExport::next |
Definition at line 67 of file DNA_collection_types.h.
| struct CollectionExport * CollectionExport::prev |
Definition at line 67 of file DNA_collection_types.h.