It’d be really useful if the layout TOP had a mode for combining resolutions into one long canvas when their heights or widths are matched.
As an example I have a 4 walled room I want to make a canvas for with the front wall and back wall being 2048x720 and the left and right walls being 1280x720.
I’d like to be able to just layout the walls left to right giving a final width of 6656x720. If I plug my walls in order left to right into a layout TOP then it will squash or stretch everything to the same width of 5120 (1280x4) which isn’t the desired output. I’d like the widths to be variable given that the height is the same…basically just have it append the screens left to right.