mm3d icon indicating copy to clipboard operation
mm3d copied to clipboard

Texture paths appear to be opaque to the user?

Open m-7761 opened this issue 6 years ago • 1 comments

I just noticed that for example the Materials window doesn't provide any mechanism to figure out where or what a texture file is?

Maybe I'm missing something obvious. Anyway, in my work to rewrite these UI elements, I've removed the None options from the Group and Material windows, since I can see no value in selecting them; and they make the logic much more complicated/error prone.

At the same time in windows that have paths I've replaced those with textboxes and a "..." button to their side. So that solves the problem with not knowing what their path is. I was doing so anyway to standardize the interfaces... somewhere there is a "..." button. I can't remember where. It just occurred to me only towards the end that the file dialogs don't open to the files. (Maybe they should. Although it's actually pretty complicated/unreliable to select and scroll to a file on Windows. Currently a global config variable is sourced/overwritten every time.)

m-7761 avatar Jul 26 '19 18:07 m-7761

Correct, there is no way to display texture name.

zturtleman avatar Jul 26 '19 19:07 zturtleman