SDK Change Notes for Cinema 4D 2024.2

Summarizes the API and API documentation changes made between Cinema 4D version 2024.0.0 and 2024.2.0.

Documentation Changes

Major Changes

Minor Changes

  • Improved all default codes provided in Python Element like the Python Scripting Tag or the Python Generator.

  • Fixed missing update of C4DPYTHONPATH310 to C4DPYTHONPATH311 environment variable to reflect correctly the Python version used by Cinema 4D.

  • Fixed an issue on Windows where the python dll directory was not correctly defined and prevented some 3rd party libraries to work.

  • Fixed an issue with the symbol parser when parsing a MAXON_ATTRIBUTE.

  • Fixed an issue in VariableTag.GetAllHighlevelData() that previously prevented the retrieval of per-point values for a Vertex Color tag.

  • Fixed an issue preventing nested parameters access on c4d.BaseList2D.

  • Fixed a potential crash when printing c4d.BaseList2D.

  • Fixed a memory leak when MSG_MULTI_DOCUMENTIMPORTED was sent to Python.