Closed j-wiedemann closed 4 years ago
Hi.
Could you provide the output of this code snippet:
for w in Gui.listWorkbenches():
print(w)
Thanks.
Hello, thanks for your reply. Here is the output:
for w in Gui.listWorkbenches():
... print(w)
...
NoneWorkbench
ArchWorkbench
CompleteWorkbench
DraftWorkbench
DrawingWorkbench
FemWorkbench
ImageWorkbench
InspectionWorkbench
MeshWorkbench
OpenSCADWorkbench
PartWorkbench
PartDesignWorkbench
PathWorkbench
PointsWorkbench
RaytracingWorkbench
ReverseEngineeringWorkbench
RobotWorkbench
SketcherWorkbench
SpreadsheetWorkbench
StartWorkbench
SurfaceWorkbench
TechDrawWorkbench
TestWorkbench
WebWorkbench
dodo
CurvedShapesWB
NurbsWorkbench
WebToolsWorkbench
BIMWorkbench
FastenersWorkbench
TimberWorkbench
RenderWorkbench
ScriptXWorkbench
A2plusWorkbench
DefeaturingWB
ExplodedAssembly
MoocWorkbench
flamingoToolsWorkbench
AirPlaneDesignWorkbench
Silk
CfdWorkbench
SMWorkbench
ManipulatorWB
ArchTextureWorkbench
WFrame
PCB
KiCadStepUpWB
CurvesWorkbench
template_workbench
frame_workbench
PlotWorkbench
ShipWorkbench
pallet_workbench
I suspect one of the modules has a workbench icon in XPM format and an icon itself likely has some "special structure". As all modules from the list are not available from Addon manager i didn't try to find the module with such XPM icon, instead i just implemented a fix, that uses default FreeCAD icon. In cases where workbench XPM icon parsing doesn't work as expected.
Please update the ShortCuts module and test if the reported issue is fixed.
Hi triplus ! It's working now, thanks. Indeed the new wood-frame wb (which is not in the addon manager list) have xpm icon.
Can we get a printable shortcuts list with your addon ?
Best if you open a new "issue" report (feature request) for that. Describing more in detail on what such feature should do. For example to print a list of command names and set shortcuts to Report view? In the future there will likely be import/export functionality, but your feature request seems more basic.
Thanks.
Hello,
I was looking for a list of all shortcut and try this shortcut addon. But i get this output error :
FreeCAD Version :