VERSIONTYPE

Detailed Description

Enumerations

enum class  VERSIONTYPE {
  UNKNOWN ,
  LITE ,
  BENCHMARK ,
  UPDATER ,
  TEAMRENDER_CLIENT ,
  TEAMRENDER_SERVER ,
  CINEMA4D ,
  COMMANDLINE ,
  CINEWARE ,
  CPYTHON ,
  CPYTHON3
}
 

Functions

enum VERSIONTYPE MAXON_ENUM_LIST (VERSIONTYPE)
 

Enumeration Type Documentation

◆ VERSIONTYPE

enum VERSIONTYPE
strong
Enumerator
UNKNOWN 

Unknown version.

LITE 

Cinema 4D Lite. Lite is feature-restricted in many ways and does not allow for loading of plugins.

BENCHMARK 

Cinebench. Cinebench is restricted to a subset of libraries.

UPDATER 

Online updater. The Online updater only loads a limited subset of libraries.

TEAMRENDER_CLIENT 

Cinema 4D Teamrender client.

TEAMRENDER_SERVER 

Cinema 4D Teamrender server.

CINEMA4D 

Cinema 4D Cinema 4D.

COMMANDLINE 

Command line application. Note that this is different from GeGetCinemaInfo(CINEMAINFO::FORBID_GUI). The regular app can run without UI, but is not necessarily a special command line executable.

CINEWARE 

Cineware - The renderer used in AfterEffects, Vectorworks, Archicad and Allplan. Runs without UI and does not allow for plugins. Since R23 it's also available as dynamic library.

CPYTHON 

Python - The python executable. Runs without UI.

CPYTHON3 

Python 3 - The python executable. Runs without UI. Unused, use CPYTHON to address c4dpy.

Function Documentation

◆ MAXON_ENUM_LIST()

enum VERSIONTYPE MAXON_ENUM_LIST ( VERSIONTYPE  )