Chris Hennes
Chris Hennes
@benj5378 we do have a [test stub for importSVG](https://github.com/FreeCAD/FreeCAD/blob/723d16fcff4d7bb23f7c7d0d5c4cd5d78b6780d0/src/Mod/Draft/drafttests/test_svg.py#L54). It really barely tests anything right now, but maybe this would be a good time to remedy that.
@jbaehr is going to take a look at the test situation
Is this superseded by https://github.com/FreeCAD/FreeCAD/pull/20749?
When I build I get warnings about using deprecated APIs, presumably related to this functionality. The code is in https://github.com/FreeCAD/FreeCAD/tree/main/src/MacAppBundle/QuickLook
Noting that @PaddleStroke is eligible to claim the bounty from the FPA. To claim, please send an email to [email protected] referencing this issue, and your preferred method of payment.
@andesfreedesign can you address the issues raised by @adrianinsaval and @wwmayer (related to setting explicitly the location of f3d, and to not using std::system). Thanks!
Can we refactor to load the images in a background thread and display them as they become available?
> I was hoping you could give some clues, I'm not so familiar with Start code It's simple enough in principle -- nothing in Start works that way right now,...
We discussed this in the review meeting this morning and basically decided we need to get this into a thread. So now I'm I'm looking for a volunteer to do...
The relevant commits here have been migrated over to #19489, which refactors to eliminate the freezing by running f3d in its own threads.