From a6b676a75e7fd3194e15856d103e9219dc50940c Mon Sep 17 00:00:00 2001 From: clifford Date: Fri, 8 Jan 2010 04:33:32 +0000 Subject: [PATCH] Clifford Wolf: TODOs git-svn-id: http://svn.clifford.at/openscad/trunk@237 b57f626f-c46c-0410-a088-ec61d464b74c --- TODO.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO.txt b/TODO.txt index f0c31fbf..a08b0506 100644 --- a/TODO.txt +++ b/TODO.txt @@ -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 -