Page 2 of 2
Re: Blender 3.06.4 - 12.2 [TEST] - Bugs
Posted: Mon Sep 25, 2017 4:51 am
by DrawFun
kibbycabbit wrote:DrawFun wrote:Thanks for your reports.
I cannot reproduce it in my end, both windows and mac. Did you turn on render mode? If so, was it interactive? What type of material did you use and did the OctaneSever crash too?
More information will be appreciated. Thanks.
I've tested with solid view and render preview -- both will crash.
Materials, that's a good question. There's so many materials in the scene. If you want, I have a packaged .blend to send via PM. Does this forum permit large attachment in PM? The file is 100mb.
Could you upload it to
https://wetransfer.com/ and PM me the link? Thanks.
Re: Blender 3.06.4 - 12.2 [TEST] - Bugs
Posted: Mon Sep 25, 2017 5:08 am
by DrawFun
J.C wrote:Mesh smoothing is still as bad as it was in 11.xx
Checkout the attachements. Blocky polygons are visible.
With the attached file you may replicate the bug in earlier post - crashing when changing material.
Hi J.C, I have checked the scene. The blocky polygons are visible only in interactive rendering mode, which is caused by blender optimization. In interactive mode, blender will not generate tessellation faces for faster rendering
https://docs.blender.org/api/blender_py ... .tessfaces. Therefore, compared to scene render mode, there are much fewer triangles in inactive rendering mode.
For now, you can check it in scene render mode (more triangles and smoother faces).
In next release, we will add a checkbox to let you decide whether to generate tessellation faces in interactive rendering mode (default no for the consistency).
Re: Blender 3.06.4 - 12.2 [TEST] - Bugs
Posted: Mon Sep 25, 2017 12:46 pm
by J.C
Hi DrawFun, rendering in final mode (F12) does not change anything.
This is with 100k triangles mesh:
The same happens in Octane Standalone app too :/
Re: Blender 3.06.4 - 12.2 [TEST] - Bugs
Posted: Wed Sep 27, 2017 3:59 am
by DrawFun
J.C wrote:Hi DrawFun, rendering in final mode (F12) does not change anything.
This is with 100k triangles mesh:
smoothing2.png
The same happens in Octane Standalone app too :/
Hi J.C, that is a ray-epsilon issue (too small ray epsilon causing geometry to self-intersect). You can try to adjust the "ray epsilon" value slightly in octane kernel tab to reduce them. More detailed answer from abstrax:
viewtopic.php?f=9&t=48425&p=241445&hili ... on#p241445.
Besides, you can also try to Increase faces(via open subdivision) or light power.
Re: Blender 3.06.4 - 12.2 [TEST] - Bugs
Posted: Wed Sep 27, 2017 12:27 pm
by J.C
Hi DrawFun, thank you for an answer but this is not a proper solution as it literary removes self shadow from the surface.
Re: Blender 3.06.4 - 12.2 [TEST] - Bugs
Posted: Wed Sep 27, 2017 12:56 pm
by J.C
Another issue is with shadow pass. "Black shadow" renders totally black while on the preview it is ok.
Re: Blender 3.06.4 - 12.2 [TEST] - Bugs
Posted: Wed Oct 04, 2017 12:26 am
by DrawFun
J.C wrote:Hi DrawFun, thank you for an answer but this is not a proper solution as it literary removes self shadow from the surface.
Due to the limited precision, it is a trade off in some cases. Increasing faces in some particular meshes or sub-meshes is another way to deal with it (the the teapot case, 400k faces seems good

).
Re: Blender 3.06.4 - 12.2 [TEST] - Bugs
Posted: Wed Oct 04, 2017 12:28 am
by DrawFun
J.C wrote:Another issue is with shadow pass. "Black shadow" renders totally black while on the preview it is ok.
Thank you J.C. Problem confirmed. Currently we are focusing on the new features of 3.07. I will handle it at the first time the new major version released.
Re: Blender 3.06.4 - 12.2 [TEST] - Bugs
Posted: Thu Oct 05, 2017 9:19 am
by J.C
Thanks DrawFun for confirming this.
There is another one also present in previous versions. Renaming material whine doing interactive rendering in viewport stops any future changes in material. Rendering continues but changing any properties in renamed material does not show in viewport. You have to restart rendering to see the change.