dgud / wings

Wings3D is an advanced sub-division 3D modeller.
http://www.wings3d.com
Other
582 stars 92 forks source link

[request] Ligthwave to support LWO3 file format #587

Open Micheus opened 2 months ago

Micheus commented 2 months ago

This file format was introduced in 2018 and Wings3D has been failing to load these files.

This was reported at Discord.

dgud commented 2 months ago

Something for @elblake who is our best 3d-format fixer :-)

Micheus commented 2 months ago

I have the format file available. Attaching here. An user from Discord shared it, because searching I was not finding it. I just ask you @elblake to inform if you are going to work on it or not, because I can do that otherwise :-)

Also, as agreed with @dgud we are going to use the latest version of REBAR3 (https://github.com/erlang/rebar3.git) - tag=3.24.0 (it has some commits related to Erlang 27.1 which we are going to use for the next release). Just pay attention that master branch is not set to the latest one tag (I used git checkout origin/tag/3.24.0).

lwo3.zip

elblake commented 2 months ago

@Micheus @dgud Sure I'll take a look to add to wpc_lwo.

Micheus commented 2 months ago

@Micheus @dgud Sure I'll take a look to add to wpc_lwo.

I think we could have the option to keep the LWO2 file format together, maybe allowing to choose in the export and evaluating the format on import since they may have some incompatibility due the recent changes. What do you think about @dgud ?

@elblake, later, when you have updates for this plugin, we have an user at Discord that can test it. :-)

elblake commented 2 months ago

@Micheus Yep I can add a list box (like in wpc_wrl) to choose between LWO2 and LWO3 export.