What is New

Note

New additions to the CINEMA 4D Python SDK are marked like this throughout the documentation:

New in version R16.021.

In R16.021

Sculpt Brushes

HyperFile Refactoring

  • Deprecated:
    • HyperFile.WriteWord()
    • HyperFile.WriteUWord()
    • HyperFile.WriteLong()
    • HyperFile.WriteULong()
    • HyperFile.WriteLLong()
    • HyperFile.WriteReal()
    • HyperFile.WriteLReal()
    • HyperFile.WriteLFloat()
    • HyperFile.WriteLVector()
    • HyperFile.WriteLMatrix()
    • HyperFile.ReadWord()
    • HyperFile.ReadUWord()
    • HyperFile.ReadLong()
    • HyperFile.ReadULong()
    • HyperFile.ReadLLong()
    • HyperFile.ReadReal()
    • HyperFile.ReadLReal()
    • HyperFile.ReadLVector()
    • HyperFile.ReadLMatrix()

  • Removed:
    • HyperFile.WriteInt()
    • HyperFile.WriteFloat()
    • HyperFile.ReadInt()
    • HyperFile.ReadLFLoat()