0

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

change
  • 3,400
  • 7
  • 32
  • 42

1 Answers1

0

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

Abbafei
  • 3,088
  • 3
  • 27
  • 24
  • thank you. but what abt 2.49.. i hv not started using 2.5's yet .. but plan to in the near future.. another query: should i stick to 2.49 as of now till 2.5x is out or start with these beta versions? – change Feb 17 '11 at 11:55
  • @parin: Ask new questions in new questions, not comments. – Lennart Regebro Feb 27 '11 at 21:07
  • @parin: As far as I know, the beta versions are quite stable, so I think it would be safe to start using them. – Abbafei Mar 04 '11 at 04:02