此操作将选择的骨架复制并移动,并返回新对象的引用。
import bpy # 获取选中的骨架对象 armature = bpy.context.object # 复制并移动骨架 new_armature = bpy.ops.armature.duplicate_move(armature)
armature
Object
RuntimeError