From e5cf99a18b79566e282ac3e3f89aae704e81bef1 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 23 Aug 2018 02:07:53 +0200 Subject: [PATCH] fix minimum required version --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 233b1f4..c50063d 100644 --- a/__init__.py +++ b/__init__.py @@ -27,7 +27,7 @@ "name": "Rigacar (Generates Car Rig)", "author": "David Gayerie", "version": (3, 0), - "blender": (2, 7, 9), + "blender": (2, 79, 0), "location": "View3D > Add > Armature", "description": "Adds a deformation rig for vehicules, generates animation rig and bake wheels animation.", "wiki_url": "http://digicreatures.net/articles/rigacar.html",