Remove viewport label menu

Hello,
Anybody knows how to remove the viewport label menu?

I really need that for a project, but I couldn't find how.

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Swordslayer's picture

 

(
	local iGlobal = (dotNetClass "Autodesk.Max.GlobalInterface").Instance
	local iViewportButtonManagerID = iGlobal.Interface_ID.Create 0x47ab2195 0x22e8126e
	local vpButtonManager = iGlobal.GetCOREInterface iViewportButtonManagerID
	vpButtonManager.EnableButtons off
	redrawViews()
)
rvidal's picture

How do you know that things?

How do you know that things? voodoo?
Thank you!

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.