Merge pull request #39 from flipphillips/main

Main
pull/46/head
Aarya 2023-04-16 18:44:22 +05:30 zatwierdzone przez GitHub
commit 1ba2316497
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -236,8 +236,8 @@ def unregister():
bpy.utils.unregister_class(GPT4_OT_Execute)
bpy.utils.unregister_class(GPT4_PT_Panel)
bpy.utils.unregister_class(GPT4_OT_ClearChat)
bpy.utils.register_class(GPT4_OT_ShowCode)
bpy.utils.register_class(GPT4_OT_DeleteMessage)
bpy.utils.unregister_class(GPT4_OT_ShowCode)
bpy.utils.unegister_class(GPT4_OT_DeleteMessage)
bpy.types.VIEW3D_MT_mesh_add.remove(menu_func)
clear_props()