Add ability to export templates to include specific resolutions, BPP and ranges per exported texture.
Justification
I’m exporting using your new terrain features. This requires multiple formats to successfully export. The terrain (Heightmap) itself is exported as 1024x1024 16 BPP 16 bit Normalized, while the main textures (base Color, roughness and Normal) are in 4096x4096 8 BPP 32bit Full range. While this can be done manually, I need to constantly switch between formats what I’m exporting to get a full set of exports and it slows down the pipeline, where as a template expansion that could handle the differences per texture would be extremely helpful! Meaning, there is some expected iteration during the tweaking phase that constant exporting is needed.
Implementation Details
Add extra drop downs when creating an export template that allows each exported texture to have a specific resolution, BPP and range set, rather than only using the global settings.
For example, one texture could be set to 1024x1024 16 BPP 16bit Normalized while a different texture could be set to 4095x4096 8 BPP 32 bit Full Range in the same exported template.
Thanks!
Arthur