Updated changelog
parent
8cf9d68ecf
commit
6b7f114697
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -47,6 +47,7 @@ New constraint features:
|
||||||
with a value.
|
with a value.
|
||||||
|
|
||||||
New export/import features:
|
New export/import features:
|
||||||
|
* Link IDF circuit boards in an assembly (.emn files)
|
||||||
* Three.js: allow configuring projection for exported model, and initially
|
* Three.js: allow configuring projection for exported model, and initially
|
||||||
use the current viewport projection.
|
use the current viewport projection.
|
||||||
* Wavefront OBJ: a material file is exported alongside the model, containing
|
* Wavefront OBJ: a material file is exported alongside the model, containing
|
||||||
|
@ -81,6 +82,9 @@ New measurement/analysis features:
|
||||||
workplane is displayed.
|
workplane is displayed.
|
||||||
|
|
||||||
Other new features:
|
Other new features:
|
||||||
|
* Added ExportBackgroundColor in configuration for EPS, PDF, and SVG files.
|
||||||
|
* Improvements to the text window for selected entities and constraints.
|
||||||
|
* Ambient light source added in text window to allow flat shaded renderings.
|
||||||
* New command-line interface, for batch exporting and more.
|
* New command-line interface, for batch exporting and more.
|
||||||
* The graphical interface now supports HiDPI screens on every OS.
|
* The graphical interface now supports HiDPI screens on every OS.
|
||||||
* New option to lock Z axis to be always vertical, like in SketchUp.
|
* New option to lock Z axis to be always vertical, like in SketchUp.
|
||||||
|
@ -104,8 +108,15 @@ Other new features:
|
||||||
* On Linux, native file chooser dialog can be used.
|
* On Linux, native file chooser dialog can be used.
|
||||||
* New edit menu items "Line Styles", "View Projection" and "Configuration"
|
* New edit menu items "Line Styles", "View Projection" and "Configuration"
|
||||||
that are shortcuts to the respective configuration screens.
|
that are shortcuts to the respective configuration screens.
|
||||||
|
* New cmake build options using -DENABLE_OPENMP=yes and -DENABLE_LTO=yes
|
||||||
|
to enable support for multi-threading and link-time optimization.
|
||||||
|
|
||||||
Bugs fixed:
|
Bugs fixed:
|
||||||
|
* Fixed broken --view options for command line thumbnail image creation.
|
||||||
|
* Some errors in Triangulation of surfaces.
|
||||||
|
* Some NURNS boolean operations that failed particularly on surfaces
|
||||||
|
created with Lathe, Revolve, or Helix.
|
||||||
|
* Segfault in Remove Spline Point context menu.
|
||||||
* A point in 3d constrained to any line whose length is free no longer
|
* A point in 3d constrained to any line whose length is free no longer
|
||||||
causes the line length to collapse.
|
causes the line length to collapse.
|
||||||
* Curve-line constraints (in 3d), parallel constraints (in 3d), and
|
* Curve-line constraints (in 3d), parallel constraints (in 3d), and
|
||||||
|
|
Loading…
Reference in New Issue