PyPRP:Installing

Revision as of 12:55, 28 June 2016 by Tsar hoikas (Talk | contribs) (Nightly Build and Older Releases)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Disambig gray.png

This is a tutorial page.Versions available: PyPRP; 3ds Max; Korman.
 

Video Tutorial

bnewton81 has provided a video tutorial for the installation process.

Required Software

Windows

NOTE: Python 2.6.6 is the newest 2x version of Python that will work with Blender 2.49b. Blender 2.49b is the newest version of Blender that will work with PyPRP 1.6.1. Only versions up to PIL 1.1.6 and PyYAML 3.10 will work without PyPRP causing a C Runtime error R6034 to pop up! This error appears to have no affect on building an age, but to be safe, go only as high as these versions of Blender, Python, PIL, PyYAML, and PyPRP.

Mac/Linux

Finding your Blender Scripts Folder

Before we get PyPRP and install it, you will need to locate your Blender scripts folder, which is where PyPRP needs to be placed.

All Platforms (Advanced)

Note: This method is for users who are already comfortable with using Blender

Click on the Help > System > System Information. This will create a text file called system-info.txt inside Blender. Open this text file and look for a line that says Default dir for scripts. Your scripts folder is written out in the line below.

Windows

Blender allows you to choose where your scripts folder is installed. By default, Blender obscures the script folder in your Application Data folder, which makes finding it somewhat troublesome. Unfortunately, the Application Data folder is in different places depending on which version of Windows you are using. Please refer to the following sample locations to see if your scripts folder is in the Application Data folder.

  • Windows 2000/XP: C:\Documents and Settings\<Your User Name>\Application Data\Blender Foundation
  • Windows Vista/7: C:\Users\<Your User Name>\AppData\Roaming\Blender Foundation

If the Blender Foundation folder is present, then your scripts folder can be found by going to the Blender > .blender > scripts folder. Otherwise, the scripts folder can be found within your Blender installation itself. This is usually C:\Program Files\Blender Foundation\Blender\.blender\scripts. If you are running a 64-bit operating system, substitute Program Files for Program Files (x86).

Mac OS X

You have two options: Either use the built-in scripts folder of the Blender application. This is simple and makes PyPRP available to all users of the computer, but you will have to move over PyPRP if you install a newer version of Blender. Or make your personal scripts folder to keep PyPRP and other third-party scripts neatly separated from Blender's built-in scripts.

To use the built-in scripts folder: Right-click or ctrl-click on the blender application and choose Show Package Contents. Go to Contents/MacOS. The .blender folder is in there, but it is invisible because its name starts with a period. To open it, press cmd-shift-G (or choose Go to Folder… from the Go menu) and enter .blender into the box. The scripts folder is in the .blender folder and already contains a number of scripts.

To make your own scripts folder: Open /Applications/Utilities/Terminal, enter

mkdir -p ~/.blender/scripts

and press return. You can quit Terminal after that. (You can't make the .blender folder in the Finder because it doesn't allow you to rename it to a name starting with a period.) Now open your home folder (/Users/<your user name>) and press cmd-shift-G (or choose Go to Folder… from the Go menu). Enter .blender into the box to open the invisible folder you just created and find the scripts folder in there.

At this stage, Blender will exclusively use the newly created scripts folder and thus lose its built-in scripts. To bring them back: Open Blender and drag the menu bar down to reveal the Preferences window. Select File Paths in the bottom button row. Click the folder button in the Python Scripts box, navigate to where you installed the Blender application (blender.app) in the file dialog, drill down to blender.app/Contents/MacOS/.blender/scripts, and click SELECT SCRIPT PATH. After closing the Preferences window again, choose File > Save Default Settings to make the new setting permanent.

Linux

/home/<Your User Name>/.blender/scripts


Important : Whatever the OS, make sure the PyPRP files are copied inside /scripts/PyPRP/ or Blender will return a 'No module named PyPRP' error.

Getting PyPRP

PyPRP 1.6 (latest stable version)

Once you have the required software installed and have located your Blender scripts folder, download PyPRP 1.6.1. If you have a previous version of PyPRP installed you will need to uninstall it by removing all files starting with prp_, alc, and uruprp_ from your Blender scripts folder because the files from older versions of PyPRP will conflict with PyPRP 1.6 and cause it to crash. Unzip the file and move the PyPRP folder (the whole folder, not just the files in it – this has changed from previous versions) into the Blender scripts folder.

Nightly Build and Older Releases

Alternatively, if you are interested in getting the very latest development version with the newest features and most bugs, you may grab the bleeding edge git master branch of PyPRP, which represents current in-development version of PyPRP

Advanced users can select any older versions of PyPRP they would like to download.

Reaching your age

In order to be able to reach the age you created in-game, you need the same set of tools as required for playing fan ages.

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 get started on your own.