Skip to content

Commit

Permalink
send2ue release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshQuake committed Aug 2, 2024
1 parent 388f142 commit d2a3940
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/addons/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, 7),
"version": (2, 4, 8),
"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
2 changes: 1 addition & 1 deletion src/addons/send2ue/blender_manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ schema_version = "1.0.0"
id = "send2ue"
name = "Send to Unreal"
tagline = "Send assets directly to an open Unreal Editor on your machine"
version = "2.4.7"
version = "2.4.8"
type = "add-on"
tags = [ "Pipeline" ]
blender_version_min = "4.2.0"
Expand Down
6 changes: 3 additions & 3 deletions src/addons/send2ue/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Patch Changes
* Fixed send2ue module not found in Blender 4.2
* [59](https://github.com/poly-hammer/BlenderTools/pull/59)
* Implemented __package\_\_
* [63](https://github.com/poly-hammer/BlenderTools/pull/63)


## Special Thanks
@jack-yao91
@JoshQuake

## Tests Passing On
* Blender `3.6`, `4.0`, `4.1`, `4.2` (installed from blender.org)
Expand Down

0 comments on commit d2a3940

Please sign in to comment.