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!
Post Reply
cox
Posts: 971
Joined: Wed Nov 26, 2014 11:37 pm

Re: Release notes for v0.19

Post by cox »

Observation...

When deciphering commit messages the "what" question is often answered, but the "why question" is often still up in the air for me.
Need help? Feel free to ask, but please read the guidelines first
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 »

https://www.freecadweb.org/wiki/Release ... 19#General

Updated the release notes per @triplus' comments regarding the migration and QtWebEngine.

I'm getting a little better at this. ;)
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
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Release notes for v0.19

Post by triplus »

Great!

P.S. No level of automation, paired with currently available deep learning technology, would be able to do that. :D
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Release notes for v0.19

Post by Kunda1 »

Joel_graff_facilitator_of_cool_thingies wrote: Sat Apr 06, 2019 12:38 pm
Hey @Joel_graff what do you think of https://github.com/FreeCAD/FreeCAD/pull/2073 ?

Image
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 »

Kunda1 wrote: Mon Apr 08, 2019 11:37 pm Hey @Joel_graff what do you think of https://github.com/FreeCAD/FreeCAD/pull/2073 ?
Great! Anything we can do to get posts here helps the cause.
triplus wrote: Mon Apr 08, 2019 10:33 pm Great!

P.S. No level of automation, paired with currently available deep learning technology, would be able to do that. :D
That's what I was afraid of. :lol:
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
carlopav
Veteran
Posts: 2062
Joined: Mon Dec 31, 2018 1:49 pm
Location: Venice, Italy

Re: Release notes for v0.19

Post by carlopav »

Hello there :)
following Kunda1's suggestion I'm posting here to keep track of this PR: https://github.com/FreeCAD/FreeCAD/pull/2072
XpqHQjPihh.gif
XpqHQjPihh.gif (541.97 KiB) Viewed 1562 times
Reference to forum topic: https://forum.freecadweb.org/viewtopic.php?f=23&t=35397.
The bezier tool is split in two different tools:

- the first keeps current behaviour, giving one point next to the other (but can eventually handle creation with a predefined degree, this option can only be set in the code ATM);
- the secondo draws a 3rd degree curve with inkscape behaviour (click to set knots and drag to define control points)

Didnt expect i to be merged so quick, hope everything works good :roll:
follow my experiments on BIM modelling for architecture design
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 »

carlopav wrote: Tue Apr 09, 2019 12:24 pm Hello there
following Kunda1's suggestion I'm posting here to keep track of this PR: https://github.com/FreeCAD/FreeCAD/pull/2072
That looks amazing!

I'll be sure to add it to the release notes today, if I get the chance.
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
carlopav
Veteran
Posts: 2062
Joined: Mon Dec 31, 2018 1:49 pm
Location: Venice, Italy

Re: Release notes for v0.19

Post by carlopav »

Joel_graff wrote: Tue Apr 09, 2019 12:41 pm That looks amazing!
I'll be sure to add it to the release notes today, if I get the chance.
Too kind Joel! hope it works good as it looks :)
follow my experiments on BIM modelling for architecture design
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Release notes for v0.19

Post by triplus »

Kunda1 wrote: Mon Apr 08, 2019 11:37 pm Hey @Joel_graff what do you think of https://github.com/FreeCAD/FreeCAD/pull/2073 ?
Taking such initiative is definitely much better, compared to just proposing automation.

Hi @carlopav

Yesterday i didn't have the time to mention this new additions. Was planning to mention that today, but you already made a nice visual representation in this thread. Fantastic! New commands are ideal material for Release notes.

P.S. In addition Draft module has got a new 3-point arc command:

https://github.com/FreeCAD/FreeCAD/comm ... 3883d71106
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Release notes for v0.19

Post by triplus »

Under i guess user interface section, navigation cube will likely get an entry or two, through this development cycle:

https://github.com/FreeCAD/FreeCAD/pull/2076
Post Reply