SDK Change Notes for Cinema 4D 2024.5¶
Summarizes the API and API documentation changes made between Cinema 4D version 2024.4.0 and 2024.5.0.
Documentation Changes¶
Major Changes¶
Added support for
c4d.Quaternion
andmaxon.ColorA
attribute type fromParticleGroupObject.GetAttributeChannelData()
.Fixed a freeze when loading a Python Programming tag from an asset.
Minor Changes¶
Fixed an issue with
GeListNode.__getitem__()
andGeListNode.__setitem__()
methods not able to retrieve user data values stored on ac4d.BaseList2D
.Fixed
FieldList.InsertLayer()
method which was raising an error and therefor was not working.Fixed an issue where it was not possible to set the
Quaternion.v
member.Fixed an issue with
MoData.SetArray()
,MoData.GetFalloffs()
which could produce erroneous results if used from a non-active document..Fixed missing deprecation in documentation for
maxon.GraphNode.SetDefaultValue()
. Usemaxon.GraphNode.SetPortValue()
instead.Fixed missing deprecation in documentation for
maxon.GraphNode.GetDefaultValue()
. Usemaxon.GraphNode.GetPortValue()
instead.Fixed missing deprecation in documentation for
maxon.GraphNode.GetConstantValue()
. Usemaxon.GraphNode.GetEffectivePortValue()
instead.Fixed issues with broken table of contents and carried out other minor fixes to the layout of the documentation.