You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,30 @@
1
1
# Changes in Fbx Exporter
2
2
3
+
## [3.2.0-preview.2] - 2020-05-19
4
+
### Added
5
+
- Added an option to the Autodesk® Maya® integration Unity menu for creating an export set.
6
+
- The option can be found in File > Unity > Create Export Set
7
+
- Selecting this option will open a dialog allowing the user to select the desired export locations for model and animation files.
8
+
- File > Unity > Export [Model Only|Animation Only] will also open the same dialog if the objects selected for export
9
+
are not already in an export set.
10
+
11
+
### Changed
12
+
- Do not search for Autodesk® installs in `D:/Program Files/Autodesk` (not a standard drive).
13
+
- Update Unity Recorder dependency to version 2.2.0-preview.4.
14
+
15
+
### Fixed
16
+
- Added a null check when inspecting whether a Timeline Clip is selected for export. This fixes a NullReferenceException when an object in the selection is null.
17
+
- Fix issue where different Materials and Meshes with identical names export as a single material/mesh.
18
+
- Fix skinned mesh always exports in bind pose regardless of current pose.
19
+
- Import/Export in Maya Integration fails if FBX Import/Export settings file missing.
20
+
3
21
## [3.1.0-preview.1] - 2020-04-02
4
22
### Fixed
5
-
- Blendshapes naming in FBX so that multiple blendshapes all import correctly in Maya. Thank you to @lazlo-bonin for the fix.
23
+
- Blendshapes naming in FBX so that multiple blendshapes all import correctly in Autodesk® Maya®. Thank you to @lazlo-bonin for the fix.
6
24
- Don't override transforms when creating FBX Linked Prefab, so that the prefab updates properly when the FBX transforms are modified.
7
25
- Changed FBX Linked Prefab to keep Unity materials instead of using materials exported to FBX file.
8
26
- To revert to using the FBX materials in the Linked Prefab, open the prefab editor and remove the material overrides.
9
-
- Fix issue where Maya imports root bone as null object if it doesn't have any descendants that are also bones.
27
+
- Fix issue where root bone is imported as null object in Autodesk® Maya® if it doesn't have any descendants that are also bones.
10
28
- Don't reduce keyframes after recording as it can create unnecessary errors/discrepancies in the exported curve.
11
29
- Updated to latest com.autodesk.fbx (3.0.1-preview.1), to fix DLL not found errors if building for non-standalone platforms (e.g. Android, WebGL).
0 commit comments