new features of 3.06

Forums: new features of 3.06
VIP Information, news and announcements regarding new Octane Render commercial products and releases.

new features of 3.06

Postby abstrax » Tue Mar 07, 2017 10:27 pm

abstrax Tue Mar 07, 2017 10:27 pm
These are the main features as of version 3.06 TEST 4:


Adaptive sampling

We added support for adaptive sampling to the direct lighting and the path tracing kernels. Adaptive sampling disables sampling for pixels that have reached a specified noise level. This allows you to bump up the maximum samples quite high and then rely on the adaptive sampling to figure out which pixels actually need that many samples and which don't.

This feature is mostly useful in scenes that have areas that are a lot more noisy than other areas. It will not help if your whole image is just one noisy mess.

The new settings in the direct lighting and path tracing kernel nodes are:
  • Adaptive sampling: Enables adaptive sampling.
  • Noise threshold: Specifies the smallest relative noise level. When the noise estimate of a pixel becomes less than this value, sampling will be switched off for this pixel. Good values are in the range of 0.01 - 0.03. The default is 0.02, which is pretty clean.
  • Min. adaptive samples: Specifies the minimum samples that must have been calculated before adaptive sampling kicks in. The reason for this option is the fact that the noise estimate of a pixel is just an estimate with a fairly large initial error. The higher you set the noise threshold, the higher you should also set min. samples, to avoid artifacts.
  • Pixel grouping: Specifies the number of pixels that are handled together. Only if all pixels of a group have reached the noise level, sampling will stop for all of these pixels.
  • Expected exposure: The expected exposure should be approximately the same value as the exposure in the imager or 0 to ignore this setting. The default is 0. It's used by adaptive sampling to determine which pixels are bright and which are dark, which obviously depends on the exposure setting in the imaging settings.
    If set to something not 0, adaptive sampling tweaks/reduces the noise estimate of very dark areas of the image. It also increases the min. adaptive samples limit for very dark areas which tend to find paths to light sources only very irregularly and thus have a too optimistic noise estimate.

adaptive_sampling.png


To visualize the progress you can enable the noise pass in the render passes node. The pass is only calculated when adaptive sampling is enabled. The green pixels in that pass mark those pixels that have reached the specified noise limit. This mask is re-calculated every time a new result is blended into the film buffer.

noise_pass.png


To allow tweaking the adaptive sampling parameters, these parameters will not restart rendering:
  • Noise threshold
  • Min. adaptive samples
  • Expected exposure
  • Noise pass


New DOF options and DOF support for the panoramic camera

To allow different bokeh shapes than just circles, we added these new options to the depth of field settings of the thin lens camera node:

  • Bokeh side count: Defines the number of sides of the bokeh shape, which is usually the number of blades of the diaphragm in a camera.
  • Bokeh rotation: Defines the orientation of the bokeh shape.
  • Bokeh roundedness: Defines how round the bokeh shape sides should be rendered.

PathTracing_Pano_DOF_and_Bokeh_v3-06.png


While we were at it, we also added depth of field to the panoramic camera, which was requested a few times. We are not sure how useful DOF in panoramic renderings is, but it doesn't do any harm.

PathTracing_Pano_DOF_and_Bokeh.png



New texture nodes

We added a triplanar mapping texture which blends between 6 different textures depending on the surface normal, similar to box mapping but with smooth transitions between the 6 faces of the "blend cube". The transition can be controlled via the blend angle. The orientation of the "blend cube" is controlled via the coordinate space and blend cube transform parameters.

Each of the 6 blended textures can be set up independently and has its own projection providing maximum flexibility, but to allow the quick setup of the most common use case, we added a new triplanar projection node, which only works for textures that are inputs of a triplanar texture node. What internally happens is that the triplanar map texture calculates the UVW coordinates, which are then passed to the input textures and used by the triplanar projection. Of course, you can still use any other projection if you want.

We also added an add and a subtract texture. The new comparison texture picks one of two input textures based on the comparison result of two other input textures.

The ridged multi-fractal texture node is now working correctly. It has been broken since beginning.


Full texture evaluation of normal maps

Until now only image textures were allowed for normal maps, but sometimes it would be nice to mix or add those or apply some other operations on them, which wasn't possible. To allow all types of textures to be used in the normal map channel, we merged the various types of texture evaluations into one function and keep track of a texture fetch mode (greyscale / spectrum / normal), which depends on the use of the evaluated texture.

Of course, many textures still don't make sense as normal maps, like all the greyscale textures and the gaussian spectrum texture doesn't work correctly either.


Displacement map filters

To reduce visible steps in displacement maps of LDR images, you can enable a filter to blur them over a specified radius. We provide two filter types: A box filter and a gaussian blur filter. With larger filter radii, the gaussian blur usually takes a bit longer to calculate during compilation time than the box filter.

As an example this is a rendering of an LDR displacement map without any filtering:
no_filtering_ann.png

This is with a filter of radius 4 applied:
box_gaussian_4_ann.png

And this with a filter of radius 8:
box_gaussian_8_ann.png



Support for infinite planes

You can now add up to 4 infinite planes to a scene using the new plane geometry node. The UV mapping is aligned with the X/-Z coordinate axis, but you can also apply a transformation to the object using the placement/scatter nodes. Displacement mapping does not work on infinite planes.


Shadow pass

Added a general shadow pass, which shows all direct light shadows that calculated on the first bounce. This includes sun light, but excludes sky light or texture environment if importance sampling is disabled or the texture environment doesn't consist of an image. The reason for this limitation is that those light source are not included in the direct light calculation and Octane doesn't shoot an explicit shadow ray and with that can't calculate a shadow.

The shadows are weighted by the contribution of the light source casting the shadow. For example, this is how the material ball scene with a daylight environment looks like:
shadow_pass.png



New net render options

We added the possibility to scan multiple subnets for daemons, which might be useful if a master is connected with multiple subnets which have net render daemons. You can also "steal" a slave from a different master. This will stop the slave for the other master and will restart it for the current master:
new_netrender_options.png



Complete switch to CUDA 8 and added support for GP100

We completely switched the kernel compilation to CUDA 8. We had to make quite some changes to work around kernel crashes caused by CUDA 8 and to avoid slowdowns caused by the new toolkit. After all these changes were made rendering became a bit faster in most scenes. The difference is not tremendous (2-4%), but there are some cases where is made a larger difference (5-10%).

Please let us know if there are more or less issues with kernel crashes and if you experience any major slowdowns with specific scenes.

We also added support for GP100 GPUs, which are based on the new Pascal architecture and have stacked HBM2 memory.


Overhauled the shortcut manager

The shortcut manager of Octane Standalone was completely overhauled. You can now configure all commands that are registered in Octane and not only those that already have a shortcut. Enable "Show all commands" to make those visible in the manager:
shortcut_manager_annot.png

To modify an existing shortcut, select it and then press the key combination and then RETURN to set the new shortcut.

To add a new shortcut, click the "+" button.

To delete a shortcut, select it, press DEL or BACKSPACE to delete the current content and then press RETURN to confirm.


Switch from LuaJIT 5.1 to Lua 5.3

Since LuaJIT isn't developed anymore and still only uses 32bit memory management, we had to switch to "normal" Lua. The missing FFI functionality has been added via a separate FFI module that is available in Octane out-of-the-box. This will finally allow Lua script graphs to be used in Octane plugins on all platforms.
You do not have the required permissions to view the files attached to this post.
In theory there is no difference between theory and practice. In practice there is. - Yogi Berra
User avatar
abstrax
OctaneRender Team
OctaneRender Team
 
Posts: 5484
Joined: Tue May 18, 2010 11:01 am
Location: Auckland, New Zealand

Re: new features of 3.06

Postby mrpinoux » Wed Mar 08, 2017 7:11 am

mrpinoux Wed Mar 08, 2017 7:11 am
+1
Win 8.1 64 | Geforce GTX780 x 4 | i7 5960X | 64GB
User avatar
mrpinoux
Licensed Customer
Licensed Customer
 
Posts: 59
Joined: Tue Sep 30, 2014 8:51 pm
Location: Los Angeles

Re: new features of 3.06

Postby nuno1980 » Wed Mar 08, 2017 12:19 pm

nuno1980 Wed Mar 08, 2017 12:19 pm
If GP100 HBM2 would be for next NVIDIA Titan Black Edition then I'll buy it to get impressive performance. :(
NOTE: I'm sorry for bad english due to mute ;)

i7-12700KF
2x16GB RAM@DDR4-3600
MSI PRO Z690-A DDR4
Zotac GF RTX 4090 NEW! <3 :mrgreen:
SSDs OCZ RD400 0.5TB and Crucial 2TB SATA3
HDD 1TB SATA2
LG BD-RE BH16NS40
PSU 1kW
CRT 21" Sony E530 :D
nuno1980
Licensed Customer
Licensed Customer
 
Posts: 728
Joined: Sat Dec 18, 2010 10:04 pm

Re: new features of 3.06

Postby glimpse » Wed Mar 08, 2017 1:03 pm

glimpse Wed Mar 08, 2017 1:03 pm
Now that's a cool update!

by the way, since You support GP100 based GPUs, what about NVLINK?
Is or will OctaneRender be able to use combined VRAM amount of let's say two GP100 based cards?

Thanks for an update & explanations.
User avatar
glimpse
Licensed Customer
Licensed Customer
 
Posts: 3715
Joined: Wed Jan 26, 2011 2:17 pm

Re: new features of 3.06

Postby PolderAnimation » Wed Mar 08, 2017 1:25 pm

PolderAnimation Wed Mar 08, 2017 1:25 pm
Is there any news on when (or if) Cryptomatt is going to be implemented and released? Sorry for asking =).
Win 10 64bit | RTX 3090 | i9 7960X | 64GB
User avatar
PolderAnimation
Licensed Customer
Licensed Customer
 
Posts: 371
Joined: Mon Oct 10, 2011 10:23 am
Location: Netherlands

Re: new features of 3.06

Postby treddie » Thu Apr 13, 2017 7:56 pm

treddie Thu Apr 13, 2017 7:56 pm
Very cool!

One question...Will adaptive sampling be available for PMC in the future? Sounds like it is just for Path Tracing and Direct Lighting, for now.
Win7 | Geforce TitanX w/ 12Gb | Geforce GTX-560 w/ 2Gb | 6-Core 3.5GHz | 32Gb | Cinema4D w RipTide Importer and OctaneExporter Plugs.
treddie
Licensed Customer
Licensed Customer
 
Posts: 739
Joined: Fri Mar 23, 2012 5:44 am

Re: new features of 3.06

Postby abstrax » Sat Apr 15, 2017 9:28 am

abstrax Sat Apr 15, 2017 9:28 am
treddie wrote:Very cool!

One question...Will adaptive sampling be available for PMC in the future? Sounds like it is just for Path Tracing and Direct Lighting, for now.

It will probably not be available for PMC since we see a way to can make it work without breaking the benefits of PMC. We may replace PMC with a different integration algorithm in the future, and then it may be possible. But we don't know yet.
In theory there is no difference between theory and practice. In practice there is. - Yogi Berra
User avatar
abstrax
OctaneRender Team
OctaneRender Team
 
Posts: 5484
Joined: Tue May 18, 2010 11:01 am
Location: Auckland, New Zealand

Re: new features of 3.06

Postby abstrax » Sat Apr 15, 2017 9:29 am

abstrax Sat Apr 15, 2017 9:29 am
PolderAnimation wrote:Is there any news on when (or if) Cryptomatt is going to be implemented and released? Sorry for asking =).

Sorry, no news on that yet. One of the next steps is to implement tone-mapping on the CPU and after that, we will have a look at what is required for Cryptomatte and how we can implement it.
In theory there is no difference between theory and practice. In practice there is. - Yogi Berra
User avatar
abstrax
OctaneRender Team
OctaneRender Team
 
Posts: 5484
Joined: Tue May 18, 2010 11:01 am
Location: Auckland, New Zealand

Re: new features of 3.06

Postby abstrax » Sat Apr 15, 2017 9:36 am

abstrax Sat Apr 15, 2017 9:36 am
glimpse wrote:Now that's a cool update!

by the way, since You support GP100 based GPUs, what about NVLINK?
Is or will OctaneRender be able to use combined VRAM amount of let's say two GP100 based cards?

Thanks for an update & explanations.

If it becomes feasible economically and technically, we will implement it. I think it's still too early - the cost is too high and the bandwidth too low.
In theory there is no difference between theory and practice. In practice there is. - Yogi Berra
User avatar
abstrax
OctaneRender Team
OctaneRender Team
 
Posts: 5484
Joined: Tue May 18, 2010 11:01 am
Location: Auckland, New Zealand

Re: new features of 3.06

Postby nuno1980 » Sat Apr 15, 2017 11:15 pm

nuno1980 Sat Apr 15, 2017 11:15 pm
abstrax wrote:We may replace PMC with a different integration algorithm in the future, and then it may be possible. But we don't know yet.
Ok... If you can't improve PMC then you may add PPM/SPPM (new kernel). ;)
NOTE: I'm sorry for bad english due to mute ;)

i7-12700KF
2x16GB RAM@DDR4-3600
MSI PRO Z690-A DDR4
Zotac GF RTX 4090 NEW! <3 :mrgreen:
SSDs OCZ RD400 0.5TB and Crucial 2TB SATA3
HDD 1TB SATA2
LG BD-RE BH16NS40
PSU 1kW
CRT 21" Sony E530 :D
nuno1980
Licensed Customer
Licensed Customer
 
Posts: 728
Joined: Sat Dec 18, 2010 10:04 pm
Next

Return to Commercial Product News & Releases (Download here)


Who is online

Users browsing this forum: No registered users and 2 guests

Tue Apr 23, 2024 8:44 am [ UTC ]