Azure / azure-batch-maya

Cloud rendering from Maya using Azure Batch
Other
27 stars 12 forks source link

MayaIO erroneously attempts to load Bifrost assets from \scenes\ folder #25

Open davidkydd opened 6 years ago

davidkydd commented 6 years ago

When adding Bifröst data as assets manually, it is sent to the nodes correctly, but rendering does not complete due to a path error

Despite the Bifröst data being in the correct folder, the Maya renderer is looking for the cache data in the "scenes" folder rather than the "cache" folder where they exist. The asset_map.mel file is generated and uploaded with the bifrost assets in the correct "cache" folder (attached)

Putting the cache data in the "scenes" folder as MayaIO was expecting resulted in the Bifröst data rendering correctly (and a render result being produced). Why the batch MayaIO is looking for the cache files in the /scene/ folder is a complete mystery, despite trying to figure out what part of the code could be causing that.

asset_map.mel.rename.txt

stderr.txt

stdout.txt

annatisch commented 6 years ago

Should be resolved in v0.17