MAXON API Frameworks

内容表

关于

A framework includes the public declarations of MAXON API interfaces and other usable classes, structures and functions.

注意
The frameworks delivered with the SDK do not contain any project files. Projects files must be created using the 工程工具 .

框架

cinema.framework

cinema.framework contains the classic API. It defines components like BaseDocument , BaseObject , BaseMaterial etc.

警告
This framework will be progressively reduced in future versions of Cinema 4D and, at the end, completely dismissed. See 插件迁移 .

core.framework

The core.framework contains the basic building blocks of the MAXON API :

animation.framework

The animation.framework defines the maxon::AutoWeightInterface for custom weight algorithms. It further provides the IDs of the build-in algorithms that can be used with the Weight Manager. See CAWeightMgr Manual .

command.framework

The command.framework defines the interface for generic commands. See Commands Manual .

corenodes.framework

The corenodes.framework allows to create custom core nodes used with Cinema 4D 's node system.

crypt.framework

crypt.framework includes additional interfaces for data encryption based on stream conversions ( maxon::CryptographyStreamConversionInterface , maxon::CryptoKeyInterface ). See Stream Conversions Manual .

geom.framework

geom.framework contains various modeling classes:

image.framework

The image.framework contains classes and structures to handle image and media data:

math.framework

math.framework various advanced mathematical classes and tools:

mesh_misc.framework

mesh_misc.framework contains the base interfaces for mesh attributes:

misc.framework

misc.framework contains various tools:

network.framework

network.framework contains various interfaces to handle network communication:

python.framework

python.framework contains interfaces to execute Python code. See Python .

render_filter.framework

The render_filter.framework contains interfaces to use and implement render filters like the denoiser filter.

Render Filter and Render Filter Implementation .

system.framework

This contains only internal system functions. Third party developers must not use this.

volume.framework

volume.framework contains interfaces to handle volumes:

延伸阅读