Skip to content

Commit

Permalink
Fixed weird ' character
Browse files Browse the repository at this point in the history
  • Loading branch information
seando-adsk committed Nov 27, 2020
1 parent 604fe27 commit 515cca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/adsk/scripts/AEmayaUsdProxyShapeTemplate.mel
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ global proc AEmayaUsdProxyShapeTemplate( string $nodeName )
editorTemplate -endLayout;

editorTemplate -beginLayout "Stage Display" -collapse 0;
editorTemplate -ann "Edits the current time value of a stage, which corresponds to the animation frame drawn in the viewport. By default, this value connects to Mayas global time node."
editorTemplate -ann "Edits the current time value of a stage, which corresponds to the animation frame drawn in the viewport. By default, this value connects to Maya's global time node."
-addControl "time";
editorTemplate -addControl "drawGuidePurpose";
editorTemplate -addControl "drawProxyPurpose";
Expand Down

0 comments on commit 515cca5

Please sign in to comment.