You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
Show name in texture like in Assets widget
Show like a list
Or something like else? What do you think?
The text was updated successfully, but these errors were encountered:
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.
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.
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?
Show name in texture like in Assets widget

Show like a list

Or something like else? What do you think?
The text was updated successfully, but these errors were encountered: