Skip to content
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

Open
vitalash1 opened this issue Aug 13, 2024 · 6 comments
Open

Feature Request: Search layers by name, hover block to see layer #388

vitalash1 opened this issue Aug 13, 2024 · 6 comments

Comments

@vitalash1
Copy link

vitalash1 commented Aug 13, 2024

"Search by name" would be nice. I'd like to type a layer name and have it only show reasonable matches.
goxel_WCKrNNmwmk

Also, I want to hover a block and see what layer it's on, like this:
image
image

@vitalash1
Copy link
Author

vitalash1 commented Aug 16, 2024

Edit: Layer scrolling specifically appears to be no problem; I observed something falsely. I hadn't expected the controls box including + - ^ v ... to allow itself to be clipped, but I suppose that's the way you want it.

Search by layers is still a desirable feature.

@vitalash1 vitalash1 changed the title Feature Request: Scrolling layers, search by name. Feature Request: Search layers by name, hover block to see layer Aug 16, 2024
@420noscope-exe
Copy link

420noscope-exe commented Aug 17, 2024

Can we also have the ability to drag and drop layers to re-order them? I just did a large project, and using ^ v was very tedious.

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.

image

@vitalash1
Copy link
Author

Can we also have the ability to drag and drop layers to re-order them? I just did a large project, and using ^ v was very tedious.

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.

+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.)

@vitalash1
Copy link
Author

If drag and drop is added, I'd hope it can be added to other interfaces like Materials.
image

@guillaumechereau
Copy link
Owner

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.

@guillaumechereau
Copy link
Owner

I started to add some basic support for reordering list items by drag and drop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants