import bpy scene = bpy.context.scene obs = [] for ob in scene.objects: # whatever objects you want to join... if ob.type == 'MESH': ...
確定! 回上一頁