cosmetics

master
Marius Kintel 2015-03-05 16:18:53 -05:00
parent 4bda97761f
commit 671f7dc58b
7 changed files with 7 additions and 0 deletions

View File

@ -12,3 +12,4 @@
* Now using eigen2 for linear algebra
* Reorganisation of the source tree
* Some bugs fixed, maybe some new bugs added

View File

@ -5,3 +5,4 @@
* Added 'include <filename>' and 'use <filename>' statements
* Old implicit '<filename>' include statement is now obsolete
* Some bugs fixed, maybe some new bugs added

View File

@ -7,3 +7,4 @@
* DXF: output LWPOLYLINE instead of just LINE entities
* Bugfixes: More robust DXF export, setting $fs/$fa to 0 caused a crash
* Some bugs fixed, maybe some new bugs added

View File

@ -7,3 +7,4 @@
* DXF output couldn't be imported into e.g. AutoCAD and Solidworks after updating
to using the AutoCAD 2000 (AC1015) format. Reverted to the old entity-only output,
causing LWPOLYLINES to not exported allowed anymore.

View File

@ -39,3 +39,4 @@
* import_dxf(), import_stl() and import_off() are now deprecated. Use import() instead.
* When exporting geometry from the cmd-line, use the universal -o option. It will export to the correct file format based on the given suffix (dxf, stl, off). The -x and -s parameters are still working but deprecated.
* F2 and F3 for Save and Reload is now deprecated

View File

@ -46,3 +46,4 @@
**Known Bugs:**
* Linux: command-line png rendering on Gallium is flaky.
Workaround: use CGAL --render or hardware rendering.

View File

@ -34,3 +34,4 @@
**Deprecations:**
* polyhedron() now takes a faces= argument rather than triangles=