C4D Sanity Check

Hi,

I’ve wanted to write a custom sanity check to use with C4D since we got deadline. I’m not a python coder but that hasn’t stopped me from trying. Has anyone else successfully created a sanity check that would like to share?

What I’m looking to do is to have a sanity check that looks for two things. First to flag if Progressive rendering is set when using physical cam. Second to notify you if your frame range is set to current frame.

Cheers,
Andrew

Hello,

As far as I am aware, all the info we have on sanity scripts for C4D is found at docs.thinkboxsoftware.com/produc … nity-check

Hi,

Thanks for the link. I went over the supplied files referenced in that article. I did not find any mention in the code as to what renderer was selected. Disclaimer that I’m not a coder and may have missed it. I even scoured the C4D Python Reference supplied by Maxon in order to find any reference for how to access the renderer settings and came up empty. Here is the link http://plugincafe.com/python/

I was hoping that someone else on here has had success with writing one of these for cinema and would help a render brother out. Going over someone else’s file is usually helpful for me to learn. :wink: