Search found 12913 matches

by yorik
Fri Mar 29, 2024 3:07 pm
Forum: Draft, Arch & BIM
Topic: BIM/Arch development news articles from Yorik's blog
Replies: 241
Views: 143553

Re: BIM/Arch development news articles from Yorik's blog

Autosaving The saving system is now up and working. There are basically two modes, depending on the locked state of the document: Your document is locked (The FreeCAD document is the IFC document): The “save” command of FreeCAD is replaced by the IFC save command. If you press Ctrl+S, or use menu F...
by yorik
Fri Mar 29, 2024 3:06 pm
Forum: Draft, Arch & BIM
Topic: BIM/Arch development news articles from Yorik's blog
Replies: 241
Views: 143553

Re: BIM/Arch development news articles from Yorik's blog

That needs more definition and thinking, but I like what you wrote.
by yorik
Tue Mar 26, 2024 10:18 am
Forum: Translation
Topic: Strange translations for some WB names in preferences
Replies: 19
Views: 743

Re: Strange translations for some WB names in preferences

Ok this is now done. All the ship files have been transferred to the FreeCAD-addons crowdin repo. As far as I can see, there is no more "tirant d'eau" anywhere in the FreeCAD crowdin repo. I'll now try to update the translations in FreeCAD and see if that solves the issue... *EDIT* As of h...
by yorik
Tue Mar 26, 2024 9:57 am
Forum: Translation
Topic: Strange translations for some WB names in preferences
Replies: 19
Views: 743

Re: Strange translations for some WB names in preferences

There is no more "Ship" in FreeCAD at all. BUT: 1) If I grep -ri "tirant d'eau" * I still find "tirant d'eau" in the sources: grep -ri "tirant d'eau" * src/Mod/PartDesign/Gui/Resources/translations/PartDesign_kab.ts: <translation>Tirant d'eau</translation> src...
by yorik
Fri Mar 22, 2024 3:27 pm
Forum: Google Summer of Code (GSoC)
Topic: [GSoC 2024] - Command-Line Preferences Manipulation
Replies: 14
Views: 1519

Re: [GSoC 2024] - Command-Line Preferences Manipulation

I think a user can already do much more serious harm with the command line version of FreeCAD, simply by running a Python script that does anything we can dread... Modifying the preferences in itself is not very dangerous, and in any case any script could manipulate the config files outside FreeCAD ...
by yorik
Fri Mar 22, 2024 2:38 pm
Forum: Draft, Arch & BIM
Topic: BIM/Arch development news articles from Yorik's blog
Replies: 241
Views: 143553

Re: BIM/Arch development news articles from Yorik's blog

Weekly 18 at https://yorik.uncreated.net/blog/2024-004-freecad-news-18 : The lock system This was merged last week, but I thought I’d explain a bit more how it works. Basically you get a new little IFC button in the status bar, when using the BIM workbench. This is the IFC lock button, and it can be...
by yorik
Fri Mar 22, 2024 2:37 pm
Forum: Draft, Arch & BIM
Topic: BIM/Arch development news articles from Yorik's blog
Replies: 241
Views: 143553

Re: BIM/Arch development news articles from Yorik's blog

ProjectBP wrote: Sat Mar 16, 2024 11:32 am there is a chance that we will be able to see a convenient cataloger, and not a construction tree (tree view)
Indeed having a second tree view is not interesting :)

How do you see that cataloger?
by yorik
Fri Mar 22, 2024 10:23 am
Forum: Google Summer of Code (GSoC)
Topic: GSoC 2024 - Open for proposals
Replies: 6
Views: 1270

Re: GSoC 2024 - Open for proposals

The proposals submission time has officially started, interested students can start submitting their proposals, up to April 2nd.

Don't hesitate to share your proposals with us before submitting if you want feedback!
by yorik
Fri Mar 15, 2024 1:15 pm
Forum: Draft, Arch & BIM
Topic: BIM/Arch development news articles from Yorik's blog
Replies: 241
Views: 143553

Re: BIM/Arch development news articles from Yorik's blog

BIM weekly from https://yorik.uncreated.net/blog/2024-003-freecad-news-17 https://yorik.uncreated.net/images/2024/weekly17.jpg BIM views dialog improvements We got a nice pull request earlier this week that adds several improvements to the BIM Views tool: Buildings, levels and working plane proxies ...
by yorik
Fri Mar 15, 2024 1:13 pm
Forum: Draft, Arch & BIM
Topic: BIM/Arch development news articles from Yorik's blog
Replies: 241
Views: 143553

Re: BIM/Arch development news articles from Yorik's blog

In this case, "lock" I think is exactly what we want, because we do want it to sound restrictive. In many aspects of CAD, "restriction" is a good thing, something we want. It definitely means restricting the freedom. But iFC is a strict, carefully tailored standard. So if the sof...