Search found 8991 matches

by openBrain
Mon Jan 24, 2022 4:51 pm
Forum: Help on using FreeCAD
Topic: [BUG][0.20] "Open sketch in Section View mode" preference has no effect
Replies: 23
Views: 3917

Re: [BUG][0.20] "Open sketch in Section View mode" preference has no effect

The property "View/Section View" is set to whatever value is set in the preferences on new sketches and correctly applied to existing ones when pushing the "apply to sketches" button. But even when set to true, section view is not applied when opening a sketch. The property does...
by openBrain
Mon Jan 24, 2022 4:32 pm
Forum: Python scripting and macros
Topic: Save Picture Not Working from Macro
Replies: 6
Views: 1688

Re: Save Picture Not Working from Macro

@heda, Thanks for your suggestion, and I like your more concise formulation of the macro. I tried it myself exactly as you wrote it, both with and without the Gui.updateGui() line, and the behavior is identical to my original... executing as a full macro results in a blank (colored background only)...
by openBrain
Mon Jan 24, 2022 4:30 pm
Forum: Help on using FreeCAD
Topic: Status bar disappears on windows when viewing clipping plane
Replies: 4
Views: 764

Re: Status bar disappears on windows when viewing clipping plane

My guess is that it's a problem of Y geometry. As clipping plane dock panel appears, it has a (quite significant) minimum Y size and it forces main window to increase vertically, pushing the status bar out of the visible area of the screen. What happens if you set the clipping plane dialog floating,...
by openBrain
Mon Jan 24, 2022 4:26 pm
Forum: Open discussion
Topic: Bug #1951: Draft workbench preferences snap settings does not use "units" settings
Replies: 46
Views: 10522

Re: Bug #1951: Draft workbench preferences snap settings does not use "units" settings

There is no way for Draft to detect when a new document is created, unless we set up a document observer. At that time, I though this would be overkill, and preferred to have a check at the beginning of each Draft command to check and display the grid if needed. But document observers have evolved ...
by openBrain
Mon Jan 24, 2022 9:26 am
Forum: Open discussion
Topic: Bug #1951: Draft workbench preferences snap settings does not use "units" settings
Replies: 46
Views: 10522

Re: Bug #1951: Draft workbench preferences snap settings does not use "units" settings

Here's the basic fix as a PR : https://github.com/FreeCAD/FreeCAD/pull/5427 However I found 2 inconveniences with Draft grid : * If Draft is already activated as a WB, when you create a new document grid isn't displayed, even if active. You have to disable + enable it again to get it. * When the siz...
by openBrain
Mon Jan 24, 2022 8:12 am
Forum: Help on using FreeCAD
Topic: Treeview overlay icon
Replies: 10
Views: 1698

Re: Treeview overlay icon

What does seem to work: toggling "Show hidden items" twice. Yes, seems to be a bug where display isn't updated when you click "Hide item". Eventually you can raise a ticket. ;) It would be great, if there was some indicator, that below the Extrude is something hidden. Indeed, wh...
by openBrain
Mon Jan 24, 2022 8:05 am
Forum: Help on using FreeCAD
Topic: Unable to position component in relation to used angles
Replies: 1
Views: 1344

Re: Unable to position component in relation to used angles

The easy way is to Part/Compound (or Part/Union, or set in a Part container) both leg and foot, then apply the rotation to the compound.
Other wise you'll get some mathematical computation needed. ;)
by openBrain
Mon Jan 24, 2022 8:00 am
Forum: Help on using FreeCAD
Topic: [BUG][0.20] "Open sketch in Section View mode" preference has no effect
Replies: 23
Views: 3917

Re: [BUG][0.20] "Open sketch in Section View mode" preference has no effect

It seems that the Sketcher preference "Open sketch in Section View mode" has no effect. I always have to select "view section" (or hotkey Q, S) after opening a sketch even when the option is set. Can't reproduce. Could you : * update FreeCAD ? * screenshot your Sketcher/Display ...
by openBrain
Mon Jan 24, 2022 7:46 am
Forum: Part Design module development
Topic: [Behaviour suggestions] New sketch plane selection
Replies: 41
Views: 11092

Re: [Behaviour suggestions] New sketch plane selection

If someone want to disable, the parameter switch is documented : Fine-tuning
by openBrain
Mon Jan 24, 2022 7:42 am
Forum: Part Design module development
Topic: [Behaviour suggestions] New sketch plane selection
Replies: 41
Views: 11092

Re: [Behaviour suggestions] New sketch plane selection

PR setting single click selection has been (fixed and) merged by @wmayer this weekend. ;)