|
Export Wings files to OBJ from command line (because I have a lot of wings files)
|
|
04-29-2015, 12:08 PM
(This post was last modified: 04-29-2015 12:10 PM by raisinsgmc.)
Post: #1
|
|||
|
|||
|
Export Wings files to OBJ from command line (because I have a lot of wings files)
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! |
|||
|
05-05-2015, 01:52 PM
Post: #2
|
|||
|
|||
|
RE: Export Wings files to OBJ from command line (because I have a lot of wings files)
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. |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)



