taniwha / io_object_mu

Python .mu reader/writer and blender import/export addon
GNU General Public License v2.0
120 stars 51 forks source link

Unwrapped textures are not being exported with .mu file #39

Closed AlexanderhippoR closed 2 years ago

AlexanderhippoR commented 4 years ago

This may be a user error, but I can't seem to export the textures for my .mu file. The part in KSP is clear, but has attachment nodes. I believe the issue is the .mu file does not link to any texture.png.

A hexdump from a mod part shows the name of the unwrapped texture:

|<=.........textu|
|re.png....|

This does not exist in my exported part.

Here is a screenshot of the clear part:

Screen Shot 2020-07-25 at 10 53 22 PM
taniwha commented 2 years ago

The texture data is never in the .mu file. You have to export the texture yourself and copy to the same place as the .mu file when it is loaded.

Note, however, that if you use the mass-export.py script, any used images will be exported along with your models (but as separate files).