
If You can, say something about Nvidia GTX 9xx cards and Octane. I have to decide tomorrow.
I must say that it's a huge improvement in both, noise removal and PT speed.
We don't have those cards here in the office so we really can't anything about it. As soon as we have the hardware here, we will compile the Octane kernels specifically for the new CUDA shader model (which is 5.2/5.3 afaik) and will see if we can get any speed improvements out of it. We may also be able to do some tweaks on the compiler settings which can improve things.Sakalakapaka wrote:Help me stratified You're my only hope
If You can, say something about Nvidia GTX 9xx cards and Octane. I have to decide tomorrow.
I must say that it's a huge improvement in both, noise removal and PT speed.
Currently it's not supported. We will probably add it some time in the future (which is why the attribute is an AT_FLOAT3). I don't know when.oguzbir wrote:Hi,
I would like to ask you if octane supports the " W " in UVW coordinate system?
The reason for this is I'd like to control the hair strand mappings', root and tip colours in 3ds max plugin using ornatrix hair.
if yes.. How?
if no.. Will it ever? or When?
That's not how it works. Please read the documentation for the modulesmicha wrote:Just playing with scripted graph - the script that Marcus wrote returns "script did not return a table". Am I doing something wrong?
the script is at
http://render.otoy.com/forum/viewtopic.php?f=73&t=41388
octane.scriptgraph
in the Lua API browser. I plan to convert the texture scatter script to a Lua node graph in the coming days.Lua scripts in general don't make much sense in plugins, because in general you don't want to interfere with what the plugin does or you very likely may crash the plugin, because you can easily bring the project into a state that the plugin doesn't expect. You also don't know the structure of the scene node graph a plugin creates and it may change any time.riggles wrote:Wondering why using LUA scripts is not available in the plugins. What if the host app supports LUA scripting?
Hey Marcus, how feasible would it be to add Deep Data support to Octane?abstrax wrote:Please be aware that the render passes are not finished yet. Feel free to let us know which passes you are missing and why you need them, i.e. how you use them in your compositing workflow. Most of the work was integrating render passes into our interactive render framework, which is done now and adding new passes should be more or less straight forward.
What is Deep Data and how can it be used with Octane? Deep Data is a new addition to the OpenEXR format which allows you to store multiple depth samples on a per-pixel basis. It is akin to ZDepth but on steroids and without many of the drawbacks (Edge Artifacts). In the example image below you could accurately comp a beauty pass done in Octane with a complex volumetric pass rendered in another renderer (such as 3Delight, Mantra and Vray). The Deep Data stored in the Octane pass would then allow you to punch out a 'hold out' pass in the volumetric pass. That volumetric pass can then further be relighted in Nuke to match the Octane plate.