Skip to content

Commit 890973c

Browse files
committed
code review fixes to release notes
1 parent 3746091 commit 890973c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

RELEASE_NOTES.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,33 @@ RELEASE NOTES
44

55
NEW FEATURES
66

7-
* Fbx Export: Third party software can add FbxMesh to FbxNode directly through delegate instead of passing exporter a mesh
7+
* Fbx Export: Add support for Third Party software, through a delegate callback, to handling adding the FbxMesh to the FbxNode on export.
88

9-
* Maya Integration: Added script for installing Maya integration through the command line
9+
* Maya Unity Integration: Added script for installing Maya integration through the command line
1010

11-
* Maya Integration: Added dropdown to select Maya version to use for installation
11+
* Maya Unity Integration: Added dropdown to select Maya version to use for installation
1212

1313
Tries to find all Maya versions installed in default install location. Also contains browse option to select Maya installed
1414
in custom location.
1515

16-
* Maya Integration: Added icons for Import, Preview, and Export
16+
* Maya Unity Integration: Added icons for Import, Preview, and Export
1717

18-
* Moved Integrations and FbxSdk folders under FbxExporters in Unity package
18+
* Moved Integrations and FbxSdk folders under a single FbxExporters folder in the Unity package
1919

2020
FIXES
2121

22-
* Maya Integration: always show plugin as new regardless of Maya version
22+
* Maya Unity Integration: always show plugin as "what's new" regardless of Maya version
2323
* Convert to Prefab: Handle Convert to Prefab on an FbxPrefab
2424
* FbxPrefab: Fire OnUpdate event even if there is no obvious change to the Fbx
25-
* Maya Integration: restore selection after publish
25+
* Maya Unity Integration: restore selection after publish
2626
* FbxPrefab: fix so that renaming parent doesn't affect child transform
2727
* Convert to Prefab: fix so zeros are kept when incrementing (e.g. Cube001.fbx becomes Cube002.fbx instead of Cube2.fbx)
2828
* Convert to Prefab: Weld vertices by default, remove option from export settings
2929
* Convert to Prefab: By default delete original GameObject after converting
3030
* Export Settings: Reword center objects tooltip
31-
* Maya Integration: Handle projects with spaces in the path
32-
* Maya Integration: Run turntable review with Unity project already open
33-
* Maya Integration: Rename "Review" to "Preview", and "Publish" to "Export"
31+
* Maya Unity Integration: Handle projects with spaces in the path
32+
* Maya Unity Integration: Run turntable review with Unity project already open
33+
* Maya Unity Integration: Rename "Review" to "Preview", and "Publish" to "Export"
3434
* Convert to Prefab: Don't copy SkinnedMeshRenderer component to FbxPrefab (as we currently do not support skinned mesh export)
3535
* Convert to Prefab: Rename "Convert to Prefab" to "Convert To Linked Prefab Instance"
3636
* Fbx Export: fix memory leak with SkinnedMeshRenderer creating a temporary mesh and not destroying it.

0 commit comments

Comments
 (0)