fosspill / FFXIV_Modding_Tool

FFXIV Modding Tool is the Cross-platform Commandline interface alternative for TexTools
https://ffmt.pwd.cat/
GNU General Public License v3.0
47 stars 4 forks source link

[Feature] Import specific textures / models #5

Open fosspill opened 5 years ago

drunknfairy commented 4 years ago

Please allow for files exported from other applications such as Blender. 3DS is not for the budget-minded and Blender is currently one alternative within reach to the average person at opensource/free. Currently all tutorials for FF modding are proprietary to 3DS and DAE format. Perhaps add capability for other file imports like FBX too.

fosspill commented 4 years ago

At the moment we do not allow you to import singular textures or models, but if you make a ttmp you can import it.

Technically we do already support blender, we are just lacking the functionality to import at all. (This support is handled in the framework)

I'll see if we can prioritize this.

shinnova commented 4 years ago

Now that the framework has implemented (not yet flawless) blender support, I see the need to prioritize having proper import/export functionality. As for supporting other file imports, I'm afraid that right now that's dependent on what the framework we rely on supports.