Search found 48 matches

by JiriVALASEK
Thu Oct 10, 2019 3:32 pm
Forum: Python scripting and macros
Topic: Starting and controlling FreeCAD from external console
Replies: 11
Views: 3180

Re: Starting and controlling FreeCAD from external console

Kunda1 wrote: Thu Oct 10, 2019 1:17 pm sort of related, but more as a joke: If you're really interested in controlling FreeCAD externally:
https://forum.freecadweb.org/viewtopic.php?f=24&t=29988& (FrontPanel Simulation WB)
Thanks, the gRPC looks awesome. I'll maybe switch to it in the future...
by JiriVALASEK
Thu Oct 10, 2019 6:53 am
Forum: Python scripting and macros
Topic: Starting and controlling FreeCAD from external console
Replies: 11
Views: 3180

Re: Starting and controlling FreeCAD from external console

galou_breizh wrote: Mon Apr 29, 2019 7:08 pm Nice! Glad you solved your problem. If your workbench is something general, could you consider sharing it and documenting its use?

Thanks,
Gaël
Hi, I just finished it - https://github.com/JiriValasek/Animate - this is it. The server tool does exactly what I wanted.
by JiriVALASEK
Thu Oct 03, 2019 10:11 am
Forum: Python scripting and macros
Topic: Animate workbench
Replies: 1
Views: 471

Animate workbench

Hi,

I wrote a small workbench for visualizations and animations - https://github.com/JiriValasek/Animate.

If anyone wants to check it out and give me some feedback, feel free to do so :)

Thanks
by JiriVALASEK
Wed Oct 02, 2019 7:29 pm
Forum: Help on using FreeCAD
Topic: Tools > Save picture... returns a blank (white) PNG image
Replies: 6
Views: 1197

Re: Tools > Save picture... returns a blank (white) PNG image

IMO just the known problem with Qt5 along with Intel GFX... ;) Qt5.12.1 has solved the problem in most cases for Windows users. You can find several threads in the forum about that. Generally, this issue also affects the Print function. Hi, I know that it's a problem with Qt5 and Intel GPU. I don't...
by JiriVALASEK
Wed Oct 02, 2019 7:22 pm
Forum: Help on using FreeCAD
Topic: Tools > Save picture... returns a blank (white) PNG image
Replies: 6
Views: 1197

Re: Tools > Save picture... returns a blank (white) PNG image

pl7i92LCNC wrote: Wed Oct 02, 2019 1:45 pm the freecad daily does have suport for qt5 and brings in the miissing
you shoudt update at 18.04 to the new 0,19
I have tried that, it did not work.
by JiriVALASEK
Wed Oct 02, 2019 11:17 am
Forum: Help on using FreeCAD
Topic: Tools > Save picture... returns a blank (white) PNG image
Replies: 6
Views: 1197

Re: Tools > Save picture... returns a blank (white) PNG image

Now I tried OS: Linux Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.18.16093 (Git) Build type: Unknown Branch: master Hash: 690774c0effe4fd7b8d2b5e2fb2b8c8d145e21ce Python version: 2.7.12 Qt version: 4.8.7 Coin version: 4.0.0a OCC version: 7.0.0 Locale: English/UnitedStates (en_US)...
by JiriVALASEK
Wed Oct 02, 2019 9:43 am
Forum: Help on using FreeCAD
Topic: Tools > Save picture... returns a blank (white) PNG image
Replies: 6
Views: 1197

Tools > Save picture... returns a blank (white) PNG image

Hi, I am having difficulties saving a picture using "Tools > Save picture.." utility. I did follow several threads trying to solve it, but nothing worked. The threads I've already read: https://forum.freecadweb.org/viewtopic.php?f=3&t=12225&p=124570#p98270 https://forum.freecadweb....
by JiriVALASEK
Wed Oct 02, 2019 6:27 am
Forum: Python scripting and macros
Topic: [Solved] PySide2.QtNetwork module missing
Replies: 7
Views: 3744

Re: PySide2.QtNetwork module missing

vocx wrote: Wed Oct 02, 2019 5:56 am That's the whole point of using Ubuntu. It has packages for popular software. What you cannot find in the repositories, that you install by other methods.
I know that. I just didn't imagine that it extended to python modules.
by JiriVALASEK
Wed Oct 02, 2019 5:07 am
Forum: Python scripting and macros
Topic: [Solved] PySide2.QtNetwork module missing
Replies: 7
Views: 3744

Re: PySide2.QtNetwork module missing

Hi, I have an issue loading my workbench into FreeCAD on Ubuntu 18.04. I am getting this error: ... python -m pip install PySide2 ... And why do you do that? I thought that when some python module is missing/incomplete the best way would be to reinstall it through pip, I had no idea that you can in...
by JiriVALASEK
Tue Oct 01, 2019 8:42 pm
Forum: Python scripting and macros
Topic: [Solved] PySide2.QtNetwork module missing
Replies: 7
Views: 3744

[Solved] PySide2.QtNetwork module missing

Hi, I have an issue loading my workbench into FreeCAD on Ubuntu 18.04. I am getting this error: No module named 'PySide2.QtNetwork' Traceback (most recent call last): File "<string>", line 83, in Initialize File "/usr/share/freecad/Mod/Animate/Server.py", line 38, in <module> imp...