Release notes for v0.19

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
carlopav
Veteran
Posts: 2062
Joined: Mon Dec 31, 2018 1:49 pm
Location: Venice, Italy

Re: Release notes for v0.19

Post by carlopav »

Draft copy now works with every kind of objects thanks to @realthunder Document.copyObject() API.
ref https://github.com/FreeCAD/FreeCAD/pull/3658
follow my experiments on BIM modelling for architecture design
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Release notes for v0.19

Post by Kunda1 »

New command for Surface WB
Surface_Sections: Creates a surface from a series of section curves
https://forum.freecadweb.org/viewtopic.php?f=8&t=46895
git commit 3a8a6aae1b677
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
Joel_graff
Veteran
Posts: 1949
Joined: Fri Apr 28, 2017 4:23 pm
Contact:

Re: Release notes for v0.19

Post by Joel_graff »

Time to get caught up on these again. Rumor has it 0.19 is getting released soon... right?
FreeCAD Trails workbench for transportation engineering: https://www.github.com/joelgraff/freecad.trails

pivy_trackers 2D coin3D library: https://www.github.com/joelgraff/pivy_trackers
Piero69
Posts: 473
Joined: Thu Jul 04, 2019 1:22 pm
Location: Parma - Italy

Re: Release notes for v0.19

Post by Piero69 »

Joel_graff wrote: Tue Sep 29, 2020 2:07 am Time to get caught up on these again. Rumor has it 0.19 is getting released soon... right?
i don't think so,

since months 0.19 has various regressions and although committed they are still unsolved particularly in part design/sketcher
chrisb
Veteran
Posts: 53930
Joined: Tue Mar 17, 2015 9:14 am

Re: Release notes for v0.19

Post by chrisb »

Piero69 wrote: Thu Oct 22, 2020 7:10 am since months 0.19 has various regressions and although committed they are still unsolved particularly in part design/sketcher
Could you please list the various regressions in Sketcher?
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
Piero69
Posts: 473
Joined: Thu Jul 04, 2019 1:22 pm
Location: Parma - Italy

Re: Release notes for v0.19

Post by Piero69 »

chrisb wrote: Thu Oct 22, 2020 8:41 am
Piero69 wrote: Thu Oct 22, 2020 7:10 am since months 0.19 has various regressions and although committed they are still unsolved particularly in part design/sketcher
Could you please list the various regressions in Sketcher?
formula with constraints doesn't work since months chrisb
chrisb
Veteran
Posts: 53930
Joined: Tue Mar 17, 2015 9:14 am

Re: Release notes for v0.19

Post by chrisb »

Piero69 wrote: Thu Oct 22, 2020 9:14 am formula with constraints doesn't work since months chrisb
That's indeed a well known regression, and one of the currently known show stoppers for 0.19, see https://forum.freecadweb.org/viewtopic.php?f=8&t=51016.
It is not really a sketcher, but rather an expressions issue, although it occurs there too. A pull request is ready and needs to be merged.
To help you out: It is not the formulae which are broken, it is the proposal list. If you know the name of the constraint, just type it in and the formula works again.

Any further Sketcher issues?
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
moltenaluminium
Posts: 33
Joined: Thu Jul 16, 2020 4:07 am
Location: Brisbane, Australia
Contact:

Re: Release notes for v0.19

Post by moltenaluminium »

Forgive me for this is my first contribution. I submitted a PR that makes the tool setup images a bit nicer. I will be creating images for all the tool types and figure out how to get them to display.
qwerty_f
Posts: 204
Joined: Thu Sep 24, 2020 3:22 pm

Re: Release notes for v0.19

Post by qwerty_f »

0.19 is broken with Mac OS Big Sur. 0.18 still runs, though.
Post Reply