Page 1 of 1

Cinema4D Python scripting

Posted: Sat Sep 22, 2018 8:24 pm
by shrvnn
Hi,

I am trying to automate rendering process in C4D, which also has Indigo Renderer Plugin. I basically want to render on IR Standalone from C4D.

I am trying to change the image save path for IR in Edit Render Settings of C4D. The ID of the field is RS_IMAGE_SAVE_PATH . But it returns "None" everytime. Hence I am not able to make any changes in the Edit Render Setting of C4D.

None of the other values can be modified or received, while all values of c4d are accessible.

Please help me. Thanks

Re: Cinema4D Python scripting

Posted: Sun Sep 23, 2018 6:32 am
by fused
Hi shrvnn,

I will be looking into this soon.

Re: Cinema4D Python scripting

Posted: Mon Sep 24, 2018 5:54 pm
by zeitmeister
Would unleash the power of ISL in C4D!

Re: Cinema4D Python scripting

Posted: Thu Sep 27, 2018 3:02 am
by fused
shrvnn wrote:
Sat Sep 22, 2018 8:24 pm
I am trying to change the image save path for IR in Edit Render Settings of C4D. The ID of the field is RS_IMAGE_SAVE_PATH . But it returns "None" everytime. Hence I am not able to make any changes in the Edit Render Setting of C4D.
Hi shrvnn,

can you send me an simple python script that demonstrates this issue? Thanks!