Reputation: 3558
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
Reputation: 3126
see the Blender Python API docs (specifically the Application Modules -> Data Access(bpy.data) section).
Upvotes: 0