Skip to content

Commit 5afbcc4

Browse files
committed
changelog code review fix
- also remove reference to setting namespace on dialog (removed the option)
1 parent cc275f9 commit 5afbcc4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@
44
### Added
55
- Added an option to the Autodesk® Maya® integration Unity menu for creating an export set.
66
- 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 namespace for the set contents
8-
as well as the export locations for model and animation files.
7+
- Selecting this option will open a dialog allowing the user to select the desired export locations for model and animation files.
98
- File > Unity > Export [Model Only|Animation Only] will also open the same dialog if the objects selected for export
109
are not already in an export set.
1110

1211
### Changed
1312
- Do not search for Autodesk® installs in `D:/Program Files/Autodesk` (not a standard drive).
1413

1514
### Fixed
16-
- Added a null check when inspecting whether a Timline Clip is selected for export. This fixes a NullReferenceException when an object in the selection is null.
15+
- 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.
1716
- Fix issue where different Materials and Meshes with identical names export as a single material/mesh.
1817
- Fix skinned mesh always exports in bind pose regardless of current pose.
1918
- Import/Export in Maya Integration fails if FBX Import/Export settings file missing.

0 commit comments

Comments
 (0)