Search found 11984 matches
- Mon Jan 25, 2021 2:09 pm
- Forum: Open discussion
- Topic: AddOn manager and gitlab
- Replies: 3
- Views: 356
Re: AddOn manager and gitlab
Oh indeed... That should be an easy fix, I'll look at it
- Mon Jan 25, 2021 11:18 am
- Forum: TechDraw
- Topic: Missing circle center marks
- Replies: 10
- Views: 283
Re: Missing circle center marks
I agree it could be the default. It's merged now. What happens most of the time when a developer codes a new feature, is that it is turned off by default so the workflow of existing users doesn't change abruptly. However, after a time and when many people start using that feature, it begins to make ...
- Thu Jan 21, 2021 12:45 pm
- Forum: Developers corner
- Topic: Error message on Invalid Document.xml
- Replies: 12
- Views: 408
Re: Error message on Invalid Document.xml
Indeed if a file is corrupted there is little that can be done.. But trying to find an XML tag that is not there seems like something we could and should anticipate... It's likely to happen. It is weird FreeCAD doesn't do that already?
- Fri Jan 15, 2021 1:07 pm
- Forum: IFC
- Topic: [IFC Export] Problems with IFC (structural view) export/import
- Replies: 16
- Views: 994
Re: [IFC Export] Problems with IFC (structural view) export/import
I can't find this Nodes property for Arch Walls. Could this be the reason why for Walls the IFC-Exporter don't work Yes. Indeed walls don't have that property. You should either model walls using the Structure tool (change their IFC type to Wall afterwards), or use the wall tool, then use the struc...
- Thu Jan 14, 2021 2:14 pm
- Forum: Draft, Arch & BIM
- Topic: BIM videos made with FreeCAD
- Replies: 7
- Views: 432
Re: BIM videos made with FreeCAD
Great videos!!
- Thu Jan 14, 2021 12:49 pm
- Forum: IFC
- Topic: [IFC Export] Problems with IFC (structural view) export/import
- Replies: 16
- Views: 994
Re: [IFC Export] Problems with IFC (structural view) export/import
I see two problems here: 1) the slabs loops are open and 2) sometimes wrongly placed. Basically any Arch Structural object in FreeCAD has a Nodes property (that you can show in the 3D view). That is what is exported to structural IFC. This Nodes property is a simple sequence of 3D vectors. For a col...
- Thu Jan 14, 2021 12:44 pm
- Forum: Developers corner
- Topic: Two workbenches one file type.
- Replies: 1
- Views: 243
Re: Two workbenches one file type.
I think it works with both.
- Thu Jan 14, 2021 12:41 pm
- Forum: Open discussion
- Topic: AddOn manager and gitlab
- Replies: 3
- Views: 356
Re: AddOn manager and gitlab
The addon manager should work with gitlab, yes. What's the symptom?
I'll have a look at it too..
I'll have a look at it too..
- Thu Jan 14, 2021 12:39 pm
- Forum: Open discussion
- Topic: AddOn manager clones master, but github switched to main
- Replies: 19
- Views: 1033
Re: AddOn manager clones master, but github switched to main
The problem is here: https://github.com/FreeCAD/FreeCAD/blob ... es.py#L251
When gitpython is not used, the above function is used to retrieve the location of the zip file. The question is, how to know the correct url?
When gitpython is not used, the above function is used to retrieve the location of the zip file. The question is, how to know the correct url?
- Thu Jan 14, 2021 12:35 pm
- Forum: Open discussion
- Topic: AutoCAD Blocks Attributes equivalent in FreeCAD
- Replies: 3
- Views: 208
Re: AutoCAD Blocks Attributes equivalent in FreeCAD
I would also like to have such functionality... Even more maybe, a kind of way for any Draft object to have any number of annotations. Maybe just a simple "Annotation" property, to start with? With acompanying TextPlacement, Font, FontSize... Then the contents of the Annotation property could be bui...