ClarkThyLord / Voxel-Core

Voxel plugin for the Godot game engine!
https://godotengine.org/asset-library/asset/465
MIT License
453 stars 28 forks source link

Ability to select, move, copy and paste voxelobject voxels and areas #46

Open me2beats opened 3 years ago

me2beats commented 3 years ago

There are many cool and handy tools when creating voxel objects (I like them all — add, sub, swap, fill, pick; individual, area, extrude etc). But it seems I really miss an ability to select some area with voxels and then move the whole area on x/y/z. As well as copy the area and then paste it somewhere.

Being able to select individual voxels (not the whole areas) would be great as well.

I believe this would save a lot of time.

ClarkThyLord commented 3 years ago

Thanks, glad to hear that, and I also agree I had actually wanted to implement something like this for the rework, but it proved to be more tedious that I had hoped for. I'll definitely revisit the idea though 👍