armortools
armortools copied to clipboard
.txt files are imported as texture
Issue description:
The import_txt plugin registers itself as a texture format reader
let formats = arm.Path.textureFormats;
formats.push("txt");
and adds the .txt extension as texture format. Imho this is not correct and should not be done this way. For example the browser context menu shows invalid entries.