Changing Angular Def or Deviation don't recompute

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
User avatar
rockn
Veteran
Posts: 1791
Joined: Wed Sep 28, 2011 10:39 am
Location: Toulouse, France
Contact:

Changing Angular Def or Deviation don't recompute

Post by rockn »

Hello,
I'm not sure if it's intended but it seem that changing Angular Deflection and/or Deviation in the view property of an object don't tell to FreeCAD that the document have to be recompute.
It need to change a Data property to this change take effect.

Example :
Make a Draft Circle
My default value are
Angular Deflection : 26.5°
Deviation : 0.5%
Change Angular to 1° or Deviation to 0.05%.
No change in the 3d view and the Recompute button is still grayed.
Change the diameter to see the change.

Code: Select all

OS: Ubuntu 14.04.2 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.16.4805 (Git)
Branch: master
Hash: 3e1e5974f0b064a7e357cd593227c1cd21901bdb
Python version: 2.7.6
Qt version: 4.8.6
Coin version: 4.0.0a
OCC version: 6.8.0.oce-0.17
Formations - Assistance - Développement : https://freecad-france.com
User avatar
DeepSOIC
Veteran
Posts: 7896
Joined: Fri Aug 29, 2014 12:45 am
Location: used to be Saint-Petersburg, Russia

Re: Changing Angular Def or Deviation don't recompute

Post by DeepSOIC »

Yeah, same thing. I got used to it.

For the regular deviation to take effect, it's enough to toggle visibility (on my setup, at least). For angular deviation, I see the changes only after forced recompute.

BTW, I would like to suggest to default a deviation to a much finer value for all 2d objects (penalty is very low, while their look at default deviation often sucks).

OS: Windows 8.1
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.16.4783 +1 (Git)
Branch: unlim_externals
Hash: e37a182c417fa3fe35ad3f7b15709e2f344cafd4
Python version: 2.7.8
Qt version: 4.8.6
Coin version: 4.0.0a
OCC version: 6.7.1
User avatar
rockn
Veteran
Posts: 1791
Joined: Wed Sep 28, 2011 10:39 am
Location: Toulouse, France
Contact:

Re: Changing Angular Def or Deviation don't recompute

Post by rockn »

DeepSOIC wrote:BTW, I would like to suggest to default a deviation to a much finer value for all 2d objects (penalty is very low, while their look at default deviation often sucks).
Indeed, but AKAIK you can only set default deviation to all FC object not by specific wb object.
Formations - Assistance - Développement : https://freecad-france.com
User avatar
rockn
Veteran
Posts: 1791
Joined: Wed Sep 28, 2011 10:39 am
Location: Toulouse, France
Contact:

Re: Changing Angular Def or Deviation don't recompute

Post by rockn »

Do you think I have to report a bug ? I made a little research and don't find related bug.
Formations - Assistance - Développement : https://freecad-france.com
User avatar
rockn
Veteran
Posts: 1791
Joined: Wed Sep 28, 2011 10:39 am
Location: Toulouse, France
Contact:

Re: Changing Angular Def or Deviation don't recompute

Post by rockn »

Formations - Assistance - Développement : https://freecad-france.com
User avatar
NormandC
Veteran
Posts: 18589
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: Changing Angular Def or Deviation don't recompute

Post by NormandC »

rockn, is the bug tag not working for you anymore since the forum upgrade?

It still works for me: issue #2059

Code: Select all

[bug]2059[/bug]
User avatar
rockn
Veteran
Posts: 1791
Joined: Wed Sep 28, 2011 10:39 am
Location: Toulouse, France
Contact:

Re: Changing Angular Def or Deviation don't recompute

Post by rockn »

Not at all ! It work great. In fact I haven't using this tag a lot and have forget it exist ;) I will remember now.
issue #2059
Formations - Assistance - Développement : https://freecad-france.com
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Changing Angular Def or Deviation don't recompute

Post by Kunda1 »

soft bump about issue #2059
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
DeepSOIC
Veteran
Posts: 7896
Joined: Fri Aug 29, 2014 12:45 am
Location: used to be Saint-Petersburg, Russia

Re: Changing Angular Def or Deviation don't recompute

Post by DeepSOIC »

It's fixed.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Changing Angular Def or Deviation don't recompute

Post by Kunda1 »

DeepSOIC wrote:It's fixed.
In what FC version ?
and who fixed it ?
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Post Reply