johnzero7 / XNALaraMesh

Blender addon Import/Export XPS Models, Poses
525 stars 94 forks source link

Fix: don't try to load blank texture files #78

Open Irmitya opened 3 years ago

Irmitya commented 3 years ago

When a .ascii lists # textures but leave it blank, the addon treat those blank spaces as the "file's" name. Later when creating the materials, these blanks would error. This change skips adding the blank textures to the list of textures that are loaded later.