API Changelist R18

Note

New additions to the Cinema 4D Python SDK are marked like this throughout the documentation:

New in version R18.057.

Here is the list of all the API additions and changes in the R18 Python API:

R18.011

Methods

Constants

  • c4d.DESCID_ROOT
  • c4d.DESCID_DYNAMICSUB
  • Removed ID_MODELING_KNIFE_TOOL

Miscellaneous

  • FalloffData.Draw() return value changed from bool to DRAWRESULT. Returning a bool is still supported for backward compatibility

R18.020

Types

  • c4d.modules.motiontracker.MotionTrackerObject
  • c4d.modules.motiontracker.MtFootageDataSdk
  • c4d.modules.motiontracker.Mt2dTrackDataSdk
  • c4d.modules.motiontracker.Mt2dTrackSdk
  • c4d.modules.motiontracker.MtDataSdk
  • c4d.modules.motiontracker.MtTrkGidSdk

Methods

  • Mt2dTrackDataSdk.GetTrackCount
  • Mt2dTrackDataSdk.GetTrackByIndex
  • Mt2dTrackDataSdk.GetTrackByGid
  • Mt2dTrackDataSdk.GetTrackIndices
  • Mt2dTrackDataSdk.GetTrackByName

  • Mt2dTrackSdk.GetName
  • Mt2dTrackSdk.GetId
  • Mt2dTrackSdk.GetStatus
  • Mt2dTrackSdk.GetFramesWithTrackData
  • Mt2dTrackSdk.GetDataForFrame
  • Mt2dTrackSdk.GetDataForCurrentFrame

  • MtDataSdk.GetNormalisedPosition
  • MtDataSdk.GetPixelPosition
  • MtDataSdk.GetCameraSpaceDirection

  • MtFootageDataSdk.GetFootageName
  • MtFootageDataSdk.GetFirstFrameNumber
  • MtFootageDataSdk.GetLastFrameNumber
  • MtFootageDataSdk.GetResolutionWidthPix
  • MtFootageDataSdk.GetResolutionHeightPix
  • MtFootageDataSdk.GetResolutionAspectRatio
  • MtFootageDataSdk.GetImageAspectRatio
  • MtFootageDataSdk.GetPixelAspectRatio
  • MtFootageDataSdk.GetDownsamplingFactor

Parameters

Attributes

R18.057

Parameters

Miscellaneous