Skip to content

Commit 49b99d7

Browse files
committed
update release notes
1 parent 680acb7 commit 49b99d7

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

RELEASE_NOTES.md

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

3+
**Version**: 0.0.11a
4+
5+
NEW FEATURES
6+
7+
* Maya Integration: Store path and filename of imported FBX, publish to stored path
8+
9+
On Unity->Import, store the path and filename of the imported FBX as attributes on the export set.
10+
On Unity->Publish, if path and filename attributes are set, publish directly to this location without prompting user.
11+
12+
* Maya Integration: Unity->Import creates export set containing imported objects
13+
14+
If an export set already exists, replace its contents with newly imported objects
15+
16+
* Maya Integration: Unity->Publish exports what is in the export set
17+
18+
Export contents of export set, or if there is no export set, then the current selection will be exported.
19+
20+
* Maya Integration: Exporting from the Unity plugin first loads export settings saved in Unity project
21+
22+
Export settings stored in Integrations/Autodesk/maya2017/scripts/unityFbxExportSettings.mel are loaded into Maya before
23+
exporting either with Unity->Review or Unity->Publish.
24+
25+
FIXES
26+
27+
* Export Settings: fix export path doesn't refresh if selectable text box selected
28+
* Convert to Prefab: fix model added to wrong scene if multiple scenes open
29+
330
**Version**: 0.0.10a
431

532
NEW FEATURES

0 commit comments

Comments
 (0)