diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-31 17:12:59 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-31 17:12:59 (GMT) |
commit | 6f00ca7151aa1b049fcab065ff41637cb1d10467 (patch) | |
tree | 19ad46bc9807076a9fd328782df0705f765e7075 | |
parent | 45f51a8c4914f7513f025e8f6fb90ad838d8c251 (diff) |
Clifford Wolf:
TODOs
git-svn-id: http://svn.clifford.at/openscad/trunk@388 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | doc/TODO.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 7ced114..f75237c 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -84,6 +84,7 @@ o Misc - Add symbolic colors to the color() statement - 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 o Grammar - dim->name -> dim->label - A random(seed) function |