From e0429afacc58879492e943861a17700f9fb4bf09 Mon Sep 17 00:00:00 2001 From: xtremexp Date: Mon, 23 Jan 2023 19:48:36 +0100 Subject: [PATCH] version 1.4.4 --- history.md | 6 ++++++ pom.xml | 2 +- src/main/java/org/xtx/ut4converter/MainApp.java | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/history.md b/history.md index eb21791..a4e7a8b 100644 --- a/history.md +++ b/history.md @@ -1,3 +1,9 @@ +- 1.4.4 - 23/01/2023 + - u2/uc2/ut2003/4->ut3/ut4: fixed bad texture alignement for brushes with prepivot set + - u2/uc2/ut2003/4->ut3/ut4: fixed some rare brushes converted causing either editor crash on import + or having bad scale. + - u2/uc2->ut4: fixed staticmesh conversion crash when no material set + - 1.4.3 - 23/01/2023 - u2/ut2003/ut2004/uc2->ut4: fixed staticmeshes hidden after map save in editor - ui: export panel - better design diff --git a/pom.xml b/pom.xml index 9cd805d..3145a8f 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.xtx UT-Converter - 1.4.3 + 1.4.4 jar UT Converter diff --git a/src/main/java/org/xtx/ut4converter/MainApp.java b/src/main/java/org/xtx/ut4converter/MainApp.java index a85358e..4b4af8e 100644 --- a/src/main/java/org/xtx/ut4converter/MainApp.java +++ b/src/main/java/org/xtx/ut4converter/MainApp.java @@ -32,7 +32,7 @@ public class MainApp extends Application { /** * Version of UT4 Converter */ - public static final String VERSION = "1.4.3"; + public static final String VERSION = "1.4.4"; /** * Author