Python Field
Python Field
The Python Field can be used to create more extensive algorithms via Python Script. Programmers can read up on all details regarding programming and scripting in Cinema 4D at http://developers.maxon.net. Look for the Python Field object.
可以使用 Python Field 通过 Python Script 创建更广泛的算法。程序员可以阅读所有关于Cinema 4d 编程和脚本的细节在 http://developers.maxon.net。查找 pythonfield 对象。
If you’re wondering why there’s a Python Field Layer in addition to the Python Field itself, the Python Field has a position in 3D space, can draw in the Viewport and be split between different Field lists. For the advanced user, this can be a powerful (but also very complex) tool. The effect of the Python Field Layer on the other hand is restricted to a specific Field list and doesn’t generate any separate objects, which means that it’s somewhat easier/faster to use. It can also access Field values of previously added layers as a modifier.
如果你想知道为什么除了 Python 字段本身之外还有一个 Python 字段层,Python 字段在3D 空间中有一个位置,可以在 Viewport 中绘制并在不同的字段列表之间分割。对于高级用户,这可以是一个强大的(但也是非常复杂的)工具。另一方面,Python Field Layer 的效果仅限于特定的 Field 列表,不生成任何单独的对象,这意味着它的使用稍微更容易/更快。它还可以访问以前添加的层的字段值作为修改器。