Autodesk / sitoa

Arnold plugin for Softimage
Apache License 2.0
33 stars 16 forks source link

Better new scene default #72

Closed JenusL closed 5 years ago

JenusL commented 5 years ago

It has always bugged me that standard_surface isn't the default shader on Scene_Material in new Arnold scenes since Phong was not supported anymore. One other thing that bugged me is that the default light is too dark at intensity 1. A value of PI (3.14) would equal a light output of 1. I choose a new default value a little higher than that because that is a more realistic value to use with a good view LUT. I also added a little soft shadow equal to the size of the sun. So in conclusion, this PR does these changes on new scenes:

caron commented 5 years ago

I am not sure about changing the scene material, some people use other renderer plugins together with arnold and they may or may not translate the mental ray phong shader for compatibility. changing that shader to be arnold specific might be too much.

caron commented 5 years ago

actually, whatever... the default light already gets changed.

JenusL commented 5 years ago

Yeah exactly. The light has always been changed. It's just that when Phong was not supported anymore, SA just didn't change the Scene Material shader.