by djallalnamri » Fri Mar 12, 2010 9:36 am
Now it's great that you have the Blender Python console. There's a lot more. You can load and run any Python script (with the .py extension), by going to the Text window, at the top, selecting Text - Open, and opening the file. Included in the zip file for 2.5 Alpha 1 are many scripts. They're either in the Python or Scripts folders. As a simple example, there are Template files included, which gives you a Python file with the basics filled in, so you can start programming more easily. In the Templates folder, under Scripts, is the file operator_simple.py. We'll load this into the text area.
the unzipped file of 2.5 alpha 1 contains only 3 folders named:
-icons
-lib
-plugins
and none of them contains things like python scripts.