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 bitmap loaders. Use RegisterBitmapLoaderPlugin to register the plugin.
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. |
Warning
NEVER call any GUI commands in this method. Use the return value to inform the user about the state of the rendering.
Override - Load the image file into the bitmap.
| Parameters: |
|
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Return type: | int |
||||||||||||
| Returns: | The return values are stored in c4d.bitmaps:
|