オブジェクトの一覧

動作確認した環境 [3.1]

import bpy

objs = bpy.data.objects

for obj in objs:
  print(obj.name)