Display colour also render color

Hi,
In the very early days of rhini I could see my display
colour back in my rendered images. Is there a way
to do thisin rhino 7 in rendered vieuw?
ley me know :slight_smile:
kind regards, Maarten WIjnen

Hi Maarten - `SynchronizeRenderColors’ may do what you want - it sets all materials to to the layer display color.

-Pascal

I will try that, thanks!

So I tried that (long time ago) but it seems not to be the right solution for me.
It would be better for me if the display colour wichI choosed would be displayed in the same colour in the rendered window.
Now I have to add material and colour in three different stages:
Add a colour when I draw an object
Add a colour when I set it in rendered mode
Adjust all colours to materials when I use Enscape.

It would help me save time when I can do this in one step (or two)
please let me know if you have a different solution

Kind regards, Maarten

It will be really useful to to SynchronizeRenderColors to object display color instead of layer display color.

Thanks!

Hello- this script may do what you want -

ObjectColorMaterials.py (2.3 KB)

To use the Python script use RunPythonScript, or a macro:

_-RunPythonScript "Full path to py file inside double-quotes"

If you end up with many materials with the same colors and settings, use
RenderMergeIdenticalMaterials

-Pascal

Hi Pascal, thank you very much!