【问题标题】:Blender Object ImporterBlender 对象导入器
【发布时间】: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


    【解决方案1】:

    我在so上看到了这个问题,这对我解决这个问题帮助很大:

    How to mark last imported *obj in blender

    【讨论】:

      猜你喜欢
      • 2015-09-01
      • 2014-12-25
      • 2015-03-28
      • 2018-10-05
      • 2017-04-09
      • 2013-12-08
      • 2020-04-30
      • 2015-03-13
      • 2015-07-06
      相关资源
      最近更新 更多