MacroScript Y ButtonText: "Y" Category: "Algomorph" InternalCategory: "ButtonCommands" ( on isEnabled return (selection.count == 1) on execute do ( if(modPanel.getCurrentObject() as string == "Editable Poly")then ( $.EditablePoly.MakePlanarIn #Y ) else ( if(modPanel.getCurrentObject() as string == "Edit_Poly:Edit Poly") then ( $.modifiers[#Edit_Poly].ButtonOp #MakePlanarInY ) else ( if(modPanel.getCurrentObject() as string == "Unwrap_UVW:Unwrap UVW") then ( $.Unwrap_UVW.ScaleSelectedCenter 0 2 ) ) ) ) )