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.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
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()