From 272290a3f7bb8f30e39fb02a703dcff418300e5a Mon Sep 17 00:00:00 2001 From: JoshQuake Date: Wed, 7 Aug 2024 13:08:08 -0700 Subject: [PATCH] ue2rigify release prep --- src/addons/ue2rigify/__init__.py | 2 +- src/addons/ue2rigify/blender_manifest.toml | 2 +- src/addons/ue2rigify/release_notes.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/addons/ue2rigify/__init__.py b/src/addons/ue2rigify/__init__.py index e2c7f1b0..b95fd17e 100644 --- a/src/addons/ue2rigify/__init__.py +++ b/src/addons/ue2rigify/__init__.py @@ -13,7 +13,7 @@ "name": "UE to Rigify", "author": "Epic Games Inc (now a community fork)", "description": "Allows you to drive a given rig and its animations with a Rigify rig.", - "version": (1, 7, 1), + "version": (1, 7, 2), "blender": (3, 6, 0), "location": "3D View > Tools > UE to Rigify", "wiki_url": "https://poly-hammer.github.io/BlenderTools/ue2rigify", diff --git a/src/addons/ue2rigify/blender_manifest.toml b/src/addons/ue2rigify/blender_manifest.toml index c3afe933..cf030a69 100644 --- a/src/addons/ue2rigify/blender_manifest.toml +++ b/src/addons/ue2rigify/blender_manifest.toml @@ -2,7 +2,7 @@ schema_version = "1.0.0" id = "ue2rigify" name = "UE to Rigify" tagline = "Allows you to drive a given rig and animations with a Rigify rig" -version = "1.7.1" +version = "1.7.2" type = "add-on" tags = ["Pipeline"] blender_version_min = "4.2.0" diff --git a/src/addons/ue2rigify/release_notes.md b/src/addons/ue2rigify/release_notes.md index 8f2d0684..e1c02764 100644 --- a/src/addons/ue2rigify/release_notes.md +++ b/src/addons/ue2rigify/release_notes.md @@ -1,9 +1,9 @@ ## Patch Changes -* Extensions compliance update - * [60](https://github.com/poly-hammer/BlenderTools/pull/60) +* Extensions compliance - Avoid data.objects iteration + * [72](https://github.com/poly-hammer/BlenderTools/pull/72) ## Special Thanks * @JoshQuake ## Tests Passing On -* Blender `3.6`, `4.0`, `4.1`, `4.2` (installed from blender.org) \ No newline at end of file +* Blender `3.6`, `4.2` (installed from blender.org) \ No newline at end of file