{Solved} Select Sketch→ Property View →View Visibility Automation - Not working

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!
Post Reply
User avatar
Palmtree
Posts: 104
Joined: Wed Apr 08, 2020 5:06 am

{Solved} Select Sketch→ Property View →View Visibility Automation - Not working

Post by Palmtree »

Download the attached file => Open => Select Sketch ==> Property View =>View Visibility Automation = Click any to change => Not working (image 1)

Delete 2x *.cfg file dose not solve the problem

I have tested on the Realthunder branch (release details is attached – Image 2) ==> No problem, all good

Please confirm my finding. :) :) :) Any Idea please? :?: :?: :?:
Attachments
Test File.FCStd
(118.34 KiB) Downloaded 16 times
Image 1.jpg
Image 1.jpg (403.69 KiB) Viewed 509 times
Image 2.jpg
Image 2.jpg (418.78 KiB) Viewed 509 times
Last edited by Palmtree on Sat Oct 01, 2022 8:03 am, edited 1 time in total.
Bance
Veteran
Posts: 4286
Joined: Wed Feb 11, 2015 3:00 pm
Location: London

Re: Select Sketch→ Property View →View Visibility Automation - Not working

Post by Bance »

I don't have any problem with your file in:-

Code: Select all

OS: Manjaro Linux (XFCE/xfce)
Word size of FreeCAD: 64-bit
Version: 0.21.30029 (Git)
Build type: Release
Branch: makepkg
Hash: 7f23e793eb136def6aee0f0ce8131bbbb6cd21e6
Python 3.10.5, Qt 5.15.5, Coin 4.0.1, Vtk 9.1.0, OCC 7.5.3
Locale: English/United Kingdom (en_GB)
Installed mods: 
  * Curves 0.5.8
  * fasteners 0.4.12
  * dodo
  * A2plus 0.4.59c
  * fcgear 1.0.0
  * AirPlaneDesign 0.4.0
  * CurvedShapes 1.0.4
  * kicadStepUpMod 10.15.1
  * Plot 2022.4.17
  * BIM 2021.12.0
But I don't know which version you have, which I suppose is kind of important here.

http://forum.freecadweb.org/viewtopic.php?f=3&t=2264
User avatar
thomas-neemann
Veteran
Posts: 11964
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

Re: Select Sketch→ Property View →View Visibility Automation - Not working

Post by thomas-neemann »

Palmtree wrote: Fri Sep 30, 2022 7:38 am ...

my realthunder crashes when i try to open your file


OS: Ubuntu 20.04.1 LTS (XFCE/xubuntu)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 2022.709.28846 (Git) AppImage
Build type: Release
Branch: LinkStage3
Hash: c880c050c5f7601e4bae6740de71500edf2be0c7
Python version: 3.9.13
Qt version: 5.12.9
Coin version: 4.0.1
OCC version: 7.5.3
Locale: German/Germany (de_DE)
Gruß Dipl.-Ing. (FH) Thomas Neemann

https://www.youtube.com/@thomasneemann5 ... ry=freecad
Syres
Veteran
Posts: 2902
Joined: Thu Aug 09, 2018 11:14 am

Re: Select Sketch→ Property View →View Visibility Automation - Not working

Post by Syres »

Palmtree wrote: Fri Sep 30, 2022 7:38 am Please confirm my finding. :) :) :) Any Idea please? :?: :?: :?:
This is correct and the dev must have good reason, see the ReadOnly at https://github.com/FreeCAD/FreeCAD/blob ... h.cpp#L298

Just because realthunder's fork has these as ReadWrite doesn't necessarily mean the master should be changed to suit.

Code: Select all

OS: Linux Mint 20.3 (X-Cinnamon/cinnamon)
Word size of FreeCAD: 64-bit
Version: 0.21.30488 (Git)
Build type: Release
Branch: master
Hash: 10e9e3b9b54225ecb7f0c3ae9df40552151d7cc2
Python 3.8.10, Qt 5.12.8, Coin 4.0.0, Vtk 7.1.1, OCC 7.3.0
Locale: English/United Kingdom (en_GB)
Installed mods: 
  * ThreadProfile 1.83.0
  * A2plus 0.4.59
  * Curves 0.5.8
  * ExtremeProDark 1.0.4
  * Plot 2022.4.17
  * fasteners 0.4.6
  * sheetmetal 0.2.57
User avatar
Palmtree
Posts: 104
Joined: Wed Apr 08, 2020 5:06 am

Re: Select Sketch→ Property View →View Visibility Automation - Not working

Post by Palmtree »

Syres wrote: Fri Sep 30, 2022 8:47 am
This is correct and the dev must have good reason, see the ReadOnly at https://github.com/FreeCAD/FreeCAD/blob ... h.cpp#L298
Just because realthunder's fork has these as ReadWrite doesn't necessarily mean the master should be changed to suit.
Ok I hope feature will be opened to ReadWrite soon. Their design seems to have the intention to be ReadWrite (may be locked pending a reason as Syres pointed out).
Many thanks all for the prompt response
Post Reply