warzone2100/tools/blender
Stiv 64cb35ec74 Update plugin status
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@10390 4a71c877-e1ca-e34f-864e-861f7616d084
2010-03-21 19:47:12 +01:00
..
COPYING PIE import and export scripts. The import script is adapted from Rodzilla. Place these in your ~/.blender/scripts folder and enjoy. Supported: 2007-06-08 18:05:16 +00:00
ChangeLog * Fix the Blender import & export scripts such that they're completely compatible with eachother (i.e. import->export->import == import) 2007-08-20 15:09:13 +00:00
README Update plugin status 2010-03-21 19:47:12 +01:00
TODO * Fix the Blender import & export scripts such that they're completely compatible with eachother (i.e. import->export->import == import) 2007-08-20 15:09:13 +00:00
find-bad-pies.py * Fix the Blender import & export scripts such that they're completely compatible with eachother (i.e. import->export->import == import) 2007-08-20 15:09:13 +00:00
find-poly-nums.py * Fix the Blender import & export scripts such that they're completely compatible with eachother (i.e. import->export->import == import) 2007-08-20 15:09:13 +00:00
pie.py * Fix the Blender import & export scripts such that they're completely compatible with eachother (i.e. import->export->import == import) 2007-08-20 15:09:13 +00:00
pie_common.py * Fix the Blender import & export scripts such that they're completely compatible with eachother (i.e. import->export->import == import) 2007-08-20 15:09:13 +00:00
pie_export.py * Fix the Blender import & export scripts such that they're completely compatible with eachother (i.e. import->export->import == import) 2007-08-20 15:09:13 +00:00
pie_import.py Blender PIE import plugin: Add a default filename for the file selector 2009-11-22 16:19:48 +01:00
pie_levels_to_layers.py Version 1.1 of the Blender scripts by Kage. 2007-07-26 20:53:20 +00:00

README

You need pie.py accessible somewhere in your Python path. Putting all files in Blender's scripts/ folder (within your home directory or the install path) should be enough to satisfy this requirement.

Files:
 - pie.py : Generic PIE parser
 - pie_common.py : Blender plugin library
 - pie_import.py : Blender import plugin
 - pie_export.py : Blender export plugin 
 - pie_levels_to_layers.py : Assign PIE levels to Blender layers