Part Design/Sketcher issues latest build (git)

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
User avatar
fosselius
Posts: 381
Joined: Sat Apr 23, 2016 10:03 am
Contact:

Part Design/Sketcher issues latest build (git)

Post by fosselius »

Sketches that are placed on a part will not show in sketch edit mode.

When i go into part design, create a part, body and then create a sketch, x,y plane, then the sketch will be invisible in edit mode. when i exit edit mode the sketch will be visible again.
have also tried to open an old file with part, body, sketch hierarchy and the sketch is invisible in edit mode there as well.

if i only crates a sketch it works fine.
if i create a body then a sketch it works fine.
if i create a part then a sketch it does not show!

if i create a part and drag and drop the body above to the part, sketch stops showing in edit mode.
if i create a new sketch in a body belonging to a part, sketch will not show in edit mode.
if i open a file containing a part - body - sketch relation, the sketch will not show in edit mode.

OS: Ubuntu 16.10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.8855 (Git)
Build type: Unknown
Branch: master
Hash: 69517058357f859586909314d3c484864d7a37af
Python version: 2.7.12+
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 6.8.0.oce-0.17
User avatar
NormandC
Veteran
Posts: 18589
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: Part Design/Sketcher issues latest build (git)

Post by NormandC »

I can confirm this very debilitating bug. :? It's been there for a little while, but I can't say when it appeared.

Can you please create an issue in the bug tracker? The link is just besides the search box at the top of the forum (bug icon).
wmayer
Founder
Posts: 20308
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Part Design/Sketcher issues latest build (git)

Post by wmayer »

User avatar
fosselius
Posts: 381
Joined: Sat Apr 23, 2016 10:03 am
Contact:

Re: Part Design/Sketcher issues latest build (git)

Post by fosselius »

commit 60e6ad2e523ebfb44b05e7dba9579d14c04af208
Author: wmayer <wmayer@users.sourceforge.net>
Date: Sun Nov 6 11:21:11 2016 +0100

issue #0002757: sketch editing not visible when it is in a part

src/Mod/Show/DepGraphTools.py | 2 ++
1 file changed, 2 insertions(+)

(for those confused by the text above, this means "problem solved")

<3
Post Reply