nick wrote:how do i get the correct scale in the plugin ? I have never got the reflection to work when i add any amount of roughness. i thought someone mentioned matching scale is the answer which i don't understand (or care) what that even means. my grid is centimeters if that is relevant.
Hey Nick, I don't think the scene scale is the issue.
It's probably because of the lack of precision in Maya's attribute editor. It only has only 3 places after the decimal per attribute while in Octane there are 7 or so.
So for example in Octane for Maya if you slightly nudge the roughness slider it goes from 0 to 0.030, which is already too high a setting and your reflections become too soft.
In Octane by default, the roughness slider is more precise. You can easily set it to 0.0000095 or something like that.
So as far as I know in Maya, without coding, you can only get more precision for tweaking shaders if you use the
channel box.
In the channel box's menu, under edit >settings> precision you can change it to something larger.
You only need to do that once.
Then if you're going to use the slider, set it to slow and check hyperbolic.
The thing with the roughness attributes in the plugin is that they're not keyable attributes so they won't show up in the channel box (or channel control) so you have to add an octaneFloatTexture to the roughness first and fine tune that value in the channel box.
Hope that makes sense.
JimStar: Hey, is there a way to code the plugin so that we can get more precision in the attribute editor for the roughness or a way so that the attribute is visible in the channel box / channel control?