Pherakki / BlenderToolsForGFS

A Blender plugin for importing and exporting GFS files.
GNU General Public License v3.0
22 stars 3 forks source link

BC7 Export #105

Open MadMax1960 opened 1 year ago

MadMax1960 commented 1 year ago

Provide details on the proposal. There's an external dll here for texconv that allows you to export bc7 dds if wanted. https://github.com/matyalatte/Texconv-Custom-DLL

There's also a plugin that uses it here https://github.com/matyalatte/Blender-DDS-Addon. Maybe you could work in dll to allow automatic exporting from plugin if it detects a png instead of a dds. Or hook into the plugin if it's detected to be installed.

Is your feature request related to a problem? Please describe. BC7 dds don't export

Pherakki commented 1 year ago

Also mentioned here #43