What was New in R15¶
In R15.057¶
Fixes:
Full Control Mode in the Python Effector
c4d.documents.SaveDocument()
is now consistent with the GUI behavior. See warning note inSceneSaverData.Save()
AttributeError with
BitmapButtonCustomGui
andNodeData.GetDEnabling()
The Link port of the XPresso Python node that could not be set to None
Source Protector overwriting .pype files
QuickTabCustomGui.SetTextColor()
can now be called (was raising a parameter error)
Python API changes:
New functions
c4d.documents.GetAllAssets()
andc4d.documents.SaveProject()
New naming
FalloffDataData.useSpline
andFalloffDataData.inverseNodeMat
for deprecatedFalloffDataData.usespline
andFalloffDataData.inodemat
In R15.037¶
Important: Python Encryption¶
Warning
If both encrypted files are present in the same directory no error will be output in R15
If there is just the *.pype file there will be a message in the console that the plugin cannot be opened in R15
New Symbols¶
Here is a list of the new modules, classes, methods and functions in the Python API:
New Modules¶
Standard Python uuid module published in
c4d.modules
New Classes¶
New Functions¶
c4d.utils.ClampValue()
(In this version ofClamp()
the order of parameters are the same as Peachey’s definition)
Important Fixes¶
c4d.GePluginMessage()
with data parameter set to NoneLoading textures with
c4d.modules.bodypaint.SendPainterCommand()
Documentation¶
Added warning note to
c4d.storage.LoadDialog()