Hi HarryvL,HarryvL wrote: ↑Sun Feb 04, 2018 8:39 pmThanks Howi, my PPA version of FreeCAD-daily gets automatically installed in the Computer>usr>lib>freecad-daily directory for which I don't have write access (although this is PC to which I only have access). So this is entirely Ubuntu ignorance on my part. I must have set up Ubuntu or PPA incorrectly. I will see if I can change the PPA destination or directory access rights. Harry
Code: Select all
During initialization the error inconsistent use of tabs and spaces in indentation (ListSelect.py, line 145) occurred in C:\Users\MichaelHindley\AppData\Roaming\FreeCAD\Mod\SelectionTools\InitGui.py
Please look into the log file for further information
Code: Select all
OS: Windows 10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.16117 (Git)
Build type: Release
Branch: releases/FreeCAD-0-18
Hash: dbb4cc6415bac848a294f03b80f65e888d531742
Python version: 3.6.6
Qt version: 5.6.2
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: English/SouthAfrica (en_ZA)
Someone forked the project to made it working with FC0.19
Yes, I tried a quick fix this morning. But I've been AFK since then.zacl wrote: ↑Fri Aug 09, 2019 5:30 pmSomeone forked the project to made it working with FC0.19
https://github.com/tomate44/SelectionTools
He corrected 2 bug due to the passage of python 2 to 3.
Not a previous user either.
Code: Select all
pref = App.ParamGet(
"User parameter:BaseApp/Preferences/Mod/SelectionTools/ListSelect")
obj.ViewObject.Transparency = pref.GetInt("transparency")
Any chance that the selection in 3D you also worked on in depth for asm3 will help here as well? I mean that we possibly do not need external macros any more.realthunder wrote: Ping
Yes, it's already in the upstream. Just open the selection view, and click 'Picked object list' to enable it. Double click in the pick list to add the selection, and double click in the selection list to de-select. You can use mouse over any list item to highlight the element without selection.