Hi
I need to modify the C4D plugin to catch if the submitting C4D version is higher than a certain minor version: Any submitting version < 16.### should use a preconfigured executable. Where in the C4D plugin is the version selection taking place?
Any help appreciated.
Thanks but i figured it out.
Its here: /DeadlineRepository7/submission/Cinema4D/Main/SubmitC4DToDeadline.py line 1005. Just added a small if/else test. Works like a charm.