-
Hello,when I learn the caustic optimization and render a picture,there is a warnning,but i can't find where to add it,warnning is here: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There is nothing to do on your side. The warning is telling you that it had to change/force |
Beta Was this translation helpful? Give feedback.
There is nothing to do on your side. The warning is telling you that it had to change/force
evaluate
to tTrueotherwise it would not have been able to continue. This usually happens if you're rendering with a high sample count per pixel. If you're using
mi.render, unfortunately, there is no way to set
evaluateon your end, it is set to
False` internally.