Wings 3D Development Forum

Full Version: Export Wings files to OBJ from command line (because I have a lot of wings files)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi! I want to export my wings 3d designs from a command line. I'm a game developer and I deal with 3D models in batches. At the moment my procedure involves opening wings, selecting file menu and exporting the file into an obj. It takes a lot of my time. I thought I could cut down that time by interfacing with Wings from a command line to export all the wings files inside a folder to objs. Is this possible?

TLDR; I want to be able to export all the wings files in a folder in 1 go through windows/linux command line. Is this possible?

Thanks!
There is a erlang-script called wings_convert I used in the wings src that does that.
I have not tested in a while though should work from mingw/msys or a linux shell, provided you have an erlang installation in your PATH and ERL_LIBS points to your directory below wings directory.

You should probably use build wings from github, which is how I have tested it.