DAG view in 0.21 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
drmacro
Veteran
Posts: 8872
Joined: Sun Mar 02, 2014 4:35 pm

DAG view in 0.21 not working.

Post by drmacro »

What changed in the recent past that clobbered the DAG view?

Code: Select all

OS: Debian GNU/Linux 11 (bullseye) (XFCE/lightdm-xsession)
Word size of FreeCAD: 64-bit
Version: 0.21.29449 (Git)
Build type: Release
Branch: master
Hash: 91f84184bf4712ba01234b77dc906c53f76c063d
Python 3.9.2, Qt 5.15.2, Coin 4.0.0, Vtk 7.1.1, OCC 7.7.0.dev
Locale: English/United States (en_US)
Installed mods: 
  * kicadStepUpMod 10.13.3
  * Manipulator 1.4.6
  * DynamicData 2.46.0
  * fasteners 0.3.46
  * CubeMenu
  * fcgear 1.0.0
  * plugins
  * Pyramids-and-Polyhedrons
  * Defeaturing
  * Assembly4 0.12.1
  * OpticsWorkbench 1.0.8
  * workfeature-macro
  * sheetmetal 0.2.49
  * A2plus 0.4.56a
  * CurvedShapes 1.0.3
  * Curves 0.5.0
  * workfeature
  * lattice2 1.0.0
Star Trek II: The Wrath of Khan: Spock: "...His pattern indicates two-dimensional thinking."
Syres
Veteran
Posts: 2893
Joined: Thu Aug 09, 2018 11:14 am

Re: DAG view in 0.21 not working.

Post by Syres »

drmacro wrote: Wed Jul 06, 2022 7:04 pm What changed in the recent past that clobbered the DAG view?
Not sure, but the code looks in two places for the DAGView subgroup and the old one doesn't appear to work, so you need to check in the Parameter Editor under BaseApp>Preferences>DockWindows>DAGView for the Boolean Enabled to be true.

Code: Select all

OS: Linux Mint 19.3 (X-Cinnamon/cinnamon)
Word size of FreeCAD: 64-bit
Version: 0.21.29449 (Git)
Build type: Release
Branch: master
Hash: 91f84184bf4712ba01234b77dc906c53f76c063d
Python 3.6.9, Qt 5.9.5, Coin 4.0.0a, Vtk 7.1.1, OCC 7.3.0
Locale: English/UnitedKingdom (en_GB)
Installed mods: 
  * fasteners 0.3.45
  * Silk 1.0.0
  * Plot 2022.4.17
  * CfdOF 1.16.1
  * BIM 2021.12.0
  * FeedsAndSpeeds 0.4.0
  * dodo
  * Curves 0.5.0
  * Manipulator 1.4.5
  * fcgear 1.0.0
  * ThreadProfile 1.81.0
  * A2plus 0.4.56a
  * sheetmetal 0.2.49
Post Reply