Ghostkeeper / Blender3mfFormat

Blender add-on to import/export 3MF files
GNU General Public License v2.0
173 stars 20 forks source link

Add missing space in logging #68

Closed nallath closed 2 weeks ago

nallath commented 1 month ago

This makes the message a bit more readable.

Without it, if a material is missing, it will log

WARNING:io_mesh_3mf.import_3mf:Object with ID 34 refers to material collection 77 with index 0which doesn't exist

With the change it will log

WARNING:io_mesh_3mf.import_3mf:Object with ID 34 refers to material collection 77 with index 0 which doesn't exist.