aws-deadline / deadline-cloud-for-maya

AWS Deadline Cloud for Maya
Apache License 2.0
11 stars 15 forks source link

feat: Add support for renderman job attachments. #86

Closed rmv closed 8 months ago

rmv commented 8 months ago

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

As part of support for renderman the maya submitter needs to find the correct renderman job attachments

What was the solution? (How)

Query Maya's repathing tool for external resources, and get the .tex filenames through Renderman's Tx Manager.

What is the impact of this change?

Should find Renderman job attachments if the renderman render is selected in render settings when submitting.

How was this change tested?

Tried different renderman scenes and checked the output job bundles, which included the original and tex files.

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

Yes, the tests passed correctly.

Was this change documented?

Not yet, once all the parts are in.

Is this a breaking change?

No.

rmv commented 8 months ago

Also fixed an issue where the original textures were not being added.