Oh I see..
The ExecutePasses
was the key !
Thank you for your answers !
Oh I see..
The ExecutePasses
was the key !
Thank you for your answers !
Hello @ferdinand ,
thank you for your answer !
But we have another issue with that!
We want to edit the REDSHIFT_PROXY_SELECTION_OBJECTS parameter after import
but this parameter does not seem to be initialized on creation and it returns an empty string.
I tried to refresh c4d ui, switch frame, etc.. to force reload but nothing happens
To get the param value I have to run another script by hand after the import command.
Here is the simplified code:
proxy = proxy_utils.import_proxy(doc, "tutu", "hello")
c4d.EventAdd()
print(proxy[c4d.REDSHIFT_PROXY_SELECTION_OBJECTS])
>>
Thanks
Hello,
We would like to import RSproxy inside C4D using Python script but we don't find any documentation about how we can set the import path and the animation type.
these fields seams unaccesible with python in C4D.
This one:
and this one:
Is it right?
Thanks