diff --git a/MCprep_addon/__init__.py b/MCprep_addon/__init__.py index d28ab322..8850adb4 100755 --- a/MCprep_addon/__init__.py +++ b/MCprep_addon/__init__.py @@ -37,7 +37,7 @@ bl_info = { "name": "MCprep", "category": "Object", - "version": (3, 2, 4, 3), + "version": (3, 2, 5), "blender": (2, 80, 0), "location": "3D window toolshelf > MCprep tab", "description": "Minecraft workflow addon for rendering and animation", diff --git a/MCprep_addon/conf.py b/MCprep_addon/conf.py index f028e1b4..6d56f4cd 100644 --- a/MCprep_addon/conf.py +++ b/MCprep_addon/conf.py @@ -38,7 +38,7 @@ def init(): # Used to print out extra information, set false with distribution # ----------------------------------------------- global dev - dev = True + dev = False global v v = True # $VERBOSE, UI setting