aws-deadline / deadline-cloud-for-after-effects

AWS Deadline Cloud for After Effects
Apache License 2.0
8 stars 9 forks source link

Changed the adaptor to search the entire project for matching composition names instead of just the root folder #51

Closed yuanmich2 closed 3 months ago

yuanmich2 commented 3 months ago

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

Projects that had compositions in folders were not rendering.

What was the solution? (How)

The adaptor was only looping through the root folder when searching for compositions. This PR makes it look through the entire project.

What is the impact of this change?

You will now be able to render compositions regardless of if they are organized in a folder or not.

How was this change tested?

I tested with project files that used folders.

Did you run the "Job Bundle Output Tests"? If not, why not? If so, paste the test results here.

No, I don't know what this is.

Was this change documented?

No, it does not need to be documented because it just addresses a bug.

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.

yuanmich2 commented 3 months ago

Merging with https://github.com/aws-deadline/deadline-cloud-for-after-effects/pull/48