Object Properties
对象属性
警队最新情况
The object cache will be reset and the new object will be created.
对象缓存将被重置,新对象将被创建。
优化缓存
It can happen that an algorithm takes longer to calculate with Python. If this option is enabled, the object last created will be cached and retrieved. The Python Generator will only be rebuilt if its parameters change (position, User Data, etc.).
可能出现的情况是,用 Python 计算一个算法需要更长的时间。如果启用此选项,则将缓存和检索上次创建的对象。Python 生成器只有在其参数发生变化(位置、用户数据等)时才会重新构建。
在0帧上重置
Resets the script at frame 0, i.e., all variables, etc. will be reset to their original states.
将脚本重置到帧0,也就是说,所有变量等都将被重置到它们的原始状态。
代码
Enter your Python code here. This can, however, be done more comfortably in the Python Editor, which you can open by clicking on the Open Python Editor button below.
在这里输入您的 Python 代码。然而,这可以在 Python 编辑器中更舒服地完成,您可以通过点击下面的 Open Python Editor 按钮来打开。
打开 Python 编辑器
Opens the Python Editor with any corresponding code.
使用任何相应的代码打开 Python 编辑器。