Difference between revisions of "GameTools PLB blender exporter"
From Wikiid
SteveBaker (Talk | contribs) |
SteveBaker (Talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | See: | ||
+ | |||
+ | * http://tubadev.net/wiki/index.php?title=WebGFX:Converting_blender_models | ||
+ | |||
+ | ---- | ||
+ | (The remainder of this page is historical information) | ||
+ | |||
There are two [[python]] scripts in the ''games/loadPLB/scripts'' area that pertain to exporting [[gameTools PLB file format|PLB files]] from within the [[blender]] 3D modeller. | There are two [[python]] scripts in the ''games/loadPLB/scripts'' area that pertain to exporting [[gameTools PLB file format|PLB files]] from within the [[blender]] 3D modeller. | ||
Line 17: | Line 24: | ||
.blend.plb: | .blend.plb: | ||
− | blender $< -P /u/loadPLB/scripts/plib_convert.py -w | + | blender $< -P /u/gameTools/loadPLB/scripts/plib_convert.py -w |
</pre> | </pre> | ||
{{gameTools}} | {{gameTools}} | ||
{{LoL}} | {{LoL}} |
Latest revision as of 17:54, 26 February 2012
See:
(The remainder of this page is historical information)
There are two python scripts in the games/loadPLB/scripts area that pertain to exporting PLB files from within the blender 3D modeller.
plib_export.py plib_convert.py
The former is interactive - the latter is intended for batch use when converting a bunch of '.blend' files to '.plb' using a Makefile or something. Otherwise, the two scripts are identical.
The plib_export.py script needs to be installed by either copying or symlinking to '~/.blender/scripts/plib_export.py'.
The plib_convert.py script may be used in a Makefile as follows:
.SUFFIXES: .blend .plb FILES = jeep.plb moke.plb all: ${FILES} .blend.plb: blender $< -P /u/gameTools/loadPLB/scripts/plib_convert.py -w
Wikiid Pages relating to gameTools (edit) |
gameTools - Main page |
gameTools - Support Tools : |
gameTools - File Formats : |
gameTools - Source Code :
|
Wikiid Pages relating to Lemur of Lima (edit) |
Lemur of Lima - Main page |
Lemur of Lima - Controls |
Lemur of Lima - Levels : |
Lemur of Lima - Java Plugins : |
Lemur of Lima - Source Code Documentation : |