Wings 3D Development Forum

Full Version: wings_convert needs path update
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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).
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?
Reference URL's