OctaneRender for Modo 3.03.3 [STABLE]

Foundry Modo (Developed by stenson, Integrated Plugin developed by Paul Kinnane)

Moderator: face_off

JakubRupa
Licensed Customer
Posts: 21
Joined: Fri Apr 17, 2015 6:42 pm
Location: Krakow, Poland
Contact:

Thanks Paul,
this was very helpful! It's a little tricky and not as quick and simple as in MODO but it works :)
Is it possible (better?) to change input value range from 0 -1 to 0 - 100%. Is that wouldn't be easier?
Now you need to input lets say 0,005 (instead of 0,5 percent).
I'm just thinking... :)

And by the way, is it planned to use octane generator textures in displacement (not mentioning about MODO textures :)?

Thanks for your help Paul, you are doing a very good job! Keep it up!
Attachments
Octane rounded corners test
Octane rounded corners test
MODO 902 SP1 + Octane 3.0.4 | Windows 10 64bit, i7 4790K, 32GB | 2 x Asus Strix GeForce GTX970 4GB
[url=be.net/JakubRupa/]Behance[/url]
User avatar
face_off
Octane Plugin Developer
Posts: 15698
Joined: Fri May 25, 2012 10:52 am
Location: Adelaide, Australia

Is it possible (better?) to change input value range from 0 -1 to 0 - 100%. Is that wouldn't be easier?
I /think/ the edge rounding value is actually a distance, not a percent. Perhaps 1 = 1m?
And by the way, is it planned to use octane generator textures in displacement (not mentioning about MODO textures :)?
I'm not sure. Otoy would need to answer that question. If you turn on Use Modo Render Cache, and enable Polygon Displacement in the Kernel->Setting tab, the plugin will pickup the displacement directly from the Modo displacement generator. This creates a /lot/ of polygons, so loads slowly - but you can tweak this by adjusting the micro displacement in the Modo settings (ie. use a setting where only a few displacement polygons are generated).

Paul
Win7/Win10/Mavericks/Mint 17 - GTX550Ti/GT640M
Octane Plugin Support : Poser, ArchiCAD, Revit, Inventor, AutoCAD, Rhino, Modo, Nuke
Pls read before submitting a support question
User avatar
Tharso
Licensed Customer
Posts: 281
Joined: Mon Apr 05, 2010 3:11 pm
Location: Brasil
Contact:

Hi Paul,

I found out that the problem with the scene that I sent to you, is the render curves option.
User avatar
face_off
Octane Plugin Developer
Posts: 15698
Joined: Fri May 25, 2012 10:52 am
Location: Adelaide, Australia

I found out that the problem with the scene that I sent to you, is the render curves option.
Hi Tharso - I'm not sure which scene you are referring to, however for curves - this will be rendered as Octane Hair strands. Pls see Strand Hair at https://docs.otoy.com/#42Octane%202.0%20Features for details. Also, if you enable Use Modo Render Cache, the Modo Render Cache API will convert curves into geometry which Octane will render.

Paul
Win7/Win10/Mavericks/Mint 17 - GTX550Ti/GT640M
Octane Plugin Support : Poser, ArchiCAD, Revit, Inventor, AutoCAD, Rhino, Modo, Nuke
Pls read before submitting a support question
User avatar
Tharso
Licensed Customer
Posts: 281
Joined: Mon Apr 05, 2010 3:11 pm
Location: Brasil
Contact:

I sent to you one scene in your email, my bad. I know how to render curves, but in my scene that I sent to you, render curves is closing modo.
User avatar
face_off
Octane Plugin Developer
Posts: 15698
Joined: Fri May 25, 2012 10:52 am
Location: Adelaide, Australia

I sent to you one scene in your email, my bad. I know how to render curves, but in my scene that I sent to you, render curves is closing modo.
This is fixed in the next release.

Paul
Win7/Win10/Mavericks/Mint 17 - GTX550Ti/GT640M
Octane Plugin Support : Poser, ArchiCAD, Revit, Inventor, AutoCAD, Rhino, Modo, Nuke
Pls read before submitting a support question
v1adut
Licensed Customer
Posts: 154
Joined: Sun May 30, 2010 4:27 pm

Hi Paul,

I asked you back in September I believe, if you can make the octane override to load with nodes by default, and the your answer was that is not good for most users.

I want to come back and ask I you can make a button that will save octane_overrides_presets materials (in which I will plug the necessary images). This will be useful since I will have my default materials overrides, and my job on materials with octane will just be to link the images I render from substance painter directly onto the octane renders.

I tested that it can be done by saving assemblies, presets, and the assembly keeps the nodes position on graph editor which is great. So all I am asking, is to have a GUI button to save and load these presets from/to somewhere on the octane render folder.
Pls, pls

Thanks
Vlad
User avatar
face_off
Octane Plugin Developer
Posts: 15698
Joined: Fri May 25, 2012 10:52 am
Location: Adelaide, Australia

I tested that it can be done by saving assemblies, presets, and the assembly keeps the nodes position on graph editor which is great. So all I am asking, is to have a GUI button to save and load these presets from/to somewhere on the octane render folder.
Pls, pls
Hi Vlad - I think there are two ways to do this already.

1) Create your Octane Override template which has the blank Image nodes. Then select the Octane Override and click "Save as Preset" on the OctaneRender Setup panel (and call it "C:\Users\Paul\Documents\mypreset.lxp for example). Then whenever you want that starting material, type

Code: Select all

item.presetApply "C:\Users\Paul\Documents\mypreset.lxp"
and that preset will be loaded. You could even add your own button to issue that command.

2) I didn't test this, however you could also create your template Octane material in Octane Standalone, and then save it to the LocalDb. Then to load it into your Modo scene, use

Code: Select all

octane.importLocalDb
Paul
Win7/Win10/Mavericks/Mint 17 - GTX550Ti/GT640M
Octane Plugin Support : Poser, ArchiCAD, Revit, Inventor, AutoCAD, Rhino, Modo, Nuke
Pls read before submitting a support question
v1adut
Licensed Customer
Posts: 154
Joined: Sun May 30, 2010 4:27 pm

face_off wrote:
I tested that it can be done by saving assemblies, presets, and the assembly keeps the nodes position on graph editor which is great. So all I am asking, is to have a GUI button to save and load these presets from/to somewhere on the octane render folder.
Pls, pls
Hi Vlad - I think there are two ways to do this already.

1) Create your Octane Override template which has the blank Image nodes. Then select the Octane Override and click "Save as Preset" on the OctaneRender Setup panel (and call it "C:\Users\Paul\Documents\mypreset.lxp for example). Then whenever you want that starting material, type

Code: Select all

item.presetApply "C:\Users\Paul\Documents\mypreset.lxp"
and that preset will be loaded. You could even add your own button to issue that command.

2) I didn't test this, however you could also create your template Octane material in Octane Standalone, and then save it to the LocalDb. Then to load it into your Modo scene, use

Code: Select all

octane.importLocalDb
Paul

Thank you for the answers/solution Paul, I will give them a test.
User avatar
face_off
Octane Plugin Developer
Posts: 15698
Joined: Fri May 25, 2012 10:52 am
Location: Adelaide, Australia

I have refreshed the installers at the top of this thread with:

2.24.2.88
- Compiled with Octane 2.24.2
- Change scale zooming in the Viewport from Smooth to Sharp interpolation
- Fixed crash when rendering curves in the Modo901 version of the plugin
- Fixed issue where the Glossy "Roughness" value would convert to a number higher than 1.

Paul
Win7/Win10/Mavericks/Mint 17 - GTX550Ti/GT640M
Octane Plugin Support : Poser, ArchiCAD, Revit, Inventor, AutoCAD, Rhino, Modo, Nuke
Pls read before submitting a support question
Post Reply

Return to “Foundry Modo”