aws-deadline / deadline-cloud-for-cinema-4d

AWS Deadline Cloud for Cinema 4D
Apache License 2.0
6 stars 8 forks source link

fix: Add path mapping to outputs #57

Closed evanspearman-a closed 2 months ago

evanspearman-a commented 2 months ago

What was the problem/requirement? (What/Why)

Output paths were not path mapped.

What was the solution? (How)

Call map_path on the output and multipass output paths in the adaptor.

What is the impact of this change?

Outputs will now be path mapped.

How was this change tested?

I installed the changes on a CMF instance and rendered a scene that had both normal and multi-pass outputs. I observed that I was able to download the output and that the logs recorded the path mapping happening.

Was this change documented?

No

Is this a breaking change?

No


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

evanspearman-a commented 2 months ago

Partially fixes https://github.com/aws-deadline/deadline-cloud-for-cinema-4d/issues/55