We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a333ee commit 8ea882cCopy full SHA for 8ea882c
CHANGELOG.md
@@ -2,6 +2,9 @@
2
All notable changes to this project will be documented in this file.
3
Features marked with `*` require the UE4 plugin to work.
4
5
+## [1.0.1] 2020-07-24
6
+### Fixed
7
+* Fixed an issue when writing some custom props, that would break the XML structure.
8
9
## [1.0.0] 2020-07-01
10
### Added
__init__.py
@@ -3,7 +3,7 @@
bl_info = {
"name": "Unreal Datasmith format",
"author": "Andrés Botero",
- "version": (0, 4, 0),
+ "version": (1, 0, 1),
"blender": (2, 82, 0),
"location": "File > Export > Datasmith (.udatasmith)",
"description": "Export scene as Datasmith asset",
0 commit comments