Classes | |
| struct | BitmapLoaderAnimatedData |
| class | BitmapLoaderData |
| class | BitmapSaverData |
| class | SceneLoaderData |
| class | SceneSaverData |
Namespaces | |
| cinema | |
Enumerations | |
| enum class | BITMAPLOADERACTION { INIT , LOAD , FREE , INITLAYERSET } |
Functions | |
| enum cinema::BITMAPLOADERACTION | MAXON_ENUM_LIST (BITMAPLOADERACTION) |
| Bool | RegisterBitmapLoaderPlugin (Int32 id, const maxon::String &str, Int32 info, BitmapLoaderData *dat) |
| Bool | RegisterBitmapSaverPlugin (Int32 id, const maxon::String &str, Int32 info, BitmapSaverData *dat, const maxon::String &suffix) |
| Bool | RegisterSceneLoaderPlugin (Int32 id, const maxon::String &str, Int32 info, DataAllocator *g, const maxon::String &description) |
| Bool | RegisterSceneSaverPlugin (Int32 id, const maxon::String &str, Int32 info, DataAllocator *g, const maxon::String &description, const maxon::String &suffix) |
Variables | |
| INIT | |
| LOAD | |
| FREE | |
| INITLAYERSET | |
| #define PLUGINFLAG_SCENELOADER_SUPPORT_MERGED_OPTIONS |
this flag indicates that a scene loader supports a merged options dialog on import of multiple files
| #define PLUGINFLAG_SCENELOADER_HANDLES_COLOR_MANAGEMENT |
this flag indicates that a the scene loader handles color management and color spaces on import and does not support the preferences color management import settings.
| INIT |
Initialize.
| LOAD |
Load.
| FREE |
Free.
| INITLAYERSET |
Initialize with a layerset. This call is optional but must be called before BITMAPLOADERACTION::INIT. The BaseBitmap pointer must point to a const LayerSet*.