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!
mario52
Veteran
Posts: 4692
Joined: Wed May 16, 2012 2:13 pm

Re: Release notes for v0.19

Post by mario52 »

hi

the macro is "include" in FreeCAD then the macro is now obsolete (just for example Python)

mario
Maybe you need a special feature, go into Macros_recipes and Code_snippets, Topological_data_scripting.
My macros on Gist.github here complete macros Wiki and forum.
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 »

Release notes updated as of today with all comments posted in this thread.

As always, developers and other interested parties are encouraged to review, suggest changes, or make changes themselves. ;)

https://www.freecadweb.org/wiki/Release_notes_0.19
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
mario52
Veteran
Posts: 4692
Joined: Wed May 16, 2012 2:13 pm

Re: Release notes for v0.19

Post by mario52 »

hi

I vote to include all my macros

mario
Maybe you need a special feature, go into Macros_recipes and Code_snippets, Topological_data_scripting.
My macros on Gist.github here complete macros Wiki and forum.
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 »

Leaving this here for my own reference:

Fixed bug in marker sizes / styles for coin3d SoMarkerSet() nodes which prevented using the Coin3D enumerants (as strings) to speicfy the shape, as well as prevented changing the marker size at all:

https://forum.freecadweb.org/viewtopic. ... lit=marker
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 »

TechDraw dimensions are now more standards compliant:

https://forum.freecadweb.org/viewtopic.php?f=35&t=39571
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Release notes for v0.19

Post by triplus »

I guess first (partial) release videos started to emerge:

https://forum.freecadweb.org/viewtopic.php?f=17&t=39672
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 »

Hmm.. Hadn't considered videos, but definitely a good idea to add links to them from the Release Notes.
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 »

I just went through the release notes on the Wiki and i must say you are doing an excellent job so far.
rynn
Posts: 467
Joined: Tue Jul 31, 2018 7:00 am

Re: Release notes for v0.19

Post by rynn »

Draft Array has new feature:
Images see: https://forum.freecadweb.org/viewtopic.php?f=13&t=39726
Parameters are RadialDistance, TangentialDistance, NumberCircles, Symmetry, Center and Axis
User avatar
DeepSOIC
Veteran
Posts: 7896
Joined: Fri Aug 29, 2014 12:45 am
Location: used to be Saint-Petersburg, Russia

Re: Release notes for v0.19

Post by DeepSOIC »

rynn wrote: Tue Oct 08, 2019 6:27 pm Draft Array has new feature:
Ooh, that's a nice one!
Post Reply