Page 1 of 1
Posted: 28 May 2007, 22:36
Huki
yeah..i finally came upon blender and found it quite easier than 3dsmax..i made a scene on it and exported it to .ase
but i know nothing about converting it to .w

could anyone help this poor boy with converting ase to w/prm ? :)

Posted: 28 May 2007, 22:48
Dave-o-rama
there may be some tutorials on the web ;)

Posted: 28 May 2007, 23:47
Killer Wheels
Just give a look at the readme file of the ase2rv utilities.
If you don't want to do so, here is one example :
file : Your_Mesh.ase
just execute the ase2prm or ase2w with that command line :

Code: Select all

ase2prm -c -o=YourMesh.prm Your_Mesh.ase
/!\ when using *.prm files, try to use no more than 8 letters (here YourMesh instead of Your_Mesh)

Code: Select all

ase2w -morph -o=YourMesh.prm Your_Mesh.ase
Check the readme file to see what "-c" and "-morph" do.
:)

Posted: 29 May 2007, 21:20
Huki
oh cool thnx for you help :)