Wings 3D Development Forum

Full Version: Plugin Request: Export Multiple
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I find myself doing this tedious task over and over.
I design in Wings and use my stuff in Poser, Daz, and Unity.
If I select everything in my scene and export as obj, all these separate objects are one asset on the other side.

What I'd like is to invoke a plugin with items selected and have it export all the objects, one per file named with the object name in the filename.

So, if I have a file named starship.wings, and I have objects named Hull, Engine, and Shuttle, the plugin should export

starship.Hull.obj
starship.Engine.obj
starship.Shuttle.obj

This way we can export multiple things without having to manually edit the names every time.
I noticed in Unity also with Amplified shader. I think I can use the export both ways since ASE displays the separate objects as elements in the ASE output node in the Unity inspector.