Arnold Q&A

Discussions about rendering in SOFTIMAGE©
User avatar
origin
Posts: 619
Joined: 09 Jun 2009, 11:59
Location: warsaw

Arnold Q&A

Post by origin » 16 Jan 2014, 22:34

:)
-how do you do shadow/reflection catching material?
-it seems that specular and reflection values are added together so there is no energy conservation?

User avatar
xsisupport
Posts: 713
Joined: 09 Jun 2009, 11:02
Location: Montreal Canada
Contact:

Re: solidangle.com is dead, long live solidangle.com

Post by xsisupport » 17 Jan 2014, 00:55

origin wrote::)
-how do you do shadow/reflection catching material?
For shadows, you can use the Shadow shader (sib_illum_shadowmaterial). MtoA has a shadowcatcher shader, so you can use that too (if you put the mtoa shader dll in the shader search path). Some customers write their own.
origin wrote:-it seems that specular and reflection values are added together so there is no energy conservation?
Generally you shouldn't use both at the same time. Use either glossy (specular) or mirror (reflection).
From the FAQ
Why does the standard shader compute reflections twice?
The standard shader can compute both sharp and glossy reflections.

Sharp reflections are controled by the Kr and Kr_color parameters. This type of reflection uses one ray per shader evaluation, with a depth limited by the GI_reflection_depth global option.

Glossy reflections are controled by the Ks, Ks_color, specular_brdf, specular_roughness and specular_anisotropy parameters. This type of reflection uses GI_glossy_samples to determine how many rays to trace per shader evaluation, and the depth is limited by the GI_glossy_depth global option. Note that using a specular_roughness of 0 will also give you a sharp reflection, but doing this is slower than using the pure mirror reflection code.

These two types of reflection can coexist and have independent Fresnel controls. They are simply added together with the other components of the standard shader, without taking into account any energy conservation. We will probably end up unifying both types of reflections in the future.
// Steve Blair
// "You're not a runner, you're just a guy who runs" -- my wife
//
// My Blogs: Arnold | Softimage

User avatar
origin
Posts: 619
Joined: 09 Jun 2009, 11:59
Location: warsaw

Arnold Q&A

Post by origin » 18 Jan 2014, 10:48

So far im loving it. One slider to boost quality instead of 2 windows full of options.
But Im not sure if its good choice for freelance due to lack of interpolated GI solutions.
btw...vray 3.0 rendernodes no more free (250euro)

Dwindleflip
Posts: 33
Joined: 07 Jan 2013, 02:15

Re: solidangle.com is dead, long live solidangle.com

Post by Dwindleflip » 18 Jan 2014, 11:37

Keep in mind its a lot more than just 1 slider. The 1 slider you're referring to is probably the AA slider but really the diffuse samples, glossy specular samples, refraction samples and individual light samples will often need to be tinkered with to find a good balance for render times. Specular fireflies can be a real pain in the ass too.

User avatar
origin
Posts: 619
Joined: 09 Jun 2009, 11:59
Location: warsaw

Re: solidangle.com is dead, long live solidangle.com

Post by origin » 18 Jan 2014, 11:57

Yeah, but comparing to vray dmc...its...easy to setup ;)
I might be wrong but I see camera AA acts as multipler for rest of AAs.
So best strategy for noise/rendertime ratio is to lookup all render channels to see which one needs more samples?
Too bad xsi VFB is such crap

My other thoughts
- gamma correction should be set to 2.2 for texture/light/shaders by default, now its on 1.0. Anyone still not using LWF/exr workflow?
- area lights should have normalize off by default

User avatar
xsisupport
Posts: 713
Joined: 09 Jun 2009, 11:02
Location: Montreal Canada
Contact:

Re: solidangle.com is dead, long live solidangle.com

Post by xsisupport » 18 Jan 2014, 13:46

origin wrote: ...
I might be wrong but I see camera AA acts as multipler for rest of AAs.
That's right.
https://support.solidangle.com/display/ ... ridofnoise
How to get rid of noise
Computationally, the efficient way to get rid of noise is to go from the bottom up (going from the particular to the general). We would increase the sampling of individual lights first, then the GI and glossy samples. Finally, the AA samples, which acts as a global multiplier of the whole sampling process. However, the only way to improve the quality and reduce the noise of motion blur and depth of field is to increase the AA samples. In this case, this AA increase allows you to decrease the other sampling rates (GI/glossy/light) to compensate. To sum up, you will get almost the same render time with AA=1 and GI=9 than with AA=9 and GI=1, but at AA=9 you will have much better motion blur and depth of field quality. More information can be found here and a workflow here.

And on the subject of AA and noise: https://support.solidangle.com/display/ ... ving+Noise
// Steve Blair
// "You're not a runner, you're just a guy who runs" -- my wife
//
// My Blogs: Arnold | Softimage

Dwindleflip
Posts: 33
Joined: 07 Jan 2013, 02:15

Re: solidangle.com is dead, long live solidangle.com

Post by Dwindleflip » 18 Jan 2014, 17:09

Actually, I leave gamma at 1 for shaders and lights. I set viewport to 2.2 because softimages viewport gamma correction doesnt convert the physical sky properly for some reason at high values, the sun will do odd things. As long as your textures are profiled, arnold/softimage will read them as 2.2 or linear respectively. I leave shaders at 1 because i use the softimage color correction for color thumbnails. I really wish softimage viewports were gamma corrected in realtime shading mode. HQ mode is terribly slow so i never use it :(

User avatar
Rork
Posts: 1359
Joined: 09 Jul 2009, 08:59
Location: Close to The Hague, Netherlands
Contact:

Re: solidangle.com is dead, long live solidangle.com

Post by Rork » 18 Jan 2014, 17:31

Gamma settings depend on your workflow and SI version, and not using LWF is a sin ;-P

By default the gamma settings in Arnold are set to 1,0.
A lot of people leave the default SI (2012/2013) settings alone, and set Arnold to use a 2,2 gamma.
But AFAIK SI 2014 (not using it atm) changed some stuff in the way gamma is handled, so some people reverted back to the 'old ways' and set gamma in the SI settings. Leaving the default Arnold gamma to 1,0.

These topics might be better off with a separate thread.
I suggest starting with a 'Arnold' tag at the front, so people know what renderer you're chatting about.
With the site online now, I can only see more topics pop up here on Arnold rendering soon ;-)
SI UI tutorials: Toolbar http://goo.gl/iYOL0l | Custom Layout http://goo.gl/6iP5xQ | RenderManager View http://goo.gl/b4ZkjQ
So long, and thanks for all the Fish!!

User avatar
owei
Administrator
Posts: 840
Joined: 03 Jun 2009, 17:25
Location: Siegen/Germany
Contact:

Arnold Q&A

Post by owei » 18 Jan 2014, 17:45

Hey!

As Arnold finally is available officially, questions about Worklfow, setting etc can be posed here. I´ll move certain posts from the "Arnold released" thread here.

Cheers,
oli

User avatar
origin
Posts: 619
Joined: 09 Jun 2009, 11:59
Location: warsaw

Re: Arnold Q&A

Post by origin » 21 Jan 2014, 10:45

Is it possible to rendermap with A.? Couldn't find it in docs / rendermap's regenerate maps doesn't work

User avatar
mattmos
Posts: 445
Joined: 02 Dec 2009, 16:59

Re: Arnold Q&A

Post by mattmos » 21 Jan 2014, 11:16

There's a kettle bake shader around somewhere. Edit:

https://bitbucket.org/Kettle/kettle_ube ... ettle_Bake

User avatar
origin
Posts: 619
Joined: 09 Jun 2009, 11:59
Location: warsaw

Re: Arnold Q&A

Post by origin » 21 Jan 2014, 13:17

Thanks! but...can anybody confirm its working with sitoa 3.01? kettle shader.dll is all red in plugin manager

User avatar
xsisupport
Posts: 713
Joined: 09 Jun 2009, 11:02
Location: Montreal Canada
Contact:

Re: Arnold Q&A

Post by xsisupport » 21 Jan 2014, 13:37

origin wrote:Thanks! but...can anybody confirm its working with sitoa 3.01? kettle shader.dll is all red in plugin manager
SItoA 3.0.x uses a version of Arnold that requires a recompile of all shader and procedurals. Kettle hasn't been recompiled yet (I don't see a new version on the downloads page).
// Steve Blair
// "You're not a runner, you're just a guy who runs" -- my wife
//
// My Blogs: Arnold | Softimage

Dwindleflip
Posts: 33
Joined: 07 Jan 2013, 02:15

Re: Arnold Q&A

Post by Dwindleflip » 21 Jan 2014, 15:37

The physical sky shader doesnt allow you to plug maps into any of its values which is odd so it seems impossible to make any kind of faked clouds layered into it that are effected in the haze of the shader. Whats the best way to create clouds and environment using the physical sky shader?

alanf
Posts: 22
Joined: 14 Jun 2009, 20:22

Re: Arnold Q&A

Post by alanf » 21 Jan 2014, 16:44

origin wrote:Is it possible to rendermap with A.? Couldn't find it in docs / rendermap's regenerate maps doesn't work
Not presently supported, last I looked. (To get rendermaps to render at all you'll have to temporarily switch your Scene Renderer to mentalray btw.)

User avatar
sant0s
Posts: 353
Joined: 05 Sep 2011, 22:57
Location: São Pedro de Moel

Re: Arnold Q&A

Post by sant0s » 23 Jan 2014, 14:27

hey,
just tried to test render on rebus farm - but it always gives error message that the path to images is wrong and stops rendering.
so I guess, I have to check/uncheck something and maybe change the environment for textures?

Post Reply

Who is online

Users browsing this forum: No registered users and 34 guests