change
change

Reputation: 3558

shift between different objects in Blender using game engine

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)..

Upvotes: 0

Views: 292

Answers (1)

Abbafei
Abbafei

Reputation: 3126

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

Upvotes: 0

Related Questions