Navisworks NWD Export will be removed as an extension from the Marketplace and moved into core.
As part of this the package has changed from cm.core.nwd to cm.core.sceneExport.nwd.
The export will be automatically activated only when using a Material Handling edition
Function names have been retained, no changes beyond the following are needed.
Old: use cm.core.nwd; New: use cm.core.sceneExport.nwd;
Old: use cm.core.nwd.export; New: use cm.core.sceneExport.nwd.export;
As cm.core.nwd has been removed as a seperate extension, it is nolonger possible to list it as an extension dependency.
If your extension.xml includes a dependency on cm.core.nwd this should be removed.