This documentation is for the free plugin Py4D in CINEMA 4D R11.5 and not for the C4DSDK of Python in CINEMA 4D R12. For R12, please visit PluginCafe.com
A data class for creating scene loaders. Use RegisterSceneLoaderPlugin to register the plugin.
Note
Before you start writing your own SceneLoaderData plugin, you should read SuperClass before.
Override - Identify the file type as one that can be loaded using this plugin. If possible, the file should not be identified through the suffix, but through the probe data.
| Parameters: |
|
|---|---|
| Return type: | bool |
| Returns: | True if your plugin recognises this file. |
Override - Load the file into the document.
| Parameters: |
|
||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Return type: | int |
||||||||||||||||||||||||||||
| Returns: | The return values, stored in c4d.storage:
|