From c0a9372de8fa649c81566c200bfe9d2b28ca1644 Mon Sep 17 00:00:00 2001 From: Federico Bertani Date: Mon, 11 Feb 2019 22:30:08 +0100 Subject: [PATCH] Updated add-on description and category --- __init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index dffff3f..2bc08ff 100755 --- a/__init__.py +++ b/__init__.py @@ -2,8 +2,8 @@ "name": "Inertial-GNSS car data to blender", "author": "Federico Bertani", "location": "View3D > Tools", - "description": "Blender simulation generator from inertial sensor data on car", - "category": "Object", # TODO other possible categories are Animation and Physics + "description": "Blender simulation generator from inertial sensor data on vehicle", + "category": "Physics", "version": (1,1,2), "tracker_url" : "https://github.com/physycom/inertial_to_blender/issues" }