Skip to content

Latest commit

 

History

History
 
 

readme.md

Rendering

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.

Examples

render_current_frame

Adjusts the active Render Settings to render the current frame based on user settings.

render_ogl_half_size

Adjusts the active Render Settings to produce a halfsize OGL render.
Resets back to your original settings when render is launched.

render_settings_double_size

Double the size of the render from the active Render Settings.

render_settings_openexr_data

Configures OpenEXR output render format with SetImageSettingsDictionary() then reads these with GetImageSettingsDictionary().

render_with_progress_hook

Render the current document with a progress hook to get notified about the current rendering progress.