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