Search found 5541 matches

by adrianinsaval
Fri Mar 15, 2024 12:19 am
Forum: Install / Compile
Topic: [Fixed] site.getsitepackages() incorrect inside FreeCAD
Replies: 62
Views: 3886

Re: site.getsitepackages() incorrect inside FreeCAD

When you start writing the mention you have to wait for the popup list that shows the users you can @ and then lick or hit enter to confirm then it will who up as something like this: [mention]wmayer[/mention] You could also manually write that in the message and it should work. This is like this be...
by adrianinsaval
Thu Mar 14, 2024 2:46 pm
Forum: Install / Compile
Topic: Download attempt: Dangerous Virus detected
Replies: 7
Views: 3223

Re: Download attempt: Dangerous Virus detected

google search says this is a common false positive. Which file exactly is detected as "infected"?
by adrianinsaval
Thu Mar 14, 2024 5:04 am
Forum: UX/UI Design
Topic: A new take on the UI. FreeCAD Nut.
Replies: 138
Views: 210680

Re: A new take on the UI. FreeCAD Nut.

I will try to work next week on writing better instructions
by adrianinsaval
Thu Mar 14, 2024 5:00 am
Forum: Install / Compile
Topic: RPI5 build from source
Replies: 8
Views: 675

Re: RPI5 build from source

aarch64=arm64 Wayland is certainly the future, but we're lagging behind a little on FreeCAD. I don't think anyone is working on porting it. I'm trying to move to wayland too so I might do some work but at this moments I just don't think it's ready. I don't know how to witch to x11 session on raspber...
by adrianinsaval
Wed Mar 13, 2024 2:07 am
Forum: Install / Compile
Topic: [Fixed] site.getsitepackages() incorrect inside FreeCAD
Replies: 62
Views: 3886

Re: site.getsitepackages() incorrect inside FreeCAD

@chennes @wmayer any clue why this happens?
by adrianinsaval
Wed Mar 13, 2024 2:04 am
Forum: Install / Compile
Topic: RPI5 build from source
Replies: 8
Views: 675

Re: RPI5 build from source

Have you tried the aarch64 appimages? I wouldn't recommend running in wayland at this time
by adrianinsaval
Tue Mar 12, 2024 12:02 am
Forum: Help on using FreeCAD
Topic: Local LCS in Part not Attached
Replies: 12
Views: 953

Re: Local LCS in Part not Attached

Here's my patch: https://github.com/FreeCAD/FreeCAD/pull ... 1985750506 you can try applying it yourself to assembly4
by adrianinsaval
Mon Mar 11, 2024 11:08 pm
Forum: Help on using FreeCAD
Topic: Local LCS in Part not Attached
Replies: 12
Views: 953

Re: Local LCS in Part not Attached

The support property of attachments has been renamed to AttachmentSupport because it was conflicting with another property. Third party code that reference this property need to be updated to match. I provided a patch (although untested) to zolko but I guess he didn't use it
by adrianinsaval
Fri Mar 08, 2024 4:27 pm
Forum: Install / Compile
Topic: 0.21.2 AppImage on Arch Linux
Replies: 2
Views: 311

Re: 0.21.2 AppImage on Arch Linux

Please provide the error message
by adrianinsaval
Wed Mar 06, 2024 5:10 pm
Forum: Google Summer of Code (GSoC)
Topic: [GSoC 2024] - Command-Line Preferences Manipulation
Replies: 14
Views: 1721

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

the templates do not cover all available preferences for freecad, they are only templates that set certain things. Rather than just looking at some config files and tryign to reverse engineer from that I would advice you to check the actual code dealing with preferences. Do all preferences start wit...