Skip to main content

All Questions

Tagged with
2 votes
1 answer
19 views

Add text (label) to colored bar created using gpu module

I've created a colored bar using the gpu module (see picture). Here is the code. Now I would like to add some text as displayed in the image with the labels 5 Kg and 100 kg. Any suggestion? ...
Alex Mekx's user avatar
1 vote
2 answers
302 views

How to implement bgl.glScissor with using gpu module?

As you know, bgl module has been deprecated and will be deleted in the future Blender release. So, I'm tackling to change my old code to use ...
nutti's user avatar
  • 459