Skip to main content

Questions tagged [opengl]

Questions about OpenGL (Open Graphics Library) OpenGL is an API used to render real-time 2D and 3D graphics. Blender uses OpenGL for drawing the user interface, 3D view, and the game engine.

Filter by
Sorted by
Tagged with
0 votes
0 answers
10 views

Save an image of an area by it's index

General Question: Is there a way to capture a raw image, so no overlay or gizmo, of an area within Blender only by its index? I would need a script that writes the pixels of the area to an image ...
Erasers45-Studios's user avatar
0 votes
0 answers
23 views

Copy framebuffer of 3D View into image

General Question: How can I copy the frame buffer of the currently active viewport to an image within Blender? The following link already addressed the question, however it utilizes a modal operator ...
Erasers45-Studios's user avatar
0 votes
1 answer
30 views

Graphics card unsupported

So ive been trying to install a later version of Blender on my laptop. Currently running 3.4.1. Ive done work on my desktop in 4.1 and obviously cant open files in 3.4. but i believe 3.6 can open 4.1 ...
Tony Sands's user avatar
0 votes
0 answers
344 views

how do you fix the blender 4.1 open gl problem

i understand this issue but i do not know how to resolve this issue. can someone tell me how to do this? this happens during startup and then closes when i click OK.
Bludus's user avatar
  • 70
0 votes
0 answers
14 views

3d viewport display rendering problem [duplicate]

I have this strange issue this morning... all objects seem to be half xrayish... last night all was good... as i pan or rotate is all flickers
Tony Sands's user avatar
1 vote
0 answers
24 views

Blender and Active Stereo Display (3D Vision or similar)

I am new to Blender. I am drawn to it because of 1) its drawing capability and 2) its supposed support of stereoscopic display. I have an "Nvidia 3D Vision" system that works under either ...
oldnewbie's user avatar
1 vote
1 answer
51 views

Unable to read depth from buffer when offscreen rendering

I'm trying to read the depth buffer from a frame buffer during offscreen rendering using the gpu.types.GPUFrameBuffer.read_depth() function from the gpu module. No ...
Sandroid's user avatar
0 votes
1 answer
172 views

Using Blender on an Azure VM

I really need to do some editing on a 3D model with some animations, but my PC would never run it, so I opted to use an Azure VM to try to run blender and maybe render the animation on the machine ...
Vanortton's user avatar
2 votes
1 answer
95 views

Drawing a circle that faces towards the view with GPU/BGL?

Im trying to draw a circle using the GPU/BGL module that appears on a given certain 3D position (in my example, the cursor's location) and, when drawing, it points towards the current view. I'm using: ...
Ommadawn's user avatar
  • 648
0 votes
0 answers
46 views

Blender not open in my laptop

Blender ver 3.6.2 After downloading and installing the software, it does not started because it show the popup window. In this window it show the "the entry point not found ". Dll file like ...
Yuvi's user avatar
  • 1
4 votes
3 answers
418 views

How to draw a specific color with gpu shader

This is a bulid-in shader of gpu module to display a 2D rectangle in viewport, if you check the color of the rectangle via photoshop/MSpaint or use ...
X Y's user avatar
  • 6,133
1 vote
1 answer
1k views

Headless Blender on Cloud not using blend settings

Why does Blender headless not use blend settings? It works fine with X11 forwarding but just slow. When using VM.Standard.E2.1.Micro (Oracle Cloud AMD64/...
wjwrpoyob's user avatar
  • 123
1 vote
0 answers
218 views

Custom render engine - creating material previews with OpenGL?

I'm working on a custom render engine through a Python addon that uses the bgl module for most of its rendering. bl_use_preview ...
hayden0729's user avatar
1 vote
0 answers
617 views

Blender 3.4 won't run citing unsupported graphics card but 3.3 works

I have 3 computers I primarily run Blender on, 2 of which are giving me this error: ...
kodiakcreativity's user avatar
0 votes
1 answer
326 views

How to force draw_handler_add?

I have a draw function inspired from this answer: ...
cak3_lover's user avatar

15 30 50 per page
1
2 3 4 5
18
-