diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-08 01:31:59 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-08 01:31:59 (GMT) |
commit | 80afa32ae94a1d33f4c7864bd5a3d92da00b3809 (patch) | |
tree | 3d23e877e9e9721b0115521738bf7b52e34b496f /RELEASE_NOTES | |
parent | 4f7051412bc43d3ad372dd88e898d38e26ecbcf4 (diff) | |
parent | 072d7170e62fea76f54cca66d2f6667c4374b1a0 (diff) |
merged with master
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index eca6813..7b9a000 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -6,6 +6,8 @@ o The MCAD library is now bundled with OpenSCAD o Added import and export of the OFF file format o New import() statement reads the correct file format based on the filename extension (.stl, .dxf and .off is supported) +o The color() statement now supports an alpha parameter, e.g. color(c=[1,0,0], alpha=0.4) +o The color() statement now supports specifying colors as strings, e.g. color("Red") Bugfixes: o square() crashed if any of the dimensions were zero |