The Cinema API provides tools to render a given BaseDocument.
Classic API:
- c4d.documents.RenderData: Represents a set of render settings of a BaseDocument.
- c4d.modules.render.InitRenderStruct: Prepares a material or a shader for sampling.
Adjusts the active Render Settings to render the current frame based on user settings.
Adjusts the active Render Settings to produce a halfsize OGL render.
Resets back to your original settings when render is launched.
Double the size of the render from the active Render Settings.
Configures OpenEXR output render format with SetImageSettingsDictionary() then reads these with GetImageSettingsDictionary().
Render the current document with a progress hook to get notified about the current rendering progress.