Skip to content

Commit

Permalink
Restore accidentally removed class register
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Dec 7, 2023
1 parent 0c82c0f commit 8a35613
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/io_hubs_addon/debugger.py
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,7 @@ def unregister():
bpy.utils.unregister_class(HubsSceneDebuggerInstanceAdd)
bpy.utils.unregister_class(HubsSceneDebuggerInstanceRemove)
bpy.utils.unregister_class(HubsSceneDebuggerRoomAdd)
bpy.utils.unregister_class(HubsSceneDebuggerRoomRemove)
bpy.utils.unregister_class(HubsSceneDebuggerPrefs)
bpy.utils.unregister_class(HubsUrl)

Expand Down

0 comments on commit 8a35613

Please sign in to comment.