Disabling navigation

Need help, or want to share a macro? Post here!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
JiriVALASEK
Posts: 48
Joined: Wed Apr 17, 2019 7:42 pm

Disabling navigation

Post by JiriVALASEK »

Hi,

Is it possible to completely disable navigation i.e. no change to camera parameters except through the commands?

I've tried setting empty string as a navigation type to an activeview, but it did nothing.

Code: Select all

>>>  view = FreeCADGui.ActiveDocument.ActiveView
>>> view.listNavigationTypes()
['Gui::InventorNavigationStyle', 'Gui::CADNavigationStyle', 'Gui::RevitNavigationStyle', 'Gui::BlenderNavigationStyle', 'Gui::MayaGestureNavigationStyle', 'Gui::TouchpadNavigationStyle', 'Gui::GestureNavigationStyle', 'Gui::OpenCascadeNavigationStyle']
Thanks.
Post Reply