diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-08 07:52:09 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-08 07:52:09 (GMT) |
commit | 256f38d3c28f3d19374521dc598909b4925d433a (patch) | |
tree | 82c6ac7deeb4f0e6a99a8ef46eb28874ae4da138 | |
parent | b59be3fbc228c59a04582b71e4fa2ca2680fe52d (diff) |
sync
-rw-r--r-- | doc/TODO.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 1fdcd99..ef86c26 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -40,7 +40,6 @@ Using STL-imported models is tricky and triggers multiple issues: CRASH BUGS ---------- o Broken polyhedron() entities are not correctly detected and cause CGAL segfaults -o non-convex minkowski example from chrysn fails with an exception USER INTERFACE -------------- @@ -114,7 +113,6 @@ o Misc - Save: Ask for confirmation if file has been externally changed - Rename OpenCSG and CGAL to smth. not specific to the underlying libraries (e.g Preview, Render) - - Recent files not updated on SaveAs o Cmd-line - Add verbose option (PRINT command from mainwin.cc and progress output) @@ -136,6 +134,7 @@ o Built-in modules o Advanced Transformations - Add statement for refinement via surface subdivision - Add statement for intersections in cartesian product of childs + - non-convex minkowski example from chrysn fails with an exception (testdata/scad/bugs/minkowski-assert.scad) o Function-Module-Interface - Pass a module instanciation to a function (e.g. for a volume() function) - Pass a function to a module instanciation (e.g. for dynamic extrusion paths) |