Hi I have an asset done in mari using mari style UDIM texture. I like to read UDIM textures using standard shader fx node (maya 2015) how can I do that? (using standard maya texture input node I can simply select UDIM option and read all the textures) doc I like to do the same but with shader fx nodes thanks
There is no build-in way to do this atm. If you only have a couple of UDIM textures you can probably get away with placing a few Texture Map nodes down and adjust the UV input for those textures to match their UDIM layout (So what you are doing is to squeeze each of the textures in UV space 0-1) There is some Maya API to…