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¶
Attributes¶
Messages¶
MSG_DESCRIPTION_CUSTOMGUI_NOTIFICATION: See MSG Messages
Changes¶
The following functions now return a
c4d.GeListHeadobject:
The following functions now accept or return a
c4d.documents.BaseVideoPost:
The following
c4d.modules.motiontrackertypes no longer use Sdk suffix:FootageDataSdk renamed as
MtFootageDataMt2dTrackDataSdk renamed as
Mt2dTrackDataMt2dTrackSdk renamed as
Mt2dTrackMtDataSdk renamed as
MtDataMtTrkGidSdk renamed as
MtTrkGid
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()