Skip to content

Commit

Permalink
Upgrade for Blender 2.80
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskruse authored Jul 2, 2019
1 parent 3483bd7 commit c7f541d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion random-height/random-height.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
bl_info = {
"name": "Random shrink/fatten per face",
"category": "Mesh",
"blender": (2, 80, 0)
}

import bpy
Expand Down Expand Up @@ -57,4 +58,4 @@ def unregister():
# This allows you to run the script directly from blenders text editor
# to test the addon without having to install it.
if __name__ == "__main__":
register()
register()

0 comments on commit c7f541d

Please sign in to comment.