objective: how python and blender work together
material: Professor baker, python scripting for game engine tutorial
methods:
- open blender through terminal or going to Applications/Blender/(right click and click show package contents)Blender.app/Contents/Mac OS/Blender
- split workspace vertically
- enable text editor on right side
- enable logic editor
- enable show line numbers and syntax highlighting
- name python code
- create keyboard sensor – set key to spacebar
- create python controller
results: was able to create a simple script and run it
discussion: connect python script to objects