New in Blender - script

Hi, sorry for my poor english.

I’m using Blender on Fedora Core 3. I like to know how can I install scripts and plugins.

Hi!

Most scripts can be run from anywhere on your hard drive. You just need to run them from the text editor window (in your text window, choose file > open and go to the location of your *.py file, select it). Once you see the script, press alt+p and the script will run (some scripts requires you to modify the code a little in order to work. classic example of parameter is the file path to something).

Also, you need a full installation of python in order to run some scripts. The python version you need is 2.3*, blender does not support 2.4 yet.

For more info on how to use scripts and plugins, I suggest you refer to the blendder documentation at http://download.blender.org/documentation/htmlI/book1.html

Hope this helps.

TW

Wauw. ASCII art that needs a line to explain what it is…

What are you looking for here whatever?