Blender 3D Game - List all Object in Scene Object Scene How to write a Python Program on Blender 3D Game - List all Object in Scene ? Solution: import bge scene = bge.logic.getCurrentScene() for x in scene.objects: print(x) Learn More : Share this Share on FacebookTweet on TwitterPlus on Google+