From 9cc794157e82456101abc07b93cfab3ddfcbeaed Mon Sep 17 00:00:00 2001 From: spinell-adsk Date: Mon, 29 Mar 2021 17:02:01 -0400 Subject: [PATCH] MAYA-110566 - No tooltip for Prim Path in Attribute Editor add missing tooltips --- plugin/adsk/scripts/AEmayaUsdProxyShapeBaseTemplate.mel | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/adsk/scripts/AEmayaUsdProxyShapeBaseTemplate.mel b/plugin/adsk/scripts/AEmayaUsdProxyShapeBaseTemplate.mel index 6e7202c6a0..74a9daf448 100644 --- a/plugin/adsk/scripts/AEmayaUsdProxyShapeBaseTemplate.mel +++ b/plugin/adsk/scripts/AEmayaUsdProxyShapeBaseTemplate.mel @@ -202,7 +202,8 @@ global proc AEmayaUsdProxyShapeBaseTemplate( string $nodeName ) "drawGuidePurpose" "drawProxyPurpose" "drawRenderPurpose"; - editorTemplate -addControl "primPath"; + editorTemplate -ann `getMayaUsdString("kPrimPathAnn")` + -addControl "primPath"; editorTemplate -ann `getMayaUsdString("kExcludePrimPathsAnn")` -addControl "excludePrimPaths"; editorTemplate -endLayout;