Skip to content

Commit

Permalink
Merge branch 'release-0.5.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
egtwobits committed May 5, 2019
2 parents b4be871 + e5b031d commit 4c583e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mesh_mesh_align_plus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"based on geometry and measurements from your scene."
),
"author": "Eric Gentry",
"version": (0, 5, 1),
"version": (0, 5, 2),
"blender": (2, 80, 0),
"location": (
"3D View > N Panel > Mesh Align Plus tab, and"
Expand Down
4 changes: 2 additions & 2 deletions mesh_mesh_align_plus/utils/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,8 +566,8 @@ def register():

def unregister():
del bpy.types.Scene.maplus_data
bpy.types.VIEW3D_MT_object_specials.remove(maplus_guitools.specials_menu_items)
bpy.types.VIEW3D_MT_edit_mesh_specials.remove(maplus_guitools.specials_menu_items)
bpy.types.VIEW3D_MT_object_context_menu.remove(maplus_guitools.specials_menu_items)
bpy.types.VIEW3D_MT_edit_mesh_context_menu.remove(maplus_guitools.specials_menu_items)

# Remove custom classes from blender's bpy.types
for cls in reversed(classes):
Expand Down

0 comments on commit 4c583e0

Please sign in to comment.