Regressions with FC 0.20

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
keithsloan52
Veteran
Posts: 2764
Joined: Mon Feb 27, 2012 5:31 pm

Regressions with FC 0.20

Post by keithsloan52 »

As it looks like we are getting nearer to releasing FC 0.20 thought I had better start reporting some of the regressions I am seeing.

I know people would like targeted test cases but initially I will just report files that are causing the GDML workbench problems with 0.20
which do NOT occur in 0.19

file being imported is
europavehicle.gdml.txt
(102.11 KiB) Downloaded 33 times
( remove .txt)
In report view get following error which does not occur in FC 0.19

Code: Select all

20:48:52  <Part> ViewProviderExt.cpp(1269): Cannot compute Inventor representation for the shape of europavehicle#union_Union_BC_ELM_DS_PROP_STRCTRE_MRK6_A004: Bnd_Box is void
Section of file
Image 29-03-2022 at 21.03.jpg
Image 29-03-2022 at 21.03.jpg (186.08 KiB) Viewed 942 times

Code: Select all

OS: macOS 10.16
Word size of FreeCAD: 64-bit
Version: 0.20.27936 (Git)
Build type: Release
Python 3.9.10, Qt 5.12.9, Coin 4.0.0, OCC 7.5.3
Locale: C/Default (C)
Installed mods: 
  * MeshRemodel 1.8919.0
  * ImportNURBS
  * dxf_library
  * InventorLoader 1.3.0
  * workfeature
  * Defeaturing
  * Macro-Vision
  * GDML 1.8.0
  * Manipulator 1.4.3
  * Design456
  * SWPart
  * OpenSCAD_Alt_Import
  * Jupyter
  * 3D_Printing_Tools
  * toSketch
  * Curves 0.3.0
Post Reply