插件类型

内容表

关于

The following plugin classes can be implemented to add new functionality to Cinema 4D . Such plugins are either based on NodeData , other classic plugin hooks or MAXON API 接口。

另请参阅 接口基础 , 一般插件信息手册 and NodeData 概述 .

数据和算法

自定义数据类型

Custom data types can be used to store information in Cinema 4D objects or scenes.

自定义算法和命令

Custom algorithms and commands can be implemented with these interfaces:

应用程序

GUI & 用户交互

The GUI can be extended with these plugin types:

媒体导入/导出

Support for custom media files is implemented with:

杂项

Further extensions of the application are:

3D

BaseDocument 相关

A Cinema 4D 3D scene is composed of various scene elements. It is possible to create custom scene elements with:

工具

Custom tools allow the user to interact with the 3D scene:

场景导入/导出

These plugins allow to load and save 3D scenes:

渲染

Rendering-related plugins are implemented with:

角色动画

Character animation related plugins are implemented with:

模块

XPRESSO

XPRESSO can be extended with:

MoGraph

MoGraph can be extended with:

雕刻

The sculpting system can be extended with:

延伸阅读