Search found 54 matches

by suzanne.soy
Thu Apr 13, 2023 2:33 am
Forum: Open discussion
Topic: Call for screenshots
Replies: 157
Views: 491803

Re: Call for screenshots

Here's a sneak peak at my (pre-alpha) FreeCAD <-> Inkscape integration. So amazing! Would you mind atarting up a new thread to keep us updated on your progress? Very delayed reply, I haven't been active for a while, my current interests/hobbies seem to be gravitating back towards programming. It's ...
by suzanne.soy
Thu Apr 13, 2023 2:24 am
Forum: Python scripting and macros
Topic: [announcement] SearchBar Mod: search through tools, objects, preferences and more
Replies: 11
Views: 4162

Re: [announcement] SearchBar Mod: search through tools, objects, preferences and more

Haven't been active for a while so I'm just seeing this. Heads up that I've just submitted a PR to your repo to address some minor issues with the package.xml file in anticipation of the 0.20 release happening shortly. https://github.com/SuzanneSoy/SearchBar/pull/14 Thanks, merged! Not sure if the F...
by suzanne.soy
Thu Jan 27, 2022 11:27 am
Forum: Open discussion
Topic: [Bug] Addon manager caches pictures based on filenames
Replies: 6
Views: 1372

[Bug] Addon manager caches pictures based on filenames

If two addons have a README.md which embed images with the same name, then the first image to be loaded will be Screenshot of the SearchBar addon viewed after CADExchanger was previously viewed, it shows the screenshot.png from CADExchanger but should show the screenshot.png from SearchBar. To repro...
by suzanne.soy
Thu Jan 27, 2022 10:26 am
Forum: Python scripting and macros
Topic: [announcement] SearchBar Mod: search through tools, objects, preferences and more
Replies: 11
Views: 4162

Re: [announcement] SearchBar Mod: search through tools, objects, preferences and more

Snip macro screenshot-90a004.png The screenshot with the cylindrical part is absolutely not the right screenshot, do you have any idea how this was triggered? I fear there might be some cache based on filenames and the documentation of some other mod preloaded a file named "screenshot.png"...
by suzanne.soy
Sat Oct 16, 2021 8:56 pm
Forum: Python scripting and macros
Topic: [announcement] SearchBar Mod: search through tools, objects, preferences and more
Replies: 11
Views: 4162

[announcement] SearchBar Mod: search through tools, objects, preferences and more

Warning: this mod is still unstable. :!: Several issues related to the C++ memory management interacting badly with Python's have caused lots of segfaults during development. :!: :!: Most of these should now be solved, but save your work often and proceed with caution while testing this extension. ...
by suzanne.soy
Sat Sep 18, 2021 11:14 pm
Forum: Python scripting and macros
Topic: Drawing a 3D object in a separate widget (QuarterWidget segfaults)
Replies: 2
Views: 1282

Re: Drawing a 3D object in a separate widget (QuarterWidget segfaults)

I found here https://forum.freecadweb.org/viewtopic.php?t=16180 that FreeCAD uses its own modified fork of Quarter, and therefore the one that ships with pivy doesn't work. Instead, we have to rely on FreeCAD to create the view for us, using Gui.createViewer . I tried the following but: it loses the...
by suzanne.soy
Tue Sep 14, 2021 11:36 am
Forum: Python scripting and macros
Topic: Drawing a 3D object in a separate widget (QuarterWidget segfaults)
Replies: 2
Views: 1282

Re: Drawing a 3D object in a separate widget (QuarterWidget segfaults)

:roll: I forgot to include my FreeCAD version details halfway through writing the post… OS: Ubuntu 20.04.2 LTS (wayfire) Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.19.24291 (Git) AppImage Build type: Release Branch: (HEAD detached at 0.19.2) Hash: 7b5e18a0759de778b74d3a5c17eba9c...
by suzanne.soy
Tue Sep 14, 2021 1:06 am
Forum: Python scripting and macros
Topic: Drawing a 3D object in a separate widget (QuarterWidget segfaults)
Replies: 2
Views: 1282

Drawing a 3D object in a separate widget (QuarterWidget segfaults)

I'm trying to draw a FreeCAD object in a widget that is separate from the default MDI tab 3D view. I tried this code, but it segfaults on the qw.setSceneGraph() call: import pivy import pivy.coin import pivy.quarter # Create Quarter 3D view qw = pivy.quarter.QuarterWidget() qw.setSceneGraph(FreeCADG...
by suzanne.soy
Thu Jun 17, 2021 1:19 am
Forum: Open discussion
Topic: Call for screenshots
Replies: 157
Views: 491803

Re: Call for screenshots

Here's a sneak peak at my (pre-alpha) FreeCAD <-> Inkscape integration. On the left, there is a sketch with a square and a circle, which has been piped into a parametric instance of the Inkscape plug-in "Fractalize", and the result was extruded. When editing the sketch, the plug-in is run ...