summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-09-08 07:24:23 (GMT)
committerMarius Kintel <marius@kintel.net>2011-09-08 07:24:23 (GMT)
commitfc6a27432eed4061b670b48383115e99e53b7feb (patch)
tree2ea6be8d5a6b75ec7c3a8536270c44b5171713b8
parenta23edb4adc6a29e59565ce6009c980659a79423a (diff)
sync
-rw-r--r--doc/TODO.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt
index 5fe22bb..1fdcd99 100644
--- a/doc/TODO.txt
+++ b/doc/TODO.txt
@@ -40,10 +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 union() {
- linear_extrude(height=10, twist=90) circle(5);
- translate([7,-5,0]) linear_extrude(height=10, twist=180) polygon(points = [[0,0], [10,0], [5,10]]);
- }
o non-convex minkowski example from chrysn fails with an exception
USER INTERFACE
@@ -118,6 +114,7 @@ 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)
@@ -144,7 +141,6 @@ o Function-Module-Interface
- Pass a function to a module instanciation (e.g. for dynamic extrusion paths)
o Language Frontend
- Allow local variables and functions everywhere (not only on module level)
- - allow any expression to be evaluated as boolean (!0 = true, 0 = false)
- Rethink for vs. intersection_for vs. group. Should for loops
generate child lists instead, and make these passable to other
modules or accessible by child()?
contact: Jan Huwald // Impressum