The buttons I created stopped working, they worked in blender 2.79. By the way, the standard buttons work, but my not. Any thoughts on this? Please tell me what could be the reason. Thank!
Button example:
class ALLSELECTDELETE_PT_operator(bpy.types.Operator):
"""All select and delete"""
bl_label = "Delete all"
bl_idname = "object.all_select_delete"
bl_description = "All select and delete"
def execute(self, context):
bpy.ops.object.mode_set(mode='OBJECT')
bpy.ops.object.select_all(action='SELECT')
bpy.ops.object.delete(use_global=False)
bpy.ops.view3d.snap_cursor_to_center()

pollmethods. – batFINGER Feb 06 '19 at 07:28C:\Users\admin\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons********__init__.py:124 rna_uiItemO: operator missing srna 'bones.wings_enable'
– Nembus Feb 06 '19 at 09:00scripts\addons********_init_.pyis secret I cannot help further. – batFINGER Feb 06 '19 at 09:08