Search found 162 matches

by jonasb
Sun May 07, 2023 9:04 pm
Forum: Python scripting and macros
Topic: Showing you my setup for Python scripting in FreeCAD with Pyzo IDE
Replies: 114
Views: 26733

Re: Showing you my setup for Python scripting in FreeCAD with Pyzo IDE

Qt WebEngine seems to be initialized from a plugin. Please set Qt::AA_ShareOpenGLContexts using QCoreApplication::setAttribute before constructing QGuiApplication. WebEngineContext used before QtWebEngine::initialize() or OpenGL context creation failed. Try adding this into your startup script, bef...
by jonasb
Fri May 05, 2023 9:53 pm
Forum: Python scripting and macros
Topic: Showing you my setup for Python scripting in FreeCAD with Pyzo IDE
Replies: 114
Views: 26733

Re: Showing you my setup for Python scripting in FreeCAD with Pyzo IDE

This is pretty cool, thanks for sharing! On a Mac, using the weekly build from yesterday, i.e. 0.21.0R33071 which does include Werner's patch, this config works for debugging: exe: /Applications/FreeCAD.app/Contents/Resources/bin/python gui: PySide2 pythonPath: /Applications/FreeCAD.app/Contents/Res...
by jonasb
Mon May 01, 2023 6:53 pm
Forum: Developers corner
Topic: Release notes for FreeCAD 0.21
Replies: 12
Views: 41361

Re: Release notes for FreeCAD 0.21

I have changed the subject of this topic from: Release notes for FreeCAD 1.0 to: Release notes for FreeCAD 0.21 The page still links to FreeCAD 1.0 Development Cycle . While the content of section "Minimum supported library versions" does apply to 0.21, the rest of the page most certainly...
by jonasb
Sun Apr 30, 2023 7:33 pm
Forum: Open discussion
Topic: Hole constraint sizes are off
Replies: 46
Views: 5085

Re: Hole constraint sizes are off

drmacro wrote: Sun Apr 30, 2023 6:22 pm I just tried a sketch with points. And, it doesn't work. I could have sworn at that was working. :roll:
Indeed. IIRC the ability to toggle points from construction to regular geometry was introduced especially to that... the corresponding issue 6884 is still open, though.
by jonasb
Sun Apr 30, 2023 7:24 pm
Forum: Open discussion
Topic: Hole constraint sizes are off
Replies: 46
Views: 5085

Re: Hole constraint sizes are off

chrisb wrote: Sun Apr 30, 2023 5:16 pm ... but before introducing something complicated we should think twice if it's worth the effort to change - and even more: the effort to maintain it.
adrianinsaval wrote: Sun Apr 30, 2023 6:15 pm Agree with chrisb, in my mind such a feature is not worth the effort
I am completely on the same page.
by jonasb
Sun Apr 30, 2023 5:02 pm
Forum: Open discussion
Topic: Hole constraint sizes are off
Replies: 46
Views: 5085

Re: Hole constraint sizes are off

In Solid Edge when start the hole command, you have a "properties" button in that "sketch". Does that mean you creating the hole and its underlaying sketch in a single operation? with FreeCAD's current model that is simply not possible as we can't have two objects in edit mode a...
by jonasb
Thu Apr 27, 2023 9:35 pm
Forum: Open discussion
Topic: Hole constraint sizes are off
Replies: 46
Views: 5085

Re: Hole constraint sizes are off

I must admit regardless of the confusion created by the way circles are used currently, I do prefer circles as a representation of hole. Points seem to me difficult to see, easy to confuse and altogether not great either... :? Wouldn't it be possible to have hole's circles constrained by something ...
by jonasb
Tue Apr 25, 2023 8:04 pm
Forum: Developers corner
Topic: WIP Wednesday!
Replies: 111
Views: 29459

Re: WIP Wednesday!

I'm working on the doc-strings of Sketcher's Python-API, i.e. the various <UserDocu> in the "src/Mod/Sketcher/App/*Py.xml" files. The current state was not really helpful when putting some the integration tests for FlachyJoe's line-circle-constraint PR together.
by jonasb
Mon Apr 17, 2023 9:03 pm
Forum: Assembly
Topic: Assembly4 - LCS of a mirrored part as an attachment point
Replies: 5
Views: 1501

Re: Assembly4 - LCS of a mirrored part as an attachment point

1) while linear and circular arrays keep a part's colors, a mirrored part becomes always all black. Did you see that too ? Or is it my setup No, I've never experienced this. Neither with FreeCAD 0.21.0-32532 from the weekly Conda-build nor with a self-compiled r32632 on macOS 11.7.4 "Big Sur&q...
by jonasb
Sun Apr 16, 2023 8:03 am
Forum: Open discussion
Topic: FC Gears: Feedback thread
Replies: 91
Views: 21278

Re: FC Gears: Feedback thread

Is here the correct place to ask help for freecad.gears addon? I guess so. "FC Gears" and "freecad.gears" are virtually the same, where the later is just the actual python module's name. I have used the PartDesign module as it is available in FC without too much hassle, but I ha...