addon_common
addon_common copied to clipboard
*Not ready to merge yet*
We've had them before. I kind of like this slider bar with no text input.  https://github.com/jayanam/bl_ui_widgets/blob/master/bl_ui_slider.py
I've been experimenting with creating UI with CookieCutter yesterday and I think I found a significant limitation in the way the whole library can be used. It seems to be...
Is it possible to restrict the rendering of the UI to a certain view3D space viewport? For example, if launch a CookieCutter based operator in one of the default workspaces...
Using the following code `self.ui_outline_container = ui.collection(label="Outline Properties", parent = self.main_menu)` `self.ui_outline_container.builder([...])` does not produce a text label within the UI collection container 
I noticed today that when calling self.done(cancel = True) from within an fsm state (on ESC press) that the operator does not exit unless mouse cursor hovers outside the main...
 These are just my gut feeling when interacting with this a) boxes should clear when you select them, or start cursor at the end, since you have to delete...
The lib is using OpenGL shaders version #120 while Blender 2.8 got moved to core profile. Is there any chance rendering can be updated to the core profile as well?...