Search found 8289 matches

by Roy_043
Fri Mar 22, 2024 3:09 pm
Forum: Developers corner
Topic: How to read preferences
Replies: 6
Views: 384

Re: How to read preferences

As to the UI file question:
Just temporarily edit this line in Draft/InitGui.py:

Code: Select all

FreeCADGui.addPreferencePage(":/ui/preferences-draftsnap.ui", QT_TRANSLATE_NOOP("QObject", "Draft"))
Change the first argument to point to a local path and restart FreeCAD.
by Roy_043
Fri Mar 22, 2024 2:38 pm
Forum: Developers corner
Topic: How to read preferences
Replies: 6
Views: 384

Re: How to read preferences

You are going very fast here. Some of your suggestions actually are confusing IMO. It may be a good idea to give others some time to react to your issue first.

issue #13090
by Roy_043
Fri Mar 22, 2024 11:36 am
Forum: Help on using FreeCAD
Topic: 'NoneType' object is not subscriptable
Replies: 4
Views: 352

Re: 'NoneType' object is not subscriptable

Hopefully this fix is correct.
by Roy_043
Fri Mar 22, 2024 11:26 am
Forum: Help on using FreeCAD
Topic: 'NoneType' object is not subscriptable
Replies: 4
Views: 352

Re: 'NoneType' object is not subscriptable

AFAICT there is a bend feature that has been deleted.
B45Sus shows two bends, but has no "base Object".
The previous feature is Pad008.
by Roy_043
Fri Mar 22, 2024 8:38 am
Forum: Part Design module development
Topic: OpenSCAD nav style: can't orbit in sketcher
Replies: 2
Views: 228

Re: OpenSCAD nav style: can't orbit in sketcher

MMB+RMB works to rotate the view. The issue with dragging sketch elements with the LMB has been solved in V0.22. OS: Windows 8 build 9600 Word size of FreeCAD: 64-bit Version: 0.22.0dev.36487 (Git) Build type: Release Branch: main Hash: f5baef888c25937026ee50001a4fe4293a9f11ee Python 3.11.8, Qt 5.15...
by Roy_043
Thu Mar 21, 2024 3:58 pm
Forum: Help on using FreeCAD
Topic: Offset on Surface
Replies: 19
Views: 1283

Re: Offset on Surface

I am not completely surprised this fails. Proposed workaround (assuming I have understood what you want): 1. Create a Draft_Facebinder with an Extrusion value. See image. 2. Select the outer face of the Facebinder and the outer face of the main tank. 3. Paste the code below in the Python console . i...
by Roy_043
Thu Mar 21, 2024 2:57 pm
Forum: Help on using FreeCAD
Topic: V0.22: How to undo Tree view reordering?
Replies: 6
Views: 514

Re: V0.22: How to undo Tree view reordering?

papyblaise wrote: Thu Mar 21, 2024 1:26 pm you say yourself that it’s a mess
I have not said that at all.
by Roy_043
Thu Mar 21, 2024 2:45 pm
Forum: Help on using FreeCAD
Topic: _shape.BoundBox.ZMax returns wrong value
Replies: 4
Views: 248

Re: _shape.BoundBox.ZMax returns wrong value

ZMax is not the same as ZLength. Shape (also) works AFAICT.

Code: Select all

<<Extrude>>.Shape.BoundBox.ZLength
by Roy_043
Thu Mar 21, 2024 12:01 pm
Forum: Help on using FreeCAD
Topic: V0.22: How to undo Tree view reordering?
Replies: 6
Views: 514

Re: V0.22: How to undo Tree view reordering?

@papyblaise You need to test this with the current dev version.
by Roy_043
Thu Mar 21, 2024 9:02 am
Forum: Install / Compile
Topic: Cannot load freecad.exe ver 22 031924 build
Replies: 9
Views: 422

Re: Cannot load freecad.exe ver 22 031924 build

The version:
FreeCAD_weekly-builds-36487-2024-03-20-conda-Windows-x86_64-py311.7z
works fine here.

If you still experience problems then your anti-virus program may be causing the problem.