iambabba / lolblender

Automatically exported from code.google.com/p/lolblender
0 stars 0 forks source link

Blender 2.69 working #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Just get 
https://code.google.com/p/lolblender/issues/detail?id=4 
patch

and in lolMesh.py comment the line 236 to 244

Launch with the console like :
import io_scene_lol
dir = 'C:\\Users\\Admin\\Downloads'
skn = 'Jayce.skn'
skl = ''
dds = ''
io_scene_lol.import_char(dir,skn,skl,dds)

And return to 3DView and you have your mesh without skin.
Maybe i'll work on this problem later.

Original issue reported on code.google.com by romain...@gmail.com on 5 Nov 2013 at 4:53

GoogleCodeExporter commented 8 years ago
Not working, it gives a lot errors and even with a lot of Python coding it'll 
lead to File loading  errors like "Struct error: Unpack requires a bytes of 
object 80"

Original comment by abrahame...@gmail.com on 5 Dec 2013 at 8:06