Duplicate
复本
副本[1. . 2147483647]
Copies defines the number of duplicates that will be created. The duplicated objects will be placed inside a Null object named *_copies, where * represents the name of the object that is being duplicated.
副本定义将要创建的副本的数量。复制的对象将放置在一个名为 * _ copy 的 Null 对象中,其中 * 表示正在复制的对象的名称。
克隆模式
复印件
Real copies of an object will be created.
将创建对象的实际副本。
例如
Instances (see also here) will be created instead of real copies.
实例(也见这里)将被创建而不是真正的副本。
渲染实例
Render instances ( see also here) will be created instead of real copies.
渲染实例(也见这里)将被创建而不是真正的副本。