armortools icon indicating copy to clipboard operation
armortools copied to clipboard

.txt files are imported as texture

Open MathemanFlo opened this issue 2 years ago • 0 comments

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.

MathemanFlo avatar Feb 16 '23 12:02 MathemanFlo