We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1e441 commit cd0cd45Copy full SHA for cd0cd45
Assets/Integrations/Autodesk/maya/scripts/unitySetupUI.mel
@@ -61,10 +61,8 @@ global proc unityInstallUI(){
61
62
global string $gMainFileMenu;
63
64
- // update family label
+ // update family label with version
65
$unityFamilyLabel = unitySetLabelVersion($unityFamilyLabel);
66
- $unityImportLabel = unitySetLabelVersion($unityImportLabel);
67
- $unityExportLabel = unitySetLabelVersion($unityExportLabel);
68
69
buildFileMenu;
70
$parentMenu = $gMainFileMenu;
0 commit comments