Tiled view imposed

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
alberich
Posts: 77
Joined: Thu Aug 17, 2017 2:09 pm
Location: Texas

Tiled view imposed

Post by alberich »

Latest, for me, FC daily:

Code: Select all

OS: Ubuntu 16.04.4 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.13509 (Git)
Build type: None
Branch: master
Hash: 0258808ccb6ba3bd5ea9312f79cd023f1a8671b7
Python version: 2.7.12
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.1.0
Locale: English/UnitedStates (en_US)
Every time I import a new part into Assembly I get jumped from full window to tiled view and have to toggle back. Didn't happen with previous daily.

Edit: Update Parts causes the same jump to tiled view.
User avatar
NormandC
Veteran
Posts: 18589
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: Tiled view imposed

Post by NormandC »

alberich wrote: Sat Apr 07, 2018 12:53 pm Edit: Update Parts causes the same jump to tiled view.
Would you please give more details than that...

Detailed process to make it happen. Please.
alberich
Posts: 77
Joined: Thu Aug 17, 2017 2:09 pm
Location: Texas

Re: Tiled view imposed

Post by alberich »

I cooked up a minimal test case.

1. Create a Part - just a default cube

bugTestCube.png
bugTestCube.png (78.25 KiB) Viewed 483 times

Save file.




2. Open new file. Select Assembly 2 WB

assyFileEmpty.png
assyFileEmpty.png (76.33 KiB) Viewed 483 times



3. From Assembly 2 dropdown, click Import Part and select the above created bugTestCube. Upon import, display jumps to tiled

tileViewForced.png
tileViewForced.png (85.22 KiB) Viewed 483 times
User avatar
NormandC
Veteran
Posts: 18589
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: Tiled view imposed

Post by NormandC »

Assembly2 is an external module that is not part of official FreeCAD. Its development has stopped because its author abandoned the project, and the person who took it up after him died last September (see announcement at the top). Nobody else claimed it. Therefore it is not currently fully compatible with v0.17.

I quoted your edit, thinking you were mentioning another way to get the bug, but without using Assembly2.
alberich
Posts: 77
Joined: Thu Aug 17, 2017 2:09 pm
Location: Texas

Re: Tiled view imposed

Post by alberich »

I hadn't realized Assy2 was orphaned. Nevertheless, this is a thing that worked properly up until this latest daily. Something happened between 13509 and the previous that caused it.


Btw, what, then, is the correct way to handle assembly in 0.17? I thought I had this grokked.
alberich
Posts: 77
Joined: Thu Aug 17, 2017 2:09 pm
Location: Texas

Re: Tiled view imposed

Post by alberich »

I switched from 0.17 daily to the 0.17 release version

Code: Select all

OS: Ubuntu 16.04.4 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.13509 (Git) AppImage
Build type: None
Branch: master
Hash: 0258808ccb6ba3bd5ea9312f79cd023f1a8671b7
Python version: 2.7.6
Qt version: 4.8.6
Coin version: 4.0.0a
OCC version: 7.1.0
Locale: English/UnitedStates (en_US)
and the problem is gone.

I consider the problem solved but I justed want to note that the release version uses Qt 4.8.6, vs 4.8.7 in the daily build I had been using.
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Tiled view imposed

Post by triplus »

alberich wrote: Sat Apr 07, 2018 3:39 pm I hadn't realized Assy2 was orphaned. Nevertheless, this is a thing that worked properly up until this latest daily.
Yes this part is usually a bit exaggerated. That is Assembly 2 workbench is known to work in both FreeCAD 0.16 and FreeCAD 0.17 (Py2/Qt4) just fine.
alberich wrote: Mon Apr 09, 2018 1:38 pm and the problem is gone.
Good to hear that.
Post Reply