Displaying anchor points: native vs realthunder.

A forum dedicated to the Draft, Arch and BIM workbenches development.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
doubters
Posts: 168
Joined: Fri Mar 18, 2016 12:53 pm

Displaying anchor points: native vs realthunder.

Post by doubters »

I don't know what this question refers to more - to the assembly of realthunder, or to the draft (Arch) workbench in general.
In the native version, anchor points are displayed as they should - in the form of type icons. In the realthunder assembly, we see only white highlighting without determining the type of binding. Of course, in the first variant the behavior of the program looks more professional.
Perhaps the author of the assembly will pay attention to this remark and decide on the need to correct his assembly.
(translated by google)
Attachments
Peek 2023-03-24 14-37.gif
Peek 2023-03-24 14-37.gif (788.8 KiB) Viewed 2972 times
User avatar
thomas-neemann
Veteran
Posts: 11801
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

Re: Displaying anchor points: native vs realthunder.

Post by thomas-neemann »

doubters wrote: Fri Mar 24, 2023 12:00 pm ...

confirmt

OS: Ubuntu 20.04.1 LTS (XFCE/xubuntu)
Word size of FreeCAD: 64-bit
Version: 2023.131.26244 +5365 (Git) AppImage
Build type: Release
Branch: LinkDaily
Hash: 73c4ca254c5de8849d104973482e98399fb24863
Python version: 3.10.8
Qt version: 5.15.4
Coin version: 4.0.1
OCC version: 7.6.3
Locale: German/Germany (de_DE)
Gruß Dipl.-Ing. (FH) Thomas Neemann

https://www.youtube.com/@thomasneemann5 ... ry=freecad
doubters
Posts: 168
Joined: Fri Mar 18, 2016 12:53 pm

Re: Displaying anchor points: native vs realthunder.

Post by doubters »

thomas-neemann wrote: Fri Mar 24, 2023 12:54 pm
doubters wrote: Fri Mar 24, 2023 12:00 pm ...

confirmt
In new version:

Code: Select all

OS: Ubuntu 22.04.2 LTS (GNOME/gnome-xorg)
Word size of FreeCAD: 64-bit
Version: 2023.508.0.14555 (Git shallow) AppImage
Build type: Release
Branch: HEAD
Hash: 8af53bfe8e1bdbeafcd2515160e96ea680fb8ef2
Python 3.11.3, Qt 5.15.8, Coin 4.0.1, Vtk 9.2.5, OCC 7.7.1
Locale: C/Default (C)
fixed! ))

But, when I try to navigate to the arch workbench... Here is the full log in the report window:

Code: Select all

Traceback (most recent call last):
  File "<string>", line 55, in Initialize
  File "/tmp/.mount_FreeCAacYypp/usr/lib/python3.11/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
    return original_import(name, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_FreeCAacYypp/usr/Mod/Arch/Arch.py", line 72, in <module>
    from importDAE import triangulate
  File "/tmp/.mount_FreeCAacYypp/usr/lib/python3.11/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
    return original_import(name, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_FreeCAacYypp/usr/Mod/Arch/importDAE.py", line 22, in <module>
    import FreeCAD, Mesh, ArchCommands, os, numpy, MeshPart, Draft, Part, types
  File "/tmp/.mount_FreeCAacYypp/usr/lib/python3.11/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
    return original_import(name, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

/tmp/.mount_FreeCAacYypp/usr/lib/././libnglib4smesh.so: undefined symbol: _ZNK17XCAFDoc_ColorTool8GetColorERK9TDF_LabelR14Quantity_Color
Attachments
Peek 2023-05-09 06-42.gif
Peek 2023-05-09 06-42.gif (819.08 KiB) Viewed 2730 times
User avatar
thomas-neemann
Veteran
Posts: 11801
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

Re: Displaying anchor points: native vs realthunder.

Post by thomas-neemann »

doubters wrote: Tue May 09, 2023 3:57 am
In new version:


fixed! ))

But, when I try to navigate to the arch workbench... Here is the full log in the report window:

Code: Select all

Traceback (most recent call last):
  File "<string>", line 55, in Initialize
  File "/tmp/.mount_FreeCAacYypp/usr/lib/python3.11/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
    return original_import(name, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_FreeCAacYypp/usr/Mod/Arch/Arch.py", line 72, in <module>
    from importDAE import triangulate
  File "/tmp/.mount_FreeCAacYypp/usr/lib/python3.11/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
    return original_import(name, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_FreeCAacYypp/usr/Mod/Arch/importDAE.py", line 22, in <module>
    import FreeCAD, Mesh, ArchCommands, os, numpy, MeshPart, Draft, Part, types
  File "/tmp/.mount_FreeCAacYypp/usr/lib/python3.11/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
    return original_import(name, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

/tmp/.mount_FreeCAacYypp/usr/lib/././libnglib4smesh.so: undefined symbol: _ZNK17XCAFDoc_ColorTool8GetColorERK9TDF_LabelR14Quantity_Color

both confirmed

Code: Select all

OS: Ubuntu 20.04.1 LTS (XFCE/xubuntu)
Word size of FreeCAD: 64-bit
Version: 2023.508.0.14555 (Git shallow) AppImage
Build type: Release
Branch: HEAD
Hash: 8af53bfe8e1bdbeafcd2515160e96ea680fb8ef2
Python 3.11.3, Qt 5.15.8, Coin 4.0.1, Vtk 9.2.5, OCC 7.7.1
Locale: German/Germany (de_DE)
Installed mods: 
  * Curves 0.6.8
  * dodo 1.0.0
Gruß Dipl.-Ing. (FH) Thomas Neemann

https://www.youtube.com/@thomasneemann5 ... ry=freecad
User avatar
thomas-neemann
Veteran
Posts: 11801
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

Re: Displaying anchor points: native vs realthunder.

Post by thomas-neemann »

base tests:
Bildschirmfoto_2023-05-10_09-28-28.png
Bildschirmfoto_2023-05-10_09-28-28.png (62.05 KiB) Viewed 2643 times

Code: Select all

09:24:03  Traceback (most recent call last):
  File "<string>", line 55, in Initialize
  File "/tmp/.mount_rt-07-PLVfRs/usr/lib/python3.11/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
    return original_import(name, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_rt-07-PLVfRs/usr/Mod/Arch/Arch.py", line 72, in <module>
    from importDAE import triangulate
  File "/tmp/.mount_rt-07-PLVfRs/usr/lib/python3.11/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
    return original_import(name, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_rt-07-PLVfRs/usr/Mod/Arch/importDAE.py", line 22, in <module>
    import FreeCAD, Mesh, ArchCommands, os, numpy, MeshPart, Draft, Part, types
  File "/tmp/.mount_rt-07-PLVfRs/usr/lib/python3.11/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
    return original_import(name, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

09:24:03  /tmp/.mount_rt-07-PLVfRs/usr/lib/././libnglib4smesh.so: undefined symbol: _ZNK17XCAFDoc_ColorTool8GetColorERK9TDF_LabelR14Quantity_Color


Code: Select all

OS: Ubuntu 20.04.1 LTS (XFCE/xubuntu)
Word size of FreeCAD: 64-bit
Version: 2023.508.0.14555 (Git shallow) AppImage
Build type: Release
Branch: HEAD
Hash: 8af53bfe8e1bdbeafcd2515160e96ea680fb8ef2
Python 3.11.3, Qt 5.15.8, Coin 4.0.1, Vtk 9.2.5, OCC 7.7.1
Locale: German/Germany (de_DE)
Installed mods: 
  * Curves 0.6.8
  * dodo 1.0.0
Gruß Dipl.-Ing. (FH) Thomas Neemann

https://www.youtube.com/@thomasneemann5 ... ry=freecad
doubters
Posts: 168
Joined: Fri Mar 18, 2016 12:53 pm

Re: Displaying anchor points: native vs realthunder.

Post by doubters »

Unfortunately, the problem is not solved in the new version:

Code: Select all

OS: Ubuntu 22.04.2 LTS (GNOME/gnome-xorg)
Word size of FreeCAD: 64-bit
Version: 2023.511.0.14555 (Git shallow) AppImage
Build type: Release
Branch: HEAD
Hash: 01224e23bb5eea6cc86d3801c1cd12cf9b8e66f4
Python 3.11.3, Qt 5.15.8, Coin 4.0.1, Vtk 9.2.5, OCC 7.7.1
Locale: C/Default (C)
Attachments
img.png
img.png (17.94 KiB) Viewed 2519 times
User avatar
thomas-neemann
Veteran
Posts: 11801
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

Re: Displaying anchor points: native vs realthunder.

Post by thomas-neemann »

doubters wrote: Fri May 12, 2023 6:48 pm

now it works again

Code: Select all

OS: Ubuntu 22.10 (XFCE/xubuntu)
Word size of FreeCAD: 64-bit
Version: 2023.521.0.14555 (Git shallow) AppImage
Build type: Release
Branch: HEAD
Hash: f428979aa87456d1ce57e2ea78ee9d70dc7595e4
Python 3.11.3, Qt 5.15.8, Coin 4.0.1, Vtk 9.2.5, OCC 7.7.1
Locale: German/Germany (de_DE)
Gruß Dipl.-Ing. (FH) Thomas Neemann

https://www.youtube.com/@thomasneemann5 ... ry=freecad
doubters
Posts: 168
Joined: Fri Mar 18, 2016 12:53 pm

Re: Displaying anchor points: native vs realthunder.

Post by doubters »

thomas-neemann wrote: Sun May 21, 2023 7:12 pm
doubters wrote: Fri May 12, 2023 6:48 pm
now it works again
But not in the way we would like)
Attachments
Peek 2023-05-21 23-12.gif
Peek 2023-05-21 23-12.gif (607.68 KiB) Viewed 2280 times
User avatar
thomas-neemann
Veteran
Posts: 11801
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

Re: Displaying anchor points: native vs realthunder.

Post by thomas-neemann »

doubters wrote: Mon May 22, 2023 4:10 am

I can't say anything about that, I don't need this function (panel tools)
Gruß Dipl.-Ing. (FH) Thomas Neemann

https://www.youtube.com/@thomasneemann5 ... ry=freecad
doubters
Posts: 168
Joined: Fri Mar 18, 2016 12:53 pm

Re: Displaying anchor points: native vs realthunder.

Post by doubters »

thomas-neemann wrote: Mon May 22, 2023 4:26 am
doubters wrote: Mon May 22, 2023 4:10 am

I can't say anything about that, I don't need this function (panel tools)
The problem is that the specified objects are not created at all.
Post Reply