openscad/releases/2015.02.md

41 lines
957 B
Markdown
Raw Normal View History

**Language Features:**
* text() module
* offset()
2015-01-25 07:51:07 +03:00
* List comprehensions, let()
* concat()
2015-01-25 07:51:07 +03:00
* surface() can now take PNG images as input
* min() and max() can now take a vector argument
* 2D minkowski and holes
2014-11-25 05:57:36 +03:00
* chr()
**Program Features:**
* Added --viewall cmd-line parameter
* MDI
* FIXME: Windows cmd-line fixes
* Qt5, retina
* SVG export
* AMF export
2014-11-25 05:57:36 +03:00
* Color schemes for viewer and editor can be user-edited
* Improved editor
* Splash screen
* Docking of GUI components
2015-01-25 07:51:07 +03:00
* Toolbars
2014-11-25 05:57:36 +03:00
* More robust STL export
**Bugfixes/improvements:**
* Internal cavity fix
* Performance: 2D (clipper), preview, hull, minkowski, surface, n-ary-union, transforms (polyset)
* Performance: Reduce duplicate evaluation of identical expressions
2015-01-25 07:51:07 +03:00
* STL export/import stability fixes
* F6 stability fixes
* Better recursion behavior
* Reorganized examples a bit
* improved search() behavior
2015-01-25 07:51:07 +03:00
* Mac: Timestamps in output fixed
**Deprecations:**
* polyhedron triangles
**Misc:**