Skip to main content

All Questions

Tagged with
0 votes
0 answers
78 views

How to directly store Blender File Images Externally?

I'm using this answer to generate images from view port but is there a way to directly externally store/generate this image? and by that I mean NOT having to manually save them through Image Editor
cak3_lover's user avatar
10 votes
2 answers
2k views

Copy framebuffer of 3D View into custom frame buffer

General question: Is there a reliable way to directly access the OpenGL framebuffer of a View3D for copying? (Please see the end of the post for more detailed questions) I need a very fast way to copy ...
reg.cs's user avatar
  • 488
0 votes
1 answer
313 views

How to highlight a polygon or a vertex under the pointer in Python?

I am trying to figure out how to highlight a polygon or a vertex that could be under the mouse pointer in Python for 2.80. The highlighting is just a visual indication. I realize that I will be ...
yarun can's user avatar
  • 428
1 vote
2 answers
821 views

How to align modal draw to the middle of the 3d viewport?

I have a question about the opengl modal draw : How to align text from a modal draw to the middle of the viewport and and keep it automatic between Tool Shelf and Property Shelf, when i changing them?...
MKB's user avatar
  • 78
0 votes
0 answers
232 views

opengl text display of custom properties?

I have a bunch of simple objects with custom properties, e.g. description, comments, etc. I would like to be able to be able to view this information somehow in the viewport attached per each object ...
dimitarsp's user avatar
  • 1,386
2 votes
1 answer
805 views

How to acess and change solid OpenGL lights settings via python?

I have interested in create an addon to help on viewing models. the idea is the properties for solid OpenGL Ligths be found in tools panel so we can easily tweak the colors and light direction for ...
StackOverflowToxicityVictim's user avatar