-
Notifications
You must be signed in to change notification settings - Fork 41
Description
Describe the bug
When a renderman job has a texture map with an absolute Windows path is submitted to a Linux fleet, the path re-mapping will convert the path to Linux correctly, but the UDIM token will not expand and a texture map will be searched with "" in the file name. This is in contrast to a job with a manually-specified absolute Linux path or a relative Windows path, which will correctly expand the UDIM token since no path re-mapping is done. I've renamed the files to reflect which is which in the name.
AbsoluteWindowsPath_FailedJob.log
AbsoluteLinuxPath_SuccessfulJob.log
Expected Behaviour
Renderman texture paths are properly expanded when path mapping is applied.
Current Behaviour
Renderman texture paths are properly expanded when path mapping is applied, and the token is left in place.
Reproduction Steps
- Create a Maya scene using the Renderman plugin
- Create a material with multiple UDIM tiles that references a file path containing the token
- Submit render job containing that material
Environment
At minimum:
- Operating system: Windows Server 2022 (submitter) / Rocky Linux 9 (farm)
- Version of Maya: 2024
- Version of this package: 0.15.12
Please share other details about your environment that you think might be relevant to reproducing the bug.