We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f6fa04 commit 844e5e8Copy full SHA for 844e5e8
__init__.py
@@ -236,8 +236,8 @@ def unregister():
236
bpy.utils.unregister_class(GPT4_OT_Execute)
237
bpy.utils.unregister_class(GPT4_PT_Panel)
238
bpy.utils.unregister_class(GPT4_OT_ClearChat)
239
- bpy.utils.register_class(GPT4_OT_ShowCode)
240
- bpy.utils.register_class(GPT4_OT_DeleteMessage)
+ bpy.utils.unregister_class(GPT4_OT_ShowCode)
+ bpy.utils.unegister_class(GPT4_OT_DeleteMessage)
241
242
bpy.types.VIEW3D_MT_mesh_add.remove(menu_func)
243
clear_props()
0 commit comments