Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
So basically i'm trying to develop a plugin (currently using python) that alters the file after render. I would have assumed there would be a render event I could listen to or something similar, but I haven't been able to find anything along those lines. Is this something that's possible in C4D, or something similar? Essentially an action needs to be performed on the outputted file once the scene is rendered based on a couple of settings.
Thanks.
Hi pe_matthewalexander , thanks for reaching out us.
With regard to your question I suggest the following options (which strongly depend on the context you're supposed to run)
MessageData::CoreMessage()
EVMSG_RAYTRACER_FINISHED
BaseDocument::RenderDocument()
VideoPostData
Best, Riccardo