Maxon Cinema 4d R20

The new major version R20 of Cinema 4D has been officially released.
Check out the new features of Cinema 4D R20 on maxon.net.

This time there are some major changes to the SDK:

  • C++ SDK comes with changed workflows and the new MAXON API (see blow)
  • Python SDK got extended by the new features and provides a nicer workflow via c4dpy
  • C.O.F.F.E.E. has been removed completely.
All C++ plugins need at least to be recompiled. Most likely the developer will also need to adapt to the new API.
Python plugins and scripts should still continue to work (with minor exceptions).

Dec 16, 2018 Description. TheMAXON Cinema 4D R20: Modeling Essentialstextbook walks you through every step of creating 3D models with Cinema 4D R20.This guide is perfect for both novices and those moving from other software to Cinema 4D. Download the Maxon App to install, use, and try all our products. Download Maxon App 1.0.1. Requires Windows 10. Maxon App 1.0.1 was released on June 22, 2021.

Mar 15, 2018 With Cinema 4D R20 much more of the new API will be published. This will allow us and third party developers the development of faster, more stable and future-proof software. To introduce this new API, compatability with older plug-ins needs to be capped. Aug 17, 2020 Cinema 4D Studio is the very best that MAXON has to offer for professional 3D artists. If you want to create advanced 3D graphics but need a helping hand to ensure you create jaw-dropping graphics quickly and easily, then this is the choice for you. The MAXON Cinema 4D R20: A Detailed Guide to XPresso book introduces students to the XPresso module of the CINEMA 4D which is a node-based visual scripting language. This book covers XPresso Editor and different nodes of the XPresso and MoGraph classes and takes you step-by-step through the whole process of building node networks in XPresso Editor.

The latest version 20.026 (Service Pack 1) of Cinema 4D is available for download. Developers must use this or later versions of the SDK to develop C++ plugins for Cinema 4D R20.

Documentation and Downloads

C++

  • The latest Project Tool can be found on Downloads page

Python

  • The latest c4dpy can be found on Downloads page

DevKitchen 2018

Currently we are planning a DevKitchen embedded into the Cinema 4D SuperMeet 2018 in Frankfurt on November 1st and 2nd.
This will be a great opportunity for plugin developers to get informed about the SDK changes in Cinema 4D R20 and directly discuss with the MAXON’s SDK Team.
There is also the chance to present your plugins at the SuperMeet, please contact us separately via mail to sdk_support@maxon.net, if interested.

Please take a look at the announcement.
We will need a certain number of non-binding pre-registrations until September, 16th for the DevKitchen to happen.

New Support Forum

The new official developer support forum is now online at plugincafe.maxon.net. Please create a new account and use this forum for all future support requests and discussions on Cinema 4D plugin development.

  • General information and announcements are found in the “Forum Information & Resources” subforum.
  • Questions on Cinema 4D plugin development are discussed in the “Plugin Development” subforum.
  • Questions on how to use the Melange library are discussed in the “Melange Development” subforum.
  • General questions on programming and development business are welcome in the “General Programming & Plugin Discussions” subforum.

Please make yourself familiar with the rules and procedures in this new forum as described in these threads:

As before, the forum can be used to create new unique plugin IDs. The IDs are created and listed on the “Plugin ID” page.

If you have a user account in the existing support forum, please access your account and store your plugin IDs locally.

New Documentation Online

C++

The documentation of the Cinema 4D R20 C++ SDK is now online. This documentation includes manuals about the new API as well as information on how to port older plugins to the new SDK.

Download Maxon Cinema 4d R20

Download maxon cinema 4d r20

General information on API changes and plugin development is presented on these pages:

Maxon Cinema 4d R20 Modeling Essentials Pdf

Information on how to adapt existing plugins can be found on these pages:

Python

The Python documentation has been updated and extended, too.

Project Tool Available

The Project Tool is used to create the necessary project files for Microsoft Visual Studio and Apple Xcode. The tool can be obtained from the Downloads page.

More information on the Project Tool can be found in the documentation: Project Tool.

Maxon Cinema 4d Student Version

c4dpy Available

Maxon Cinema 4d R20 Serial Number

The c4dpy executable can be used as a Python interpreter in conjunction with various IDEs. The latest version is available on the Downloads page.

Example on GitHub

The examples on GitHub have been updated (well, actually by the time of writing this post the update was not complete, yet. The update will follow asap within the next days). All C++ example code can now be found in one repository.

The new repository contains these examples:

Maxon

  • cinema4dsdk: The standard example project that contains code that uses both the “classic” API as well as the new MAXON API.
  • maxonsdk.module: A new example project using only the new MAXON API.
  • microsdk: A new example project showing a minimal project setup.