Visibility toggle not working after CheckGeometry

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
chrisb
Veteran
Posts: 54288
Joined: Tue Mar 17, 2015 9:14 am

Re: Visibility toggle not working after CheckGeometry

Post by chrisb »

wmayer wrote: Sat Jun 20, 2020 5:32 pm When click on an empty space in the tree to make sure it's cleared and then select the box again does the visibility toggle work then?
Sad to say, but that doesn't help.

During writing for this topic I discovered the easy workaround of switching applications, so this issue is not at all as annoying as it was.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
wmayer
Founder
Posts: 20319
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Visibility toggle not working after CheckGeometry

Post by wmayer »

But still it's weird behaviour. After you run BOPCheck what gives this output Gui.Selection.getSelection() when typing it into the Python console?
TheMarkster
Veteran
Posts: 5513
Joined: Thu Apr 05, 2018 1:53 am

Re: Visibility toggle not working after CheckGeometry

Post by TheMarkster »

I cannot reproduce. It is interesting it happens only with BOP Check enabled. This is the only time when a new window showing the progress of the check is opened. Perhaps that is somehow taking the focus away from FreeCAD on Mac OS.
chrisb
Veteran
Posts: 54288
Joined: Tue Mar 17, 2015 9:14 am

Re: Visibility toggle not working after CheckGeometry

Post by chrisb »

wmayer wrote: Sat Jun 20, 2020 8:35 pm But still it's weird behaviour. After you run BOPCheck what gives this output Gui.Selection.getSelection() when typing it into the Python console?

Code: Select all

>>> Gui.Selection.getSelection()
[<Part::PartFeature>]
Edit: I get the same output in the case where everything is ok.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
chrisb
Veteran
Posts: 54288
Joined: Tue Mar 17, 2015 9:14 am

Re: Visibility toggle not working after CheckGeometry

Post by chrisb »

Just for information: Same situation with a plain vanilla config directory.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
wmayer
Founder
Posts: 20319
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Visibility toggle not working after CheckGeometry

Post by wmayer »

The space bar key is a global short cut of the View menu. Is the corresponding menu item enabled or disabled? If enabled, what happens if you invoke it via mouse click?
chrisb
Veteran
Posts: 54288
Joined: Tue Mar 17, 2015 9:14 am

Re: Visibility toggle not working after CheckGeometry

Post by chrisb »

That works, it was until now my workaround.
The shortcut doesn't work even after toggling with the menu.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
chrisb
Veteran
Posts: 54288
Joined: Tue Mar 17, 2015 9:14 am

Re: Visibility toggle not working after CheckGeometry

Post by chrisb »

A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
Gift
Posts: 769
Joined: Tue Aug 18, 2015 10:08 am
Location: Germany, Sauerland

Re: Visibility toggle not working after CheckGeometry

Post by Gift »

chrisb wrote: Sun Aug 02, 2020 8:57 pm Hello Chris,
Is the issue still relevant? I can not reproduce it currently. In the past I had the same problem.

Code: Select all

OS: macOS 11.5
Word size of FreeCAD: 64-bit
Version: 0.20.25413 (Git)
Build type: Debug
Branch: FixDefaultShapeVertexColor
Hash: 2736142ddf7a8ee1ec4079d549d04f3f5c547d94
Python version: 3.9.0
Qt version: 5.15.2
Coin version: 4.0.0
OCC version: 7.5.0
Locale: German/Germany (de_DE)
chrisb
Veteran
Posts: 54288
Joined: Tue Mar 17, 2015 9:14 am

Re: Visibility toggle not working after CheckGeometry

Post by chrisb »

Gift wrote: Tue Aug 03, 2021 6:53 am Is the issue still relevant? I can not reproduce it currently. In the past I had the same problem.
I will check this later. Currently I have to repair an old model, which is all of a sudden broken, probably due to a change in OCC version.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
Post Reply