Azure / azure-batch-maya

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

Relative paths starting with '//' causing errors #16

Closed annatisch closed 6 years ago

annatisch commented 7 years ago

Encountered by @kcoley when Arnold uses '//' for project-relative asset paths. This is breaking the Azure path mapping.

For example the asset_map.mel script would then misconvert the mapping to this:

dirmap -m "C:/Users/Desktop/cloudRenders/test//scenes" "/X/C/Users/Desktop/cloudRenders/test//scenes";
annatisch commented 6 years ago

Closing this for now as we haven't seen it since. Can reopen if it reoccurs.