From 45df211cf6a30653ee677ae351862be8741580f5 Mon Sep 17 00:00:00 2001 From: ABelliqueux Date: Wed, 22 Jul 2020 15:25:06 +0200 Subject: [PATCH] Bumping version to 2.0.1 after some corrections, updated credits --- io_export_rsd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/io_export_rsd.py b/io_export_rsd.py index e184923..1608cc5 100644 --- a/io_export_rsd.py +++ b/io_export_rsd.py @@ -21,9 +21,9 @@ from bpy_extras.io_utils import (ImportHelper, bl_info = { "name": "Export: Playstation RSD,PLY,MAT Model Format", - "author": "Jobert 'Lameguy' Villamor (Lameguy64)", + "author": "Jobert 'Lameguy' Villamor (Lameguy64), ABelliqueux", "blender": (2,6,9), - "version": (2,0,0), + "version": (2,0,1), "location": "File > Export", "description": "Export mesh to PlayStation SDK compatible RSD,PLY,MAT format", "support": "COMMUNITY",