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
There's no good way to merge two textures currently without manually copying over everything.
Describe the feature you'd like
The API backend for merging two textures has been done for some time (PUT /textures/merge/{add_id}/{remove_id}), but there's no frontend for actually doing it with a GUI. I'm not sure what the best way to do this would be — I'm thinking either a button on the texture modal next to the save button or a button in the texture search next to the edit/delete buttons could bring up a modal that lets you enter a texture ID to be merged in and deleted.
Screenshot(s)
Notes
No response
The text was updated successfully, but these errors were encountered:
No, but I've also built the backend for the same feature for user merging and ID changing so whatever UI we come with here should probably be used for the user page.
Is your feature request related to a problem?
There's no good way to merge two textures currently without manually copying over everything.
Describe the feature you'd like
The API backend for merging two textures has been done for some time (
PUT /textures/merge/{add_id}/{remove_id}
), but there's no frontend for actually doing it with a GUI. I'm not sure what the best way to do this would be — I'm thinking either a button on the texture modal next to the save button or a button in the texture search next to the edit/delete buttons could bring up a modal that lets you enter a texture ID to be merged in and deleted.Screenshot(s)
Notes
No response
The text was updated successfully, but these errors were encountered: