I'd like to request an option for recent ui procedural texture feature to either cut or fit the display to non-square textures to avoid it being stretched.
Related ticket: T170754
I'd like to request an option for recent ui procedural texture feature to either cut or fit the display to non-square textures to avoid it being stretched.
Related ticket: T170754
I suggest to either have 2 new procedure names like:
#(rgb,1024,2048,1)ui('RscDisplayEmpty') - stretch (current)
#(rgb,1024,2048,1)uicut('RscDisplayEmpty') - cut off
#(rgb,1024,2048,1)uifit('RscDisplayEmpty') - shink to fit
or add a new parameter after texType:
#(rgb,1024,2048,1)ui('RscDisplayEmpty','uniqueName','ca','cut')