Skip to content

Commit 6176730

Browse files
committed
add release notes
1 parent 3517d1f commit 6176730

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

RELEASE_NOTES.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
RELEASE NOTES
22

3+
**Version**: 0.0.14a
4+
5+
NEW FEATURES
6+
7+
* Fbx Export: Third party software can add FbxMesh to FbxNode directly through delegate instead of passing exporter a mesh
8+
9+
* Maya Integration: Added script for installing Maya integration through the command line
10+
11+
12+
FIXES
13+
14+
* Maya Integration: always show plugin as new regardless of Maya version
15+
* Convert to Prefab: Handle Convert to Prefab on an FbxPrefab
16+
* FbxPrefab: Fire OnUpdate event even if there is no obvious change to the Fbx
17+
* Maya Integration: restore selection after publish
18+
* FbxPrefab: fix so that renaming parent doesn't affect child transform
19+
* Convert to Prefab: fix so zeros are kept when incrementing (e.g. Cube001.fbx becomes Cube002.fbx instead of Cube2.fbx)
20+
* Convert to Prefab: Weld vertices by default, remove option from export settings
21+
* Convert to Prefab: By default delete original GameObject after converting
22+
323
**Version**: 0.0.13a
424

525
FIXES

0 commit comments

Comments
 (0)