discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Render converting all colors to yellow

C
Cerin
Mon, Mar 21, 2016 8:40 PM

I'd like to render a few different versions of my model with certain parts
highlighted in specific colors for illustration purposes.

The preview render shows colors correctly, but when I do an F6 full render,
it converts all colors to yellow. Is this a known bug/limitation or is there
anything I can do to fix this?

Even a trivial file like:

color("green") cube([10,10,10]);

renders as yellow.

A similar question
http://forum.openscad.org/Color-in-quot-Compile-and-Render-quot-mode-td4637.html
was asked nearly three years ago, but I don't think this was ever resolved.

I'm using version 2015.03-1 installed from the PPA in Ubuntu 14.

I can't post my library details since the "Help" menu seems to have been
removed in version 2015.03-1 and/or doesn't show up in Gnome-Shell.

--
View this message in context: http://forum.openscad.org/Render-converting-all-colors-to-yellow-tp16640.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

I'd like to render a few different versions of my model with certain parts highlighted in specific colors for illustration purposes. The preview render shows colors correctly, but when I do an F6 full render, it converts all colors to yellow. Is this a known bug/limitation or is there anything I can do to fix this? Even a trivial file like: color("green") cube([10,10,10]); renders as yellow. A similar question <http://forum.openscad.org/Color-in-quot-Compile-and-Render-quot-mode-td4637.html> was asked nearly three years ago, but I don't think this was ever resolved. I'm using version 2015.03-1 installed from the PPA in Ubuntu 14. I can't post my library details since the "Help" menu seems to have been removed in version 2015.03-1 and/or doesn't show up in Gnome-Shell. -- View this message in context: http://forum.openscad.org/Render-converting-all-colors-to-yellow-tp16640.html Sent from the OpenSCAD mailing list archive at Nabble.com.
DM
doug moen
Mon, Mar 21, 2016 9:00 PM

That's how OpenSCAD works. Color is only supported by the preview, it's not
supported by rendering or for export. The ability to export colored models
is a future wish list item.

On 21 March 2016 at 16:40, Cerin chrisspen@gmail.com wrote:

I'd like to render a few different versions of my model with certain parts
highlighted in specific colors for illustration purposes.

The preview render shows colors correctly, but when I do an F6 full render,
it converts all colors to yellow. Is this a known bug/limitation or is
there
anything I can do to fix this?

Even a trivial file like:

 color("green") cube([10,10,10]);

renders as yellow.

A similar question
<
http://forum.openscad.org/Color-in-quot-Compile-and-Render-quot-mode-td4637.html

was asked nearly three years ago, but I don't think this was ever resolved.

I'm using version 2015.03-1 installed from the PPA in Ubuntu 14.

I can't post my library details since the "Help" menu seems to have been
removed in version 2015.03-1 and/or doesn't show up in Gnome-Shell.

--
View this message in context:
http://forum.openscad.org/Render-converting-all-colors-to-yellow-tp16640.html
Sent from the OpenSCAD mailing list archive at Nabble.com.


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

That's how OpenSCAD works. Color is only supported by the preview, it's not supported by rendering or for export. The ability to export colored models is a future wish list item. On 21 March 2016 at 16:40, Cerin <chrisspen@gmail.com> wrote: > I'd like to render a few different versions of my model with certain parts > highlighted in specific colors for illustration purposes. > > The preview render shows colors correctly, but when I do an F6 full render, > it converts all colors to yellow. Is this a known bug/limitation or is > there > anything I can do to fix this? > > Even a trivial file like: > > color("green") cube([10,10,10]); > > renders as yellow. > > A similar question > < > http://forum.openscad.org/Color-in-quot-Compile-and-Render-quot-mode-td4637.html > > > was asked nearly three years ago, but I don't think this was ever resolved. > > I'm using version 2015.03-1 installed from the PPA in Ubuntu 14. > > I can't post my library details since the "Help" menu seems to have been > removed in version 2015.03-1 and/or doesn't show up in Gnome-Shell. > > > > -- > View this message in context: > http://forum.openscad.org/Render-converting-all-colors-to-yellow-tp16640.html > Sent from the OpenSCAD mailing list archive at Nabble.com. > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org > > >
NH
nop head
Mon, Mar 21, 2016 9:04 PM

It's a known limitation but if you do color("green") render()
cube([10,10,10]); and hit F5 you will get a coloured full render.

On 21 March 2016 at 20:40, Cerin chrisspen@gmail.com wrote:

I'd like to render a few different versions of my model with certain parts
highlighted in specific colors for illustration purposes.

The preview render shows colors correctly, but when I do an F6 full render,
it converts all colors to yellow. Is this a known bug/limitation or is
there
anything I can do to fix this?

Even a trivial file like:

 color("green") cube([10,10,10]);

renders as yellow.

A similar question
<
http://forum.openscad.org/Color-in-quot-Compile-and-Render-quot-mode-td4637.html

was asked nearly three years ago, but I don't think this was ever resolved.

I'm using version 2015.03-1 installed from the PPA in Ubuntu 14.

I can't post my library details since the "Help" menu seems to have been
removed in version 2015.03-1 and/or doesn't show up in Gnome-Shell.

--
View this message in context:
http://forum.openscad.org/Render-converting-all-colors-to-yellow-tp16640.html
Sent from the OpenSCAD mailing list archive at Nabble.com.


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

It's a known limitation but if you do color("green") render() cube([10,10,10]); and hit F5 you will get a coloured full render. On 21 March 2016 at 20:40, Cerin <chrisspen@gmail.com> wrote: > I'd like to render a few different versions of my model with certain parts > highlighted in specific colors for illustration purposes. > > The preview render shows colors correctly, but when I do an F6 full render, > it converts all colors to yellow. Is this a known bug/limitation or is > there > anything I can do to fix this? > > Even a trivial file like: > > color("green") cube([10,10,10]); > > renders as yellow. > > A similar question > < > http://forum.openscad.org/Color-in-quot-Compile-and-Render-quot-mode-td4637.html > > > was asked nearly three years ago, but I don't think this was ever resolved. > > I'm using version 2015.03-1 installed from the PPA in Ubuntu 14. > > I can't post my library details since the "Help" menu seems to have been > removed in version 2015.03-1 and/or doesn't show up in Gnome-Shell. > > > > -- > View this message in context: > http://forum.openscad.org/Render-converting-all-colors-to-yellow-tp16640.html > Sent from the OpenSCAD mailing list archive at Nabble.com. > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >
MK
Marius Kintel
Tue, Mar 22, 2016 5:33 AM

On Mar 21, 2016, at 16:40 PM, Cerin chrisspen@gmail.com wrote:

I can't post my library details since the "Help" menu seems to have been
removed in version 2015.03-1 and/or doesn't show up in Gnome-Shell.

On Mar 21, 2016, at 16:40 PM, Cerin <chrisspen@gmail.com> wrote: > I can't post my library details since the "Help" menu seems to have been > removed in version 2015.03-1 and/or doesn't show up in Gnome-Shell. > The menu issue is probably an old Ubuntu bug: https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/FAQ#I.27m_not_getting_any_menubar_when_running_OpenSCAD_in_Ubuntu.2C_how_can_I_get_it_back.3F -Marius