2014-09-03 75 views
0

首先我导入目标文件搅拌机,现在以下:搅拌机对象进口商

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) 

此我要一对已经进口到组(不参加)的所有对象后,这样我就可以定位每一个单独的对象,因此仍然有可能移动单个对象或与它们一起制作动画。

回答