New display settings

 From:  Michael Gibson
2847.2 In reply to 2847.1 
Hi Jamie, I'm glad that you like the new options!


> One thing it would be great to have an easy way (script?)
> to toggle the metalic effect.

Yup, to get that set up a keyboard shortcut with the following as the command part:

script:moi.view.metallicLighting = !moi.view.metallicLighting;

Then you can push that key to toggle the metallic effect on or off.

- Michael