danila-schelkov / scw-tool

3d models converter (Supercell .scw, COLLADA and other)
GNU General Public License v3.0
33 stars 6 forks source link

Not creating .dae but works with .obj #7

Closed HexHyte closed 3 years ago

HexHyte commented 3 years ago

When selecting Tool 2 (scw2dae) the Python window closes. When selecting Tool 1 (scw2obj) the script correctly create a .obj file with the proper 3D model.

image

danila-schelkov commented 3 years ago

i think it's because you are using python 3.7. I'll fix it in the next update, thank yo so much

HexHyte commented 3 years ago

Installing last Python version (3.9) did the trick but i need to manually open the script (main.py) from Pyhton.exe (64bit) or the 32bit version will launch instead.