On November the 9th, 2022, Maxon Computer released Cinema 4D 2023.1.0. Alongside this release, a new Cinema 4D SDK and SDK documentation have been released, reflecting the API changes for 2023.1.0.
The major changes in this documentation update are in C++ the addition of the Color Management and OpenColorIO manuals. In Python, the documentation of native Python magic methods such as __init__
, __iter__
, or __getitem__
has been updated and the c4dpy interpreter now supports more of the native CPython command line arguments.
2023.1.0 C++ SDK and API Documentation
- Extended 2023.1.0 SP1 C++ SDK
- Online 2023.1.0 C++ Documentation
- Offline 2023.1.0 C++ Documentation
- Offline 2023.1.0 SDK Asset Database
2023.1.0 Python++ SDK and API Documentation
- Extended 2023.1.0 SP1 Python SDK
- Online 2023.1.0 Python Documentation
- Offline 2023.1.0 Python Documentation
The Cinema 4D to Visual Studio Code bindings for 2023.1.0 are accessible under the following links.
2023.1.0 Extended SDKs on GitHub
- Extended Python SDK: Only minor changes in scripts/05_modules/node have been carried out reflecting changes in the Nodes API.
- Extended C++ SDK: Two plugins in example.image have been added, documenting Color Mangement and OCIO workflows with the Image API. These examples align with the two new manuals in the C++ documentation.