-
This tool is such a fantastic effort filling a real need that's only barely served on Windows (which I avoid) and not at all on Linux. I'll spread the word for sure on this cool project! And of course I come with suggestions / questions upon my first few minutes of tinkering 😁
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I created some issues to keep track of your suggestions (see below some additional comments)
Right now, this is indeed locked on squared heightmap with 2^N sizes, but all the algorithms are written assuming an arbitrary grid size (but not thoroughly tested...) => #220
This is on my to do list somewhere. At some point I'd like to give the possibility to edit multiple heightmaps at the same time and put them on a global layout (see scheme in the new issue). Procedural inpainting will then be used to fill the gaps between the heightmaps when exporting => #221
It's rendering bug, likely the transparency going out of range, but as you noticed, it's only visual => #219
There is already a functional batch mode that does that but I recon it would be nice to have this available directly in the GUI. Could be a menu option "[NICE EXPLICIT NAME TO BE FOUND]" as you suggested => #222 Right now you can use the following command line:
|
Beta Was this translation helpful? Give feedback.
I created some issues to keep track of your suggestions (see below some additional comments)
Right now, this is indeed locked on squared heightmap with 2^N sizes, but all the algorithms are written assuming an arbitrary grid size (but not thoroughly tested...) => #220
This is on my to do list somewhere. At some point I'd like to give the possibility to edit multiple heightmaps at the same time and put them on a global layout (see scheme in the new issue). Proce…