Drawing an image with the gpu module in scene and viewport space
Using the GPU module from the Blender Python API, we can draw images in the scene or viewport space. Images can be drawn in the scene coordinate system for intuitive mesh interaction, or in the viewport coordinate system to create custom UI elements.
Drawing an image with the gpu module in scene and viewport spaceRead More »