Wings 3D Development Forum
wings_convert needs path update - Printable Version

+- Wings 3D Development Forum (https://www.wings3d.com/forum)
+-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1)
+--- Forum: Bug Reports (https://www.wings3d.com/forum/forumdisplay.php?fid=12)
+--- Thread: wings_convert needs path update (/showthread.php?tid=2964)



wings_convert needs path update - simbad - 08-31-2020

Hello,
as I want to use some wings models in a graphics pipeline (only a very small one for home use) I looked out for some conversion tools.

I do find the wings_convert that did not find the import_export plugins. So I had a look into the script and found a wrong path to the plugins.

should be

"plugins/default/import_export"

As I am not very active in the development maybe someone will find the time to fix this as it is easy todo and has a big benefit for everyone who wants to convert the wings files from within scripts.

Thanks.


RE: wings_convert needs path update - micheus - 08-31-2020

Because export in another format is it's goal it's strange this kind of issue be present, but I'm going to take a look on that (maybe tomorrow).


RE: wings_convert needs path update - micheus - 09-01-2020

Checked. No problem with the conversion here.

Also, the import_export folder is in the right place: plugins/import_export


This command line worked perfectly for me - using Wings3D 2.2.5 and 2.2.6:
Code:
c:\temp\wings_convert -f obj --swap_y_z -o c:\temp  F:\Wings3D\skull.wings

Which OS are you using?
Can you share a screenshot after you have ran the command?