Skip to content

Commit 13eea1d

Browse files
committed
add release notes
1 parent 8c50fe6 commit 13eea1d

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

RELEASE_NOTES.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
RELEASE NOTES
2+
3+
**Version**: 0.0.5a
4+
5+
NEW FEATURES
6+
7+
* Automatic file naming
8+
9+
When exporting the default filename is name of top level selection. If multiple objects are selected then we use the last name exported or if it’s the first time then we use Untitled.fbx.
10+
11+
Added option to rename Object and Material names on export to be Maya compatible.
12+
13+
We ensure that generated filenames do not contain invalid characters.
14+
15+
* Reliable file system units
16+
17+
Export in cm units, mesh set to real world (meter) scale. No import options need to be adjusted between Unity and Maya.
18+
19+
* Freeze transform on export
20+
21+
For selection containing a single object then zero out its transform in the FBX so it is at the world centre in Maya.
22+
For selection containing multiple objects then export their global transforms.
23+
24+
* Support exporting multiple materials per mesh
25+
26+
* Support exporting mesh instances
27+
28+
Instanced meshes are exported once and then shared between FbxNodes.
29+
30+
* Support exporting all available UV sets
31+
32+
TODO: publish video demonstrating feature
33+
34+
* Unit Tests
35+
36+
Added test for default selection behaviour.
37+
38+
FIXES
39+
40+
* Export : Set default Albedo colour to white instead of grey if not found in source material so that it uses the same default as a new material.
41+
* Convert to Model : copy component values for components that already between the source hierarchy and the imported copy.
42+
* Convert to Model : ensure only called once from context menu with multiple selection.
43+
* Convert to Model: ensure instanced prefab linked to prefab on disk
44+
* Convert to Model: don’t overwrite existing files for example, if “Sphere.fbx” exists then the file will be called “Sphere1.fbx”
45+
* Convert to Model: ensure order of copied siblings in matches original; ensure all GameObjects have unique names before export

0 commit comments

Comments
 (0)