Skip to content

Commit

Permalink
Send2UE 2.4.5 and UE2Rigify 1.6.4 Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshQuake committed Jun 17, 2024
1 parent 80e857b commit 0a3ab4f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 13 deletions.
2 changes: 1 addition & 1 deletion send2ue/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
bl_info = {
"name": "Send to Unreal",
"author": "Epic Games Inc (now a community fork)",
"version": (2, 4, 4),
"version": (2, 4, 5),
"blender": (3, 6, 0),
"location": "Header > Pipeline > Send to Unreal",
"description": "Sends an asset to the first open Unreal Editor instance on your machine.",
Expand Down
14 changes: 8 additions & 6 deletions send2ue/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
## Major Changes
* Combined support for Blender 3.6 and 4.1

## Minor Changes
* Updated FBX mesh export to Blender 4.0
* [699](https://github.com/EpicGamesExt/BlenderTools/pull/699)
* Updated FBX anim export to Blender 4.0
* [706](https://github.com/EpicGamesExt/BlenderTools/pull/706)
* Removed (?i) from lod regex value in default settings template
* Updated handling of global flags in lod_regex
* [9](https://github.com/poly-hammer/BlenderTools/pull/9)
* Added Apply Groom Modifiers extension
* [18](https://github.com/poly-hammer/BlenderTools/pull/18)

## Special Thanks
@universalconquistador, @JoshQuake
@jack-yao91 for his major contributions to support the continued development of this addon!

## Tests Passing On
* Blender `3.6`, `4.1` (installed from blender.org)
Expand Down
4 changes: 2 additions & 2 deletions ue2rigify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"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, 6, 3),
"blender": (3, 3, 0),
"version": (1, 6, 4),
"blender": (3, 6, 0),
"location": "3D View > Tools > UE to Rigify",
"wiki_url": "https://poly-hammer.github.io/BlenderTools/ue2rigify",
"warning": "",
Expand Down
14 changes: 10 additions & 4 deletions ue2rigify/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
### Minor Changes
* Added validation to ensure source rig has a scale of 1.
* [601](https://github.com/EpicGamesExt/BlenderTools/issues/601)
## Major Changes
* Added support for Blender 4
* [15](https://github.com/poly-hammer/BlenderTools/pull/15)

## Minor Changes
* Added UE5 mannequin templates
* [15](https://github.com/poly-hammer/BlenderTools/pull/15)

## Special Thanks
* @gzmuszynski (Rig Templates)

## Tests Passing On
* Blender `3.5` (installed from blender.org)
* Blender `3.6`, `4.1` (installed from blender.org)

0 comments on commit 0a3ab4f

Please sign in to comment.