Source code for liatool.ui_panel

[docs] class ILSPpanel: bl_category = "LIATool" bl_space_type = 'VIEW_3D' bl_region_type = 'UI'
[docs] @classmethod def poll(cls, context): return True