Awesome!!
I can't wait till the PR is merged
Moderator: agryson
Cannot see the full setting dialog. But it seems that the font family and label text can be customized now?
Agreed ! This should be in mastercarlopav wrote: ↑Mon Mar 23, 2020 3:32 pmwow!
I have a question triplus: you have been working a lot on FreeCAD UI. And AFAICS you always created wonderful external modules. I am just asking myself: why some of them (like this one for the navicube) don't go into the FreeCAD Master? They are obvious enhancements from all points of view.
Yes, as discussed here:
At minimum i need to tackle AccessoriesMenu module first. After some mature modules, such as the CubeMenu, could be upstreamed (Tux module) if desired.carlopav wrote: ↑Mon Mar 23, 2020 3:32 pmwow!
I have a question triplus: you have been working a lot on FreeCAD UI. And AFAICS you always created wonderful external modules. I am just asking myself: why some of them (like this one for the navicube) don't go into the FreeCAD Master? They are obvious enhancements from all points of view.
This sounds like combining some PieMenu features with Navicube. Good idea!
Code: Select all
Traceback (most recent call last):
File "E:\WINAPP_B\FreeCAD_0.19.20310-Win-Conda_vc14.x-x86_64\Mod\CubeMenu\CubeMenuPreferences.py", line 1666, in onBtnFontString
pCube.SetString("FontString", font.toString())
AttributeError: 'bool' object has no attribute 'toString'