Bug in the navigation cube ?

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
Post Reply
fcaduser
Posts: 448
Joined: Wed Feb 19, 2014 6:53 pm
Location: Near Paris, France

Bug in the navigation cube ?

Post by fcaduser »

Hello FC people.

The behavior of the NC seems suspicious, to me. Sometimes, after clicking one of the little equilateral triangle at the 8 corners, view switches to an unexpected direction. Have you noticed this ?
dxp.dev
Posts: 280
Joined: Tue Dec 11, 2018 12:57 pm

Re: Bug in the navigation cube ?

Post by dxp.dev »

Can you provide your FC version ?
Find your user.cfg and system.cfg files : Macro_findConfigFiles

Imperial system makes no sense, go metric ! ! !
fcaduser
Posts: 448
Joined: Wed Feb 19, 2014 6:53 pm
Location: Near Paris, France

Re: Bug in the navigation cube ?

Post by fcaduser »

Sorry, I forgot again ! Anyway, when reporting a potential problem I always do it for the last release.

OS: Debian GNU/Linux 10 (buster) (GNOME/gnome)
Word size of FreeCAD: 64-bit
Version: 0.20.25440 (Git)
Build type: Release
Branch: master
Hash: aff41725508852d8dbcbbbbe441a9e8a5ef39b53
Python version: 3.7.3
Qt version: 5.11.3
Coin version: 4.0.0a
OCC version: 7.5.3
Locale: French/France (fr_FR)
wmayer
Founder
Posts: 20319
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Bug in the navigation cube ?

Post by wmayer »

In case you see it again you can save the current camera position with

Code: Select all

Gui.ActiveDocument.ActiveView.getCamera()
Post Reply