Difference between revisions of "PyPRP:Installing"

(Getting PyPRP)
m (Installing PyPRP)
Line 2: Line 2:
 
#Make sure you have a copy of [http://www.blender.org/download/get-blender/ Blender 2.45].
 
#Make sure you have a copy of [http://www.blender.org/download/get-blender/ Blender 2.45].
 
#Download and install everything listed under "Required Software" section.
 
#Download and install everything listed under "Required Software" section.
#See the [[Installing PyPRP#Getting PyPRP | Getting PyPRP]].
+
#See the [[Installing PyPRP#Getting PyPRP | Getting PyPRP]] section.
  
 
==Requried Software==
 
==Requried Software==
Line 19: Line 19:
  
 
==Congrats==
 
==Congrats==
Congratulations! You should now have PyPRP installed and are ready to get started building ages. If you'd like to test that PyPRP is installed and working properly you can try to [[Exporting FuncChk|export the Function Check Age]], or you can [[Getting_Started_With_Writing|get started on your own]].
+
Congratulations! You should now have PyPRP installed and are ready to get started building Ages. If you'd like to test that PyPRP is installed and working properly you can try to [[Exporting FuncChk|export the Function Check Age]], or you can [[Getting_Started_With_Writing|get started on your own]].
  
 
[[Category:PyPRP]][[Category:Tools Tutorials]]
 
[[Category:PyPRP]][[Category:Tools Tutorials]]

Revision as of 21:03, 22 January 2008

Installing PyPRP

  1. Make sure you have a copy of Blender 2.45.
  2. Download and install everything listed under "Required Software" section.
  3. See the Getting PyPRP section.

Requried Software

Additional Stuff

  • Psyco is also recommended for speeding up code running times.

Getting PyPRP

Once you have the required software installed, get the latest PyPRP (GoW PyPRP 1.1.0) and extract its contents to your "/.blender/scripts" folder. On Windows, this is usually C:\Program Files\Blender Foundation\Blender\.blender\scripts while on Linux, you will probably find it in /home/<YOUR_USER_NAME>/.blender/scripts.

Advanced users can select which version of PyPRP they would like to download.

Congrats

Congratulations! You should now have PyPRP installed and are ready to get started building Ages. If you'd like to test that PyPRP is installed and working properly you can try to export the Function Check Age, or you can get started on your own.