SDK Change Notes for Cinema 4D 2025.2

Summarizes the API and API documentation changes made between Cinema 4D version 2025.1.0 and 2025.2.0.

Documentation Changes

Major Changes

  • Added OCIO (OpenColorIO) support. Documentation can be found in the open_color_io script that demonstrates how to read, write, and convert colors in an OCIO color-managed Cinema 4D document.

Minor Changes

API Changes

Cinema API

Maxon API

Mxutils API

  • Added mxutils.GetMemoryAddress() to return the native Python formatting memory address string.

  • Added mxutils.REPORT() to decorate a function call by printing the function name, a horizontal bar below it.

  • Fixed an issue with the symbol parser not parsing string in a define.

  • Fixed an issue with the symbol parser parsing incorrectly static constexpr within a template declaration.

  • Fixed an issue with the symbol parser parsing incorrectly template declaration on one line.

  • Fixed an issue with the symbol parser not parsing enums value declared with PRIVATE_MAXON_DEPRECATED_ENUMVALUE.