und wohl noch wichtiger ist der das Thema https://forum.freecadweb.org/viewtopic. ... 0&start=40
Noch ein Hinweis. Bitte immer Deine FreeCAD info mit angeben. Siehe den roten grossen kasten im Forum über dem Thema.
Search found 12333 matches
- Mon Nov 01, 2021 7:54 pm
- Forum: Forum in Deutsch
- Topic: Wände mit Fenster / Türen verschieben
- Replies: 2
- Views: 550
- Mon Nov 01, 2021 7:53 pm
- Forum: Draft, Arch & BIM
- Topic: Bug when using draft modifiers on a part container
- Replies: 41
- Views: 8922
Re: Bug when using draft modifiers on a part container
I came from here ... https://forum.freecadweb.org/viewtopic.php?f=23&t=19651 Any news on this?
- Mon Nov 01, 2021 11:12 am
- Forum: Draft, Arch & BIM
- Topic: Moving window with wall
- Replies: 12
- Views: 6001
Re: Moving window with wall
origin problem of the first post still exist for me. Even with the draft move tool and if move with host is set to true on the window. OS: Windows 10 Version 2009 Word size of FreeCAD: 64-bit Version: 0.20.26155 (Git) Build type: Release Branch: master Hash: 0926a4148bcff11249fd4f56bc30256102ffe105 ...
- Mon Nov 01, 2021 11:10 am
- Forum: Forum in Deutsch
- Topic: Wände mit Fenster / Türen verschieben
- Replies: 2
- Views: 550
- Mon Nov 01, 2021 10:56 am
- Forum: FEM
- Topic: Translation in FEM
- Replies: 38
- Views: 10941
Re: Translation in FEM
The ts. files seem very outdated because they reference to files that do not even exist any more. However, this is not the reason why the strings are not translated. The problem is that many context strings do not match any more with the command names. By rerunning the lupdate tool the issue won't ...
- Fri Oct 29, 2021 6:43 am
- Forum: UX/UI Design
- Topic: split comboview, show tree and property editor separately
- Replies: 5
- Views: 2282
Re: split comboview
AFAIK is it possible to split the combo view to have the tree view and the property editor in separate widgets. I can not find how to do this. Does someone has more information about this. No, that's not possible. The combo view internally uses a tab widget where on the first page a splitter (see Q...
- Fri Oct 29, 2021 6:42 am
- Forum: UX/UI Design
- Topic: split comboview, show tree and property editor separately
- Replies: 5
- Views: 2282
Re: split comboview
adrianinsaval wrote: ↑Thu Oct 28, 2021 6:28 pm edit->preferences->general->tree view mode->tree view and property view

- Thu Oct 28, 2021 6:14 pm
- Forum: UX/UI Design
- Topic: split comboview, show tree and property editor separately
- Replies: 5
- Views: 2282
split comboview, show tree and property editor separately
AFAIK is it possible to split the combo view to have the tree view and the property editor in separate widgets. I can not find how to do this. Does someone has more information about this.
cheers bernd
cheers bernd
- Thu Oct 28, 2021 2:03 pm
- Forum: Draft, Arch & BIM
- Topic: [BUG] crash on Arch material if two materials with the same material name are created
- Replies: 11
- Views: 2804
Re: crash on Arch material if two materials with the same material name are created
I used a workaround on import IFC to get around this the time beeing git commit 5e2bb1599989
- Thu Oct 28, 2021 11:22 am
- Forum: Draft, Arch & BIM
- Topic: [BUG] crash on Arch material if two materials with the same material name are created
- Replies: 11
- Views: 2804
Re: crash on Arch material if two materials with the same material name are created by Python
The problem is the onChanged method of the ArchMaterial. it takes the Name from the Material dictionary and sets it to the object label, than FreeCAD changes the object label because they should not be equal, thus onChanged is called and sets again the object label. This results in an Endlesloop. To...