maya doesn't read uv tiles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello! maya is not able to read uv tiles textures. I got a folder with 4 tiled textures for my diffuse map (DiffuseColor_1001.tiff, DiffuseColor_1002.tiff, DiffuseColor_1003.tiff, DiffuseColor_1004.tiff) but wheh I go to the atribute editor of the material and I select uv tiling mode: UDIM mari I get an error message: # Error: file: C:/Program Files/Autodesk/Maya2025/scripts/AETemplates/AEfileTemplate.mel line 699: unterminated string literal (detected at line 2).
this is the script editor:
setAttr "COLOR_1.uvTilingMode" 3;
# Error: file: C:/Program Files/Autodesk/Maya2025/scripts/AETemplates/AEfileTemplate.mel line 185: unterminated string literal (detected at line 2)
# Error: file: C:/Program Files/Autodesk/Maya2025/scripts/AETemplates/AEfileTemplate.mel line 699: unterminated string literal (detected at line 2)
# Error: file: C:/Program Files/Autodesk/Maya2025/scripts/AETemplates/AEfileTemplate.mel line 699: unterminated string literal (detected at line 2)
Can anyone help me please?