From 19655389eb8b30bd4bff620070db1b0f2215e4ad Mon Sep 17 00:00:00 2001 From: Sergei Vakhurin Date: Thu, 5 May 2022 23:51:56 +0300 Subject: [PATCH] v1.0.2 --- LICENSE | 2 +- animation_retarget/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 5828076..91e85c2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017, 2019-2020 Vakhurin Sergey +Copyright (c) 2017, 2019-2020, 2022 Vakhurin Sergei Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/animation_retarget/__init__.py b/animation_retarget/__init__.py index 26eebee..62ec0af 100644 --- a/animation_retarget/__init__.py +++ b/animation_retarget/__init__.py @@ -1,7 +1,7 @@ bl_info = { 'name': 'Animation Retargeting Tools', - 'author': 'Vakhurin Sergey (igel)', - 'version': (1, 0, 1), + 'author': 'Vakhurin Sergei (igelbox)', + 'version': (1, 0, 2), 'blender': (2, 80, 0), 'category': 'Animation', 'location': 'Properties > Object, Properties > Bone',