Skip to main content

All Questions

Tagged with
0 votes
0 answers
178 views

Can a python script open a blank image, draw with opengl commands and then save file to disc?

I want to use object vertex position data to draw 2D images using python
Neil's user avatar
  • 71
2 votes
0 answers
687 views

Display Images with bgl

I'm trying to display an image external to blender in the 3d view with python and bgl. Is it possible not to load an image in data.images and display it? The following code display an image from the ...
christopheS's user avatar
4 votes
3 answers
3k views

Is possible to draw over render image and save it?

I would like to draw on top of render image and save it. For example, I would like to draw a text or a line and then save the final image as PNG. I was thinking to use something like this: Is it ...
Antonioya's user avatar
  • 492