Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Show texture image in texture selector widget #246

Open
Dgzt opened this issue Sep 18, 2023 · 3 comments
Open

Show texture image in texture selector widget #246

Dgzt opened this issue Sep 18, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@Dgzt
Copy link
Collaborator

Dgzt commented Sep 18, 2023

Is your feature request related to a problem? Please describe.
If the project has many textures then not easy to select the texture in the texture select widget so the Mundus shows only the name of the textures.

Screenshot_20230918_100143

Describe the solution you'd like
I think it would be better if the Mundus shows the texture also with the name of texture. But what solution would be the best one?

  1. Show name in texture like in Assets widget
    sol1

  2. Show like a list
    sol2

Or something like else? What do you think?

@Dgzt Dgzt added the enhancement New feature or request label Sep 18, 2023
@JamesTKhan
Copy link
Owner

JamesTKhan commented Sep 24, 2023

I would go with option 1, if you can reuse the same widget (AssetItem) the dock uses. That way if we update the widget (like thumbnails for materials and models in the future) it updates in both places. Would have to split the UI stuff from the dock bar specific stuff in AssetItem. Mainly just the click listener. Probably have a base AssetItem class that purely handles UI, and then extended versions for different use cases

I experimented with creating thumbnails for models and materials but didn't finish that up, but we definitely need it because when you have alot of materials it becomes difficult to navigate so Material and Model thumbnails can be a down the road thing.

@ghost
Copy link

ghost commented Nov 21, 2023

I would like to work on this if you don´t mind.

@Dgzt
Copy link
Collaborator Author

Dgzt commented Nov 22, 2023

if you don´t mind.

Sure and thank you. I had not time to work on this task.

@Dgzt Dgzt linked a pull request Nov 23, 2023 that will close this issue
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants