leandroarndt / msfs_livery_tools

MSFS Livery Tools
BSD 3-Clause "New" or "Revised" License
8 stars 0 forks source link

UV map extractor #4

Closed leandroarndt closed 1 year ago

leandroarndt commented 1 year ago

Create a UV map extractor and (possibly) paint each mesh with different colors to aid texture editing and visualization inside the simulator.

Interesting resources on this:

  1. glTF references:
  2. Pillow:
  3. Other:
leandroarndt commented 1 year ago

Switched glTF development to a fork of the official Khronos Blender importer at https://github.com/leandroarndt/glTF-Python-IO

leandroarndt commented 1 year ago

3afe713ed6de3ae2af3881b7be28b1bc7033ac38 solves this. Needs to be implemented at GUI.

leandroarndt commented 1 year ago

f0662cc9143ab763d37b34836fa313bcd35616ce implements at GUI.