Blender ID: 2.80-compatible unregistration

This commit is contained in:
Sybren A. Stüvel 2018-09-04 15:12:12 +02:00
parent abaa64303d
commit 150e8db57a
1 changed files with 4 additions and 1 deletions

View File

@ -357,7 +357,10 @@ def register():
def unregister():
bpy.utils.unregister_module(__name__)
bpy.utils.unregister_class(BlenderIdLogin)
bpy.utils.unregister_class(BlenderIdLogout)
bpy.utils.unregister_class(BlenderIdPreferences)
bpy.utils.unregister_class(BlenderIdValidate)
if __name__ == '__main__':