shift between different objects in Blender using game engine

325 Views Asked by At

i m working with game Engine(blender).. there are several objects and i need to shift between them on external input (potentiometer).. need functions(python) that can help me shift between objects(cube, sphere, etc)..

1

There are 1 best solutions below

3
On

see the Blender Python API docs (specifically the Application Modules -> Data Access(bpy.data) section).