bl_ui_widgets icon indicating copy to clipboard operation
bl_ui_widgets copied to clipboard

UI Widgets for Blender 2.8 and newer versions

Results 5 bl_ui_widgets issues
Sort by recently updated
recently updated
newest added

At very large scales, the panel will accelerate away from the mouse cursor. At smaller scales the panel will lag behind.

this one is for me to complete. Gathering feedback on plan though. implement the ability to define all properties and combos needed for a panel from a single config, reducing...

It can still be used normally in blender 3.x, but it is not compatible with blender 4.x because it uses the method self.shader = gpu.shader.from_builtin('2D_UNIFORM_COLOR') , but 4.x has removed...

hi I defined two panel scripts for some open source plug-ins. They are separate .py files and can work independently, but there is a problem. I wonder if there is...