Release notes 1.0: Difference between revisions

From FreeCAD Documentation
(more API)
(more API)
Line 50: Line 50:


* ''ShapeFix_EdgeConnectPy'': Root class for fixing operations. [https://github.com/FreeCAD/FreeCAD/commit/4d4adb93 commit 4d4adb93]
* ''ShapeFix_EdgeConnectPy'': Root class for fixing operations. [https://github.com/FreeCAD/FreeCAD/commit/4d4adb93 commit 4d4adb93]
* ''ShapeFix_EdgePy'': Fixing invalid edge. [https://github.com/FreeCAD/FreeCAD/commit/4089cbfb commit 4089cbfb]
* ''ShapeFix_FaceConnectPy'': Rebuilds connectivity between faces in shell. [https://github.com/FreeCAD/FreeCAD/commit/a0eb2e9d commit a0eb2e9d]
* ''ShapeFix_FaceConnectPy'': Rebuilds connectivity between faces in shell. [https://github.com/FreeCAD/FreeCAD/commit/a0eb2e9d commit a0eb2e9d]
* ''ShapeFix_FixSmallFacePy'': Class for fixing operations on faces. [https://github.com/FreeCAD/FreeCAD/commit/4c2946c8 commit 4c2946c8]
* ''ShapeFix_FixSmallFacePy'': Class for fixing operations on faces. [https://github.com/FreeCAD/FreeCAD/commit/4c2946c8 commit 4c2946c8]
* ''ShapeFix_FixSmallSolidPy'': Fixing solids with small size. [https://github.com/FreeCAD/FreeCAD/commit/b70d8d37 commit b70d8d37]
* ''ShapeFix_FixSmallSolidPy'': Fixing solids with small size. [https://github.com/FreeCAD/FreeCAD/commit/b70d8d37 commit b70d8d37]
* ''ShapeFix_FreeBoundsPy'': Intended to output free bounds of the shape. [https://github.com/FreeCAD/FreeCAD/commit/1ee1aee1 commit 1ee1aee1]
* ''ShapeFix_FreeBoundsPy'': Intended to output free bounds of the shape. [https://github.com/FreeCAD/FreeCAD/commit/1ee1aee1 commit 1ee1aee1]
* ''ShapeFix_ShapePy'': Class for fixing operations on shapes. [https://github.com/FreeCAD/FreeCAD/commit/87db9dcc commit 87db9dcc]
* ''ShapeFix_ShapeTolerancePy'': Modifies tolerances of sub-shapes (vertices, edges, faces). [https://github.com/FreeCAD/FreeCAD/commit/125d5b63 commit 125d5b63]
* ''ShapeFix_ShapeTolerancePy'': Modifies tolerances of sub-shapes (vertices, edges, faces). [https://github.com/FreeCAD/FreeCAD/commit/125d5b63 commit 125d5b63]
* ''ShapeFix_SolidPy'': Root class for fixing operations. [https://github.com/FreeCAD/FreeCAD/commit/8d568793 commit 8d568793]
* ''ShapeFix_SplitCommonVertexPy'': Class for fixing operations on shapes. [https://github.com/FreeCAD/FreeCAD/commit/4b44c54c commit 4b44c54c]
* ''ShapeFix_SplitCommonVertexPy'': Class for fixing operations on shapes. [https://github.com/FreeCAD/FreeCAD/commit/4b44c54c commit 4b44c54c]
* ''ShapeFix_SplitToolPy'': Tool for splitting and cutting edges. [https://github.com/FreeCAD/FreeCAD/commit/bbecc3f2 commit bbecc3f2]
* ''ShapeFix_SplitToolPy'': Tool for splitting and cutting edges. [https://github.com/FreeCAD/FreeCAD/commit/bbecc3f2 commit bbecc3f2]
* ''ShapeFix_WireframePy'': Provides methods for fixing wireframe of shape. [https://github.com/FreeCAD/FreeCAD/commit/6843a461 commit 6843a461]
* ''ShapeFix_WireframePy'': Provides methods for fixing wireframe of shape. [https://github.com/FreeCAD/FreeCAD/commit/6843a461 commit 6843a461]
* ''ShapeFix_WirePy'': Class for fixing operations on wires. [https://github.com/FreeCAD/FreeCAD/commit/94f6279a commit 94f6279a]
* ''ShapeFix_WireVertexPy'': Fixing disconnected edges in the wire. [https://github.com/FreeCAD/FreeCAD/commit/8c6ffc99 commit 8c6ffc99]
* ''ShapeFix_WireVertexPy'': Fixing disconnected edges in the wire. [https://github.com/FreeCAD/FreeCAD/commit/8c6ffc99 commit 8c6ffc99]



Revision as of 01:38, 24 June 2022


FreeCAD 1.0 is under development, there is no expected released date yet.

Are features missing? Mention them in the Release notes for v1.0 forum thread.

See Help FreeCAD for ways to contribute to FreeCAD.

All images on this page must use the _relnotes_1.0 suffix


FreeCAD 1.0 was released on DD MM 2023, get it from the Download page. This page lists all new features and changes.

Older FreeCAD release notes can be found in the Feature list.

Placeholder for an eye-catching image selected by the admins from the user showcases forum.

General

User interface

Further user interface improvements

Core system and API

Core

API

New Python API

  • ShapeFix_EdgeConnectPy: Root class for fixing operations. commit 4d4adb93
  • ShapeFix_EdgePy: Fixing invalid edge. commit 4089cbfb
  • ShapeFix_FaceConnectPy: Rebuilds connectivity between faces in shell. commit a0eb2e9d
  • ShapeFix_FixSmallFacePy: Class for fixing operations on faces. commit 4c2946c8
  • ShapeFix_FixSmallSolidPy: Fixing solids with small size. commit b70d8d37
  • ShapeFix_FreeBoundsPy: Intended to output free bounds of the shape. commit 1ee1aee1
  • ShapeFix_ShapePy: Class for fixing operations on shapes. commit 87db9dcc
  • ShapeFix_ShapeTolerancePy: Modifies tolerances of sub-shapes (vertices, edges, faces). commit 125d5b63
  • ShapeFix_SolidPy: Root class for fixing operations. commit 8d568793
  • ShapeFix_SplitCommonVertexPy: Class for fixing operations on shapes. commit 4b44c54c
  • ShapeFix_SplitToolPy: Tool for splitting and cutting edges. commit bbecc3f2
  • ShapeFix_WireframePy: Provides methods for fixing wireframe of shape. commit 6843a461
  • ShapeFix_WirePy: Class for fixing operations on wires. commit 94f6279a
  • ShapeFix_WireVertexPy: Fixing disconnected edges in the wire. commit 8c6ffc99

Changed Python API

Addon Manager

Arch Workbench

Draft Workbench

Further Draft improvements

FEM Workbench

Further FEM improvements

Export

Mesh

Further Mesh improvements

OpenSCAD Workbench

Part Workbench

Further Part improvements

PartDesign Workbench

Further PartDesign improvements

Path Workbench

  • Camotics integration. If camotics (version 1.2.2 or later) is installed, a new icon will be added to the Path toolbar. Select a Path Job and press the button to open the Camotics dialog. Then drag the slider to generate a simulated solid at any point in the job. You can also launch the full camotics application to run the animated simulaton. This results in a silent post-processing of the job and creation of a camotics project file. Pull request #6637
  • Additional substitution strings for automatic output naming. If output is being split into multiple files, the filenames can automatically substitute the toolcontroller label, WCS, or operation label. This is in addition to the other existing substitution strings like date, job name, etc.

Plot module

Sketcher Workbench

Further Sketcher improvements

Spreadsheet Workbench

Further Spreadsheet improvements

TechDraw Workbench

Further TechDraw improvements

Web

External workbenches

A2plus

Assembly3

Assembly4

FCGear

Ship

Compilation

Since this release FreeCAD can only be compiled using Qt 5.x and Python 3.x. The lowest supported Python version is 3.8 according to the FreeCAD 1.0 development goals.

To compile FreeCAD see the instructions for Windows, Linux and MacOS.

The supported operating systems are:

  • Windows 7, 8, 10 and 11
  • Linux Ubuntu Focal Fossa (20.04) and newer
  • MacOS: 10.12 Sierra or newer

Known Limitations

32bit Windows

Since FreeCAD 0.19 we no longer officially support 32bit Windows. FreeCAD might work on these systems, but no support is given.

Remote Desktop under Windows

Depending on the OpenGL graphics capabilities of a computer, it might be that one encounters a crash when running FreeCAD via remote desktop. To fix this upgrade your OpenGL driver. Only if this doesn't help:

  • Download this OpenGL library for 64bit Windows and extract it.
  • Rename the DLL file to opengl32sw.dll and copy it to the bin subfolder of FreeCAD's installation folder (overwrite the existing DLL there).