Main Index :
Changes since CINEMA 4D R9.1
Changes since CINEMA 4D R6.3
- New functions in BaseContainer for accessing object links.
- Objects, tags, materials and shaders are no longer allocated with
new(...)
. Instead you should use AllocObject(), AllocTag(), AllocMaterial() and AllocShader().
- Separate classes like
WrapObject
are not used. Instead you should use constants like Owrap
with the allocation functions above.
- Animation functions (GetFirstTrack() and InsertTrack()) moved to
BaseList2D
from BaseObject
, since it is now possible to animate tags and materials as well.
- A new
#
operator to access descriptions.
- All C++ constants available automatically.
- Enhanced syntax coloring in C.O.F.F.E.E. editor.
- A new command line in the console.
- Drag and drop of Attributes manager elements into the C.O.F.F.E.E. editor and the command line.
- New document functions: GetSnapTool(), GetActiveTool(), GetActiveObject(), GetActiveMaterial(), GetActiveBaseDraw(), GetRenderBaseDraw(),
GetBaseDraw()
- New global functions: CallCommand(), GetCommandName(), IsCommandEnabled()
- Use the new EventAdd() instead of GeEventAdd() (see also SpecialEventAdd()).
- New command IDs in SendModelingCommand().