Hi guys,
As you may know, c4d doesn't allow adding watermark post-effect (project name, Time Code...) to OpenGl render engine.
I'm trying to do this in python. but no luck!
I've tried to add text objects that print the required attributes and attach them to the camera, but when adding DOF Effect in Enhanced OpenGL mode the text objects will disappear because they are simply out of focus.
I've also tried to add a custom HUD but unfortunately, HUDs don't render in OpenGL renderer too.
Until recently I discovered that realflow for c4d plugin add a special HUD that shows the particles count, fluid name.... and it renders in OpenGL!
-
How could I add such and HUD in python
-
if this is complicated could I exclude an object from being affected by DOF effect in python?
Your Help is much appreciated.