Announcements

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

render to texture udims above 1101 does not render

johan8CZ8M
Contributor

render to texture udims above 1101 does not render

johan8CZ8M
Contributor
Contributor

Hello,

If UV's v are above 10 they do not get rendered when running render to texture.
Tested running mtoa 2.0.2.4 on both windows and linux.

To test create a cube, move uv and try "render to texture". No files will be written, instead you get this warning in the console (same on both win and linux)

# Warning: [mtoa] There can only be one RenderSession active.

mel for simple test case:

polyCube -w 1 -h 1 -d 1 -sx 1 -sy 1 -sz 1 -ax 0 1 0 -cuv 4 -ch 1;
ConvertSelectionToUVs;
polyEditUV -u 0.0 -v 11.0 ;
arnoldRenderToTexture -f "C:/temp/" -aud 1;
0 Likes
Reply
Accepted solutions (1)
1,398 Views
7 Replies
Replies (7)

johan8CZ8M
Contributor
Contributor

Have anyone been able to test this?

Thank you

0 Likes

johan8CZ8M
Contributor
Contributor

Hello, has anyone been able to test this?

0 Likes

Anonymous
Not applicable

It works only inside graph areas. need to check on the All UDIM check box to export UDIM

textures (multiple shaders, textures).

1007-untitled.jpg

0 Likes

johan8CZ8M
Contributor
Contributor

Yes but it's not uncommon for assets to be v > 10

all udims is passed in the mel snippet above

0 Likes

Anonymous
Not applicable

On the UV grid boxes 0-9.9, We can keep up to 100 UDIM next to next. 10*10 = 100 UDIM we can render at a time. I have rendered 26 UDIM by keeping the uvs in 1-1.9 and 2- 2.9 on grid box.

I am using MtoA 2.1.0

0 Likes

johan8CZ8M
Contributor
Contributor

Same in 5.1/3.0.0.1
No warning message though, just does not render at all

0 Likes

johan8CZ8M
Contributor
Contributor
Accepted solution

Going from 3.0.0.1 to 3.0.1.0 seems to have fixed this issue

0 Likes