Hi,
I have been developing a script to create viewport movie renders inside blender and everything works fine for movie generation part. But I need to also add text overlays on these movie files with general information such as project and artist details, frame number and focal length etc. But I am unable to figure out a way to do this. I have tried Spaceview3D.draw_handler_add and it creates the required heads up element on viewport but they do not render with ‘Viewport Render Animation’ option. (Possibly because that uses opengl?) Drawing text geometry seems inefficient and unnecessary and I am sure there must be a better way which I am not aware of, being new to Blender.
So I was wondering how to achieve what I am looking for and any help is greatly appreciated.
Thanks!