Search found 20137 matches

by wmayer
Mon Apr 08, 2024 6:36 am
Forum: Forum in Deutsch
Topic: Problem mit neuem Materialsystem
Replies: 37
Views: 1603

Re: Problem mit neuem Materialsystem

rynn wrote: Mon Apr 08, 2024 6:32 am
jeno wrote: Mon Apr 08, 2024 5:19 am Beispiel: man gibt für einen body eine Darstellung vor
Wo gibt es diese Dialoge?
Diese gibt es jetzt nicht mehr.
by wmayer
Mon Apr 08, 2024 6:35 am
Forum: Forum in Deutsch
Topic: Problem mit neuem Materialsystem
Replies: 37
Views: 1603

Re: Problem mit neuem Materialsystem

Und letztlich ist das bis jetzt auch noch kaputt. Beispiel: man gibt für einen body eine Darstellung vor Wobei diese Funktion eigentlich nie dazu gedacht war, dass die Farbeinstellungen persistent sind. Es wurde vor allem deshalb entwickelt, weil man mit manchen vordefinierten Farben (z.B. Shiny Pl...
by wmayer
Mon Apr 08, 2024 6:14 am
Forum: Help on using FreeCAD
Topic: (clarified) Unexpected colors in dev?
Replies: 39
Views: 2516

Re: (clarified) Unexpected colors in dev?

While in sketcher, the color of an exisiting object makes it nearly impossible to see the geometry: This regression is from a month ago: https://forum.freecad.org/viewtopic.php?p=744117#p744117 The suggested workaround is to change the headlight direction in the preferences but I am reluctant to re...
by wmayer
Mon Apr 08, 2024 5:58 am
Forum: UX/UI Design
Topic: Tabbar: whole toobar vanished when restart
Replies: 15
Views: 1032

Re: Tabbar: whole toobar vanished when restart

When i now install a addon and restart, the the log and sometimes the config get weird.
OK, I remember that I had the same issue recently. The XML structure has been invalidated so that it couldn't be loaded any more and FreeCAD started with an empty config.
by wmayer
Sun Apr 07, 2024 10:09 pm
Forum: UX/UI Design
Topic: Tabbar: whole toobar vanished when restart
Replies: 15
Views: 1032

Re: Tabbar: whole toobar vanished when restart

Here from home/user/.config/FreeCAD Your config looks OK. The Overlay thing is switched off which you may see on the Maximize and Close button of the dockable widget. That of the overlay panel looks quite differently. That fact that the tabbar is hidden is because of the same reason as the other to...
by wmayer
Sun Apr 07, 2024 5:09 pm
Forum: Help on using FreeCAD
Topic: (clarified) Unexpected colors in dev?
Replies: 39
Views: 2516

Re: Unexpected colors in dev?

The regression is caused by 495a96a0f5 where many, many colouring things are broken now. 13332 fixes some of the issues but what's still completely broken are: Step import, if the model has different colors The output of any boolean operation if the source objects have different colors The compound ...
by wmayer
Fri Apr 05, 2024 10:54 am
Forum: UX/UI Design
Topic: Tabbar: whole toobar vanished when restart
Replies: 15
Views: 1032

Re: Tabbar: whole toobar vanished when restart

The checkbox is here, but it is uncheck and still active.
Strange. Can you send me your user.cfg, please? Feel free to remove any confident information from it.
by wmayer
Fri Apr 05, 2024 10:45 am
Forum: UX/UI Design
Topic: Tabbar: whole toobar vanished when restart
Replies: 15
Views: 1032

Re: Tabbar: whole toobar vanished when restart

Given that any workbench can be activated in this section of the code I'm not confident you've fixed the problem. For example, if you set the default starting workbench to be Materials, do you get the same error? If you don't can you explain how loading the workbench here causes the error Yes, any ...
by wmayer
Fri Apr 05, 2024 6:05 am
Forum: UX/UI Design
Topic: Tabbar: whole toobar vanished when restart
Replies: 15
Views: 1032

Re: Tabbar: whole toobar vanished when restart

I do not know, how hard it was to find, but i worked since it was merged already a few hours (~10h? or maybe much more? That was fairly easy. After a quick look over the code modifications the change there was an eye-catcher and I already anticipated that things will break before I have finished th...
by wmayer
Fri Apr 05, 2024 12:31 am
Forum: UX/UI Design
Topic: Tabbar: whole toobar vanished when restart
Replies: 15
Views: 1032

Re: Tabbar: whole toobar vanished when restart

I really wonder whether pull requests are ever tested before merging them. I can confirm the regression and the culprit is 13294 or more precisely this change: void StartupPostProcess::activateWorkbench() { // Always activate the material workbench guiApp.activateWorkbench("MaterialWorkbench&qu...