diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-04-12 00:27:14 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-04-12 00:27:14 (GMT) |
commit | f71aa942b8133fb9dea6a98ee31f248893d6778b (patch) | |
tree | ee77507296192b0114824f3d98bd5047425f9334 | |
parent | bb016d23e28612b775165a00bfe3bd3be0fb0791 (diff) |
sync
git-svn-id: http://svn.clifford.at/openscad/trunk@519 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | doc/TODO.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index dbf40c7..53dc2c0 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -120,6 +120,8 @@ o Misc - Go through default values of parameters (e.g. cube() has x,y,z=1 while linear_extrude() has height=100) - Add support for symbolic names to child() statement - Add 'lines' object type for non-solid 2d drawings + - Is there a reason why modules like echo, empty if, empty for loop returns an + empty AbstractNode instead of being ignored? o Grammar - dim->name -> dim->label - A random(seed) function |