diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-08 04:33:32 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-08 04:33:32 (GMT) |
commit | a6b676a75e7fd3194e15856d103e9219dc50940c (patch) | |
tree | 99ace1f2056ad29f3d948d56c3c54d9dea1ac6f3 | |
parent | 36eb2d48c743d70ea39c3bd0afc1a23c127397aa (diff) |
Clifford Wolf:
TODOs
git-svn-id: http://svn.clifford.at/openscad/trunk@237 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | TODO.txt | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -47,6 +47,9 @@ o Advanced Transformations 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) +o Language Frontend + - Allow using the childs of a module instance inside the module + - Allow local variables and functions everywhere (not only on module level) o DXF Import - Support for ELLIPSE entity - Support for POLYLINE entity @@ -54,4 +57,3 @@ o DXF Import o Misc - Add symbolic colors to the color() statement - |