Skip to content

Commit

Permalink
EMSUSD-715 putting back teh clearing of menu items.
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrebai-adsk committed Oct 24, 2023
1 parent 4d64c9d commit c5ecfd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/adsk/scripts/USDMenuProc.mel
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ global proc USDMenuProc(string $parent, string $obj)
{
$obj = expandToSelection($obj);

popupMenu -e -dai $parent;
setParent -menu $parent;

python("import maya.app.ufe.outlinerSupport; maya.app.ufe.outlinerSupport.buildNonMayaContextMenu('''" + $obj + "''')");
Expand Down

0 comments on commit c5ecfd7

Please sign in to comment.