Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion plugin/adsk/scripts/mayaUsdMenu.mel
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,6 @@ proc mayaUsdMenu_addCommonUsdContextMenuItems(string $obj, string $insertAfter)
string $proxyShapes[] = `ls -type mayaUsdProxyShape`;
string $mayaVersion = getMayaMajorVersion();
$usdContextMenu = `menuItem -label "USD" -subMenu true -insertAfter $insertAfter -version $mayaVersion -image "USD_generic.png"`;
menuItem -divider true;

// Conditionally add "Duplicate as USD Data" submenu if there are proxy shapes
if (size($proxyShapes) > 0) {
Expand Down