addon_common icon indicating copy to clipboard operation
addon_common copied to clipboard

Results 13 addon_common issues
Sort by recently updated
recently updated
newest added

*Not ready to merge yet*

We've had them before. I kind of like this slider bar with no text input. ![image](https://user-images.githubusercontent.com/2917743/71625391-92314980-2bb5-11ea-81c4-eb1ad0841500.png) https://github.com/jayanam/bl_ui_widgets/blob/master/bl_ui_slider.py

enhancement

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...

enhancement

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 ![92367867_269282320745797_7731682336781107200_n](https://user-images.githubusercontent.com/46112624/78622059-c5851380-7849-11ea-8f5d-12795f88c523.png)

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...

![labeled_text](https://user-images.githubusercontent.com/2917743/71624626-82b00180-2bb1-11ea-90c5-4f6f276782ac.gif) 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...

enhancement

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?...