c4d.documents.SaveDocument()
is now consistent with the GUI behavior. See warning note in
SceneSaverData.Save()
BitmapButtonCustomGui
and
NodeData.GetDEnabling()
QuickTabCustomGui.SetTextColor()
can now be called (was raising a parameter error)
c4d.documents.GetAllAssets()
and
c4d.documents.SaveProject()
FalloffDataData.useSpline
and
FalloffDataData.inverseNodeMat
for deprecated
FalloffDataData.usespline
and
FalloffDataData.inodemat
Warning
For R15 the Encryption pype of Python plugins is unfortunately deprecated. The new plugin suffix is called pypv . The plugins developers have to re-encrypt their Python plugins for R15 and they can ship both *.pype (to support pre- R15 versions) and *.pypv (to support R15 ) files:
Here is a list of the new modules, classes, methods and functions in the Python API:
c4d.modules
BaseContainer.GetInt32()
BaseContainer.GetInt64()
BaseContainer.GetFloat()
BaseContainer.SetInt32()
BaseContainer.SetInt64()
BaseContainer.SetFloat()
HyperFile.WriteInt16()
HyperFile.WriteUInt16()
HyperFile.WriteInt32()
HyperFile.WriteUInt32()
HyperFile.WriteInt64()
HyperFile.WriteUInt64()
HyperFile.WriteFloat64()
HyperFile.WriteVector64()
HyperFile.WriteMatrix64()
HyperFile.ReadInt16()
HyperFile.ReadUInt16()
HyperFile.ReadInt32()
HyperFile.ReadUInt32()
HyperFile.ReadInt64()
HyperFile.ReadFloat64()
HyperFile.ReadVector64()
HyperFile.ReadMatrix64()
c4d.utils.ClampValue()
(In this version of
Clamp()
the order of parameters are the same as Peachey’s definition)
c4d.modules.net.GetGlobalNetRenderService()
c4d.modules.net.VerificationStateToString()
c4d.modules.net.JobCommandToString()
c4d.GePluginMessage()
with
data
parameter set to
None
c4d.modules.bodypaint.SendPainterCommand()
c4d.storage.LoadDialog()