AWS Thinkbox Discussion Forums

C4D submitter doesn't obey Take rendersettings

Hi
There seems to be a small inconsistency in the C4D submitter in 7.2.1.0 R.
As Takes now can have individual rendersettings and individual cameras, you need to modify the C4D submitter to parse individual takes for these settings.
It the current version of “DeadlineRepository7/submission/Cinema4D/Main/SubmitC4DToDeadline.py” in the for loop on line 1338 you are using:

scene = documents.GetActiveDocument() #.. renderData = scene.GetActiveRenderData().GetData() to get renderdata for the take being parsed. This will not work when individual takes have different render settings. You need to use these methods to figure out what rendersetting the take being parsed is using:

BaseTake.GetRenderData(takeData)
BaseTake.GetEffectiveRenderData(takeData)

developers.maxon.net/docs/Cinem … RenderData

Cheers
Bonsak

Hey Bonsak,

Thanks for finding this I have logged it as an issue for deadline 8.0.

Grant

Thanks. If you manage to squeeze this fix in any earlier than v8 release, it would be great as it kind of messes up our pipeline at the moment.

Cheers
Bonsak

Privacy | Site terms | Cookie preferences