Blender Python

Does anyone know how to write scripts to make plugins for blender? And how can I make the script work like it is part of blender (with keyboard commands and a UI). Where do I save my script (on a mac)?

Thank you!

Lostinspace

Hi,

Here’s a tutorial showing how to download and compile a water droplet plug-in:

http://davidjarvis.ca/blender/tutorial-15.shtml

I’ve written a Python script that integrates with Blender (no keyboard though). You can find it here:

http://davidjarvis.ca/dave/blender/tools/audio-analysis.shtml

On the Mac, there might be a directory like this:
/Applications/Blender/Blender.app/Contents/MacOS/.blender/plugins/ Hope it helps!