1
0
mirror of https://github.com/drewcassidy/TexTools-Blender synced 2024-09-01 14:54:44 +00:00

Add files via upload

This commit is contained in:
franMarz 2020-08-09 18:33:26 +02:00 committed by GitHub
parent f614e3bea7
commit fa7317b751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1462,7 +1462,7 @@ def unregister():
#GUI Utilities
utilities_ui.unregister()
#bpy.types.IMAGE_MT_uvs.remove(menu_IMAGE_uvs)
bpy.types.IMAGE_MT_uvs.remove(menu_IMAGE_uvs)
bpy.types.IMAGE_MT_select.remove(menu_IMAGE_select)
bpy.types.IMAGE_MT_image.remove(menu_IMAGE_MT_image)
bpy.types.VIEW3D_MT_object.remove(menu_VIEW3D_MT_object)