About the FG+IP+IR, I have to know if string options override maya2mr standard options (if someone have more informations about that, tell me, I will not had to do tests myself).
Once that done, I have to find a way to give the opportunity for the user to add or remove some string options (to avoid a “lost” string option override maya2mr options user want).
Once the mechanism will work, I will lookup for necessary option for FG+IP+IR mode…
Maybe add all string options of this feature… :bounce:
thank you narann!
work fine except that the default value 0 is equal to max value 16 in FG Passes, so Fg passes is not working, the rest look impressive
/Rachid
When adding IP rays, there is an error in how Maya exposes them.
The correct export should be three values. For mental ray this is seen as type = color
For example:
512 128 16
This means 512 primary rays, 128 rays indirect bounce, 16 rays secondary indirect bounce.
So if you implement this, it needs to export that way, and have the option to input these values. One of the reasons IP takes so long in Maya is a single value of 512 means 512 direct, 512 more indirect, 512 secondary indirect rays, etc. This was never corrected by Autodesk. But it’s something you could look into.
mmm i don’t think so, 512 means 512 8
8 is the default for all the secondary bounce, unless you use a different value
it’s simple to see this, by looking at the IP messages, the secondary bounces are quite fast no matter how many IP rays you use
i got the default value (8), which is not specified in any documentation, directly from the IP developer, when i was testing the 3.8, so i’m pretty sure abut this
Many work on this so it should have bugs .
Don’t hesitate to feedback them!
[add] IR options
[add] a scrollbar
[add] a check box to create and/or remove string option (be carefull when removing Maya's needed string options)
[fix] now optionMenuGrp get good information when load the ui
[mod] If it find a empty string option, it use it instead of create a new one (avoid the miDefaultOptions.stringOptions to have thousand of elements.)
[mod] don't create all string options when launch the UI, wait the user type checkBoxes
[min] change the way ui get min and max value for ui
Todo:
Find a way to avoid user remove Maya’s needed string options (here, “irradiance particles”).
Reorder category to a more intuitive view
Ok thanks for informations
I had add all irradiance options (max ray no limit). I will do the same for others options in the futur
Thanks!
Thanks for feedback.
The default value for FG passes is 3 in my UI. Not 0.
I suspect you have something else than a int value in your string options and my ui show 0… Should be interersting to see that point.
I had test to export a .mi file with FG passes set by my UI to 0 and I have this:
"finalgather passes" 0
So my ui well export zero.
Maybe there is something more…
Humm the UI look great
oh yes the default value is 3,but any number value you put: 0, 1, 2, …16 you get the same result and same wallclock (time rendering)
a higher value than 8 return an error in Output Window:
RC 0.3 warn 082123: finalgather passes greater than maximum (8), corrected
and
RC 0.3 warn 082135: finalgather passes set to 0, switching FG progressive precomputation off
So FG pass are not working! can you confirm?
Thanks
/Rachid
i guess Bart misundertood the problem, i’m pretty sure about this, i’ve also tested it in 2012 and i can confirm, using higher IP rays only change the final irradiance calculation, not the passes
Can anyone explain this Final Gather passes fetaure?
As I understood it should do Final Gather calculation progressively, so you see faster first pass, than over that second pass …
I do not notice this when I activate it using this script, but again, I am maybe using it wrong.
My tool should work with any version of Maya you have.
But if you put some options your mental ray version doesn’t support. Render should start, but without the specified feature (and maybe a warning in the verbose)
This tool doesn’t check wich feature your current mental ray version can/can’t use.
Could someone please explain to me what the new IBL is? What is the difference compared to the IBL found in 2011 render settings? Is it something like activating the “emit light” feature in it? And how does it compare with sIBL?