Instant Terra Forum

Instant Terra => Feature requests => Topic started by: ZoltanE on November 16, 2021, 03:07:15 PM

Title: Mask export rescaling options
Post by: ZoltanE on November 16, 2021, 03:07:15 PM
It would be great if I could set the output size of the image produced by the Mask Export node. I often export non terrain layer masks and since the terrain is not necessarily a power of 2 in dimensions I have to resize the outputted image manually after every export so it becomes a proper texture.
Title: Re: Mask export rescaling options
Post by: Alexis Vaisse on November 17, 2021, 08:41:25 AM
Hi,

The easiest way to do is to insert a "Change mask size" node just before the "Export mask" node.
And if you prefer to crop the mask instead of resizing it, just use a "Crop mask" node.
Title: Re: Mask export rescaling options
Post by: ZoltanE on November 17, 2021, 12:58:09 PM
Oh of course, I see, thanks! :)