【发布时间】:2014-10-27 18:35:15
【问题描述】:
首先我将一个目标文件导入搅拌机,现在如下:
full_path_to_file = os.getenv("temp") + "\\" + self.url + '.obj'
bpy.ops.import_scene.obj(filepath=full_path_to_file)
#join all before imported objects to a group (not the other objects of the scene)
在此之后,我想将所有已导入组的对象配对(不加入),这样我就可以定位每个对象,因此仍然可以移动单个对象或使用它们做一些动画。
【问题讨论】:
标签: python object import blender