API Changelist R19¶
Note
New additions to the Cinema 4D Python SDK are marked like this throughout the documentation:
New in version R19.053.
Here is the list of all the API additions and changes in the R19 Python API:
R19¶
Types¶
Methods¶
BaseDocument.GetRealActiveObject()
BaseDocument.Record()
BaseDocument.GetDefaultKey()
BaseDocument.SetDefaultKey()
BaseDocument.GetPickSession()
BaseDocument.StartPickSession()
BaseDocument.StopPickSession()
CAPoseMorphTag.GetPSDFeedbackColor()
CAPoseMorphTag.SetPSDFeedbackColor()
CAPoseMorphTag.GetPSDFeedbackColorEnabled()
CAPoseMorphTag.SetPSDFeedbackColorEnabled()
CAPoseMorphTag.GetPSDOrientThreshold()
CAPoseMorphTag.SetPSDOrientThreshold()
CAPoseMorphTag.GetPSDTwistThreshold()
CAPoseMorphTag.SetPSDTwistThreshold()
CAPoseMorphTag.GetPSDPositionThreshold()
CAPoseMorphTag.SetPSDPositionThreshold()
CAPoseMorphTag.GetMorphPSDID()
CTrack.GetTimeTrack()
CTrack.SetTimeTrack()
CTrack.Draw()
CTrack.GetTrackInformation()
CTrack.SetTrackInformation()
Attributes¶
Messages¶
- MSG_DESCRIPTION_CUSTOMGUI_NOTIFICATION: See MSG Messages
Changes¶
- The following functions now return a
c4d.GeListHead
object:
- The following functions now accept or return a
c4d.documents.BaseVideoPost
:
- The following
c4d.modules.motiontracker
types no longer use Sdk suffix:- FootageDataSdk renamed as
MtFootageData
- Mt2dTrackDataSdk renamed as
Mt2dTrackData
- Mt2dTrackSdk renamed as
Mt2dTrack
- MtDataSdk renamed as
MtData
- MtTrkGidSdk renamed as
MtTrkGid
- FootageDataSdk renamed as
R19.024¶
Methods¶
Parameters¶
- New optional parameter dirtyflags for
BaseObject.GetHierarchyClone()
andBaseObject.AddDependence()
- New optional parameter col for
c4d.gui.ColorDialog()
to initialize default color
Miscellaneous¶
PolygonObject.GetPolygonTranslationMap()
now returns a tuple with the number of N-gons and the list of N-gon indices
R19.053¶
Description.GetParameter()
/GetParameterI()
parameter ar is optionalSoundEffectorData.Sample()
returns None values if it failsCalcVertexMap()
name should be used instead of old naming PointObject.CalcVertexmap()
R19.068¶
- New optional parameter visible for
c4d.utils.CalculateVisiblePoints()