-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Search layers by name, hover block to see layer #388
Comments
Edit: Layer scrolling specifically appears to be no problem; I observed something falsely. I hadn't expected the controls box including Search by layers is still a desirable feature. |
Can we also have the ability to drag and drop layers to re-order them? I just did a large project, and using It would be very useful to be able to tell what layer a voxel is in just by pointing at it. I had the same thought a few days ago. This way we don't have to click every single layer to find the right set of voxels, and would allow us to double check if we mistakenly drew on the wrong layer. PS: Scrolling seems to work fine for me on latest commit. |
+1, drag and drop would be good design too. (The scrolling was my misinterpretation of the design decisions of the UI. It clips the bottom controls but only by a bit, which made me think there was no scrolling.) |
I never thought people would be using that many layers! I'll see how to add drag and drop support, though I am not even sure imgui supports that. |
I started to add some basic support for reordering list items by drag and drop. |
"Search by name" would be nice. I'd like to type a layer name and have it only show reasonable matches.
Also, I want to hover a block and see what layer it's on, like this:
The text was updated successfully, but these errors were encountered: