Search found 3104 matches

by ickby
Thu Aug 18, 2022 12:58 pm
Forum: Developers corner
Topic: Calling python.exe using asyncio
Replies: 5
Views: 1398

Re: Calling python.exe using asyncio

hm not sure. I think using QT if possible is the easiest, as no other libraries are required. But I have no experiance with it. Annother idea would be the python subprocess module, but I'm not sure if this works with FreeCAD. The asyncio route is a bit involved for a rather small functionality, but ...
by ickby
Fri Aug 12, 2022 6:54 am
Forum: Developers corner
Topic: Calling python.exe using asyncio
Replies: 5
Views: 1398

Re: Calling python.exe using asyncio

also be aware that you need to have a special event loop running to use asyncio. That is not trival when using a QT application, so you need to use a extra package: https://github.com/CabbageDevelopment/qasync
by ickby
Sat Apr 09, 2022 4:05 pm
Forum: Open discussion
Topic: Plasticity "CAD system for Artists"
Replies: 18
Views: 6810

Re: "CAD system for Artists in Blender"

To my understanding the selling point of the software is the workflow. Artist modeling packages like blender have a very defined way of working, and it is significantly different to mechanical CAD. You usually directly change things in the model, no history, no parametric behaviour. And you use modi...
by ickby
Mon Apr 04, 2022 5:32 am
Forum: FEM
Topic: collection of Clip filter bugs
Replies: 48
Views: 9405

Re: collection of Clip filter bugs

uwestoehr wrote: Thu Mar 31, 2022 11:20 am I tested some more complex meshes and I think with normal PC calculation power, we can enable the Apply immediately option as default. What do you think?
Yes, it can definitely be applied as default.
by ickby
Thu Mar 31, 2022 4:44 am
Forum: FEM
Topic: collection of Clip filter bugs
Replies: 48
Views: 9405

Re: collection of Clip filter bugs

The tool ist in the Post Processing toolbar, the very first Button, rigth next to "create Pipeline".

Yes, i'm going to document it in the Wiki, thats a good Point.
by ickby
Wed Mar 30, 2022 7:40 pm
Forum: FEM
Topic: collection of Clip filter bugs
Replies: 48
Views: 9405

Re: collection of Clip filter bugs

Hello, after our discussion on Github I checked the behavior for the updating of the sphere function in the clip filters. I used the stable version 0.19.3 as well as commit ca9fb5400c319725466f1af2c410fc08e4050511 from March 25., which I think is before your fixes were applied. This is the Tree setu...
by ickby
Tue Mar 22, 2022 4:25 pm
Forum: Developers corner
Topic: can Assembly, Cam, Cloud and JtReader be removed?
Replies: 9
Views: 2371

Re: can Assembly, Cam, Cloud and JtReader be removed?

Assembly
Yes remove it, I'm not working further on it.
by ickby
Tue Mar 15, 2022 2:26 pm
Forum: Open discussion
Topic: 0.20 Splash Screen - first round voting
Replies: 71
Views: 12814

Re: 0.20 splash screen contest - POLLING

Vote: 17
by ickby
Thu Mar 03, 2022 6:25 am
Forum: Announcements & Features
Topic: Addon Manager Redesign 2021
Replies: 392
Views: 112415

Re: Addon Manager Redesign 2021

Just wanted to make the pull request for my packages, but they are already in. Thanks chennes, thats awesome!

I also checked the optional dependency for autobahn, and I can definitely live without it. So I'm very happy now :)
by ickby
Thu Feb 24, 2022 6:22 am
Forum: Announcements & Features
Topic: Addon Manager Redesign 2021
Replies: 392
Views: 112415

Re: Addon Manager Redesign 2021

I will add the description to PyPi, thats easy enough :) For the extra syntax, I don't know a way to check for the installation status of this. As the whole thing is not implemented yet in addon manager, I think I'm going to check if can live without it first, and work around not using it. In my spe...