Version 3.06-TEST4.1 (WORK IN PROGRESS BUILDS)

Sub forum for plugin releases

Moderators: ChrisHekman, aoktar

Post Reply
User avatar
abstrax
OctaneRender Team
Posts: 5509
Joined: Tue May 18, 2010 11:01 am
Location: Auckland, New Zealand

milo_dude wrote:Building geometry by spline using Sweep. When geometry update starts plugin is crashed.
Same trouble in test3 and 4.
3.05 works fine.
I can confirm an issue in the ray-tracing kernels, but I don't know what exactly is causing the problem and how to solve it. I hope to find a solution with the next release.

EDIT: This scene creates some insane geometry and I can reproduce the kernel failure with only the cloner object at the bottom of the object tree under "Body". I'm not sure what the point of it is, but it creates 500 flat cube objects that are all intersecting each other in a tight cylindrical volume. Rendering shouldn't fail of course, but maybe this can be modeled a bit more "render friendly".
In theory there is no difference between theory and practice. In practice there is. - Yogi Berra
User avatar
milo_dude
Licensed Customer
Posts: 21
Joined: Sat Dec 03, 2016 8:13 am

abstrax wrote:
milo_dude wrote:Building geometry by spline using Sweep. When geometry update starts plugin is crashed.
Same trouble in test3 and 4.
3.05 works fine.
I can confirm an issue in the ray-tracing kernels, but I don't know what exactly is causing the problem and how to solve it. I hope to find a solution with the next release.

EDIT: This scene creates some insane geometry and I can reproduce the kernel failure with only the cloner object at the bottom of the object tree under "Body". I'm not sure what the point of it is, but it creates 500 flat cube objects that are all intersecting each other in a tight cylindrical volume. Rendering shouldn't fail of course, but maybe this can be modeled a bit more "render friendly".

Maybe you right about insane geometry, but the problem is in the "HUD" childe objects wich is sweep.
If i shut it off everything fine.
Is it possible that the trouble is in illustrator spline import?
i'm so confused that it's worked in 3.05
User avatar
Yambo
Licensed Customer
Posts: 345
Joined: Tue May 12, 2015 1:37 pm
Location: Tel Aviv, Israel

aoktar wrote:
Yambo wrote:
aoktar wrote:Ahmet, render layer mask is broken, just not working in this version (generating blank frames). Are you aware of that?

Y
with png? I think it's about my changes to drop the using of embedded alphas with png.
Yap, basically if i'm loading some layer mask to after effects i can see only a full alpha.

Is there something i can do to workaround it? or just wait to the next version?

Thanks!

Y
disable alpha and use rgb colors for matte[/quote]

Ahmet not sure what you meant here? How can i generate object IDs for different objects?

Also The render layer mask wont work anymore? or is it something will be fix in the next versions?
4x 980ti EVGA | 5930k | Asus X99 E WS 3.1 | corsair 64GB RAM |SSD 500GB system + SSD 2TB working files + 6TB HDD storage WD |
Phanteks Enthoo Primo | 1600W EVGA T2 BLACK | It's the fastest 4x980ti build: http://goo.gl/hYp8e0 :)

https://yambo.me
User avatar
aoktar
Octane Plugin Developer
Posts: 16066
Joined: Tue Mar 23, 2010 8:28 pm
Location: Türkiye
Contact:

Yambo wrote: Ahmet not sure what you meant here? How can i generate object IDs for different objects?
Also The render layer mask wont work anymore? or is it something will be fix in the next versions?
See image. Please give any samples to show how it's not working.
Attachments
a2.jpg
a1.jpg
Octane For Cinema 4D developer / 3d generalist

3930k / 16gb / 780ti + 1070/1080 / psu 1600w / numerous hw
User avatar
abstrax
OctaneRender Team
Posts: 5509
Joined: Tue May 18, 2010 11:01 am
Location: Auckland, New Zealand

milo_dude wrote:
abstrax wrote:
milo_dude wrote:Building geometry by spline using Sweep. When geometry update starts plugin is crashed.
Same trouble in test3 and 4.
3.05 works fine.
I can confirm an issue in the ray-tracing kernels, but I don't know what exactly is causing the problem and how to solve it. I hope to find a solution with the next release.

EDIT: This scene creates some insane geometry and I can reproduce the kernel failure with only the cloner object at the bottom of the object tree under "Body". I'm not sure what the point of it is, but it creates 500 flat cube objects that are all intersecting each other in a tight cylindrical volume. Rendering shouldn't fail of course, but maybe this can be modeled a bit more "render friendly".

Maybe you right about insane geometry, but the problem is in the "HUD" childe objects wich is sweep.
If i shut it off everything fine.
Is it possible that the trouble is in illustrator spline import?
i'm so confused that it's worked in 3.05
I had to restructure things a lot to make CUDA 8 builds as fast as CUDA 7.5 builds, maybe I broke something along the way. Will try to figure it out today.
In theory there is no difference between theory and practice. In practice there is. - Yogi Berra
User avatar
abstrax
OctaneRender Team
Posts: 5509
Joined: Tue May 18, 2010 11:01 am
Location: Auckland, New Zealand

abstrax wrote:
milo_dude wrote:
abstrax wrote: I can confirm an issue in the ray-tracing kernels, but I don't know what exactly is causing the problem and how to solve it. I hope to find a solution with the next release.

EDIT: This scene creates some insane geometry and I can reproduce the kernel failure with only the cloner object at the bottom of the object tree under "Body". I'm not sure what the point of it is, but it creates 500 flat cube objects that are all intersecting each other in a tight cylindrical volume. Rendering shouldn't fail of course, but maybe this can be modeled a bit more "render friendly".

Maybe you right about insane geometry, but the problem is in the "HUD" childe objects wich is sweep.
If i shut it off everything fine.
Is it possible that the trouble is in illustrator spline import?
i'm so confused that it's worked in 3.05
I had to restructure things a lot to make CUDA 8 builds as fast as CUDA 7.5 builds, maybe I broke something along the way. Will try to figure it out today.
Thanks a lot for this scene. It allowed me to find a bug I have been hunting for more than 3 months. The cause of this issue has been there since we introduced instances in version 1. In the past it hasn't been an issue, but now with the increase of scene sizes made possible by modern GPUs with lots of VRAM, it occurs more often. Unfortunately those extremely large scenes made the problem impossible to find (for me at least)... until your scene came along, which is quite simple, but causes the geometry compilation to generate a degenerated acceleration structure.

The reason why it didn't occur with 3.05.3 is probably because CUDA 7.5 is arranging working memory differently than CUDA 8.0, hiding the issue. This is your scene rendered with a quick fix, which unfortunately has quite a large performance hit (about 10% in the ATV scene - compared to 3.06 test 4):
fixed.png
I will try to find a solution that isn't as bad performance-wise, but let's see...
In theory there is no difference between theory and practice. In practice there is. - Yogi Berra
User avatar
abstrax
OctaneRender Team
Posts: 5509
Joined: Tue May 18, 2010 11:01 am
Location: Auckland, New Zealand

Ok, good news: For debugging purposes, I had a log flag enabled, that was slowing things down in the test build. After switching it off, the speed is the same as in 3.06 test 4... :)
In theory there is no difference between theory and practice. In practice there is. - Yogi Berra
User avatar
Yambo
Licensed Customer
Posts: 345
Joined: Tue May 12, 2015 1:37 pm
Location: Tel Aviv, Israel

BUG Report: X-Particles scenes are crushing with this version.

Revert to 3.05.3 (13.01.2017) rendering properly
4x 980ti EVGA | 5930k | Asus X99 E WS 3.1 | corsair 64GB RAM |SSD 500GB system + SSD 2TB working files + 6TB HDD storage WD |
Phanteks Enthoo Primo | 1600W EVGA T2 BLACK | It's the fastest 4x980ti build: http://goo.gl/hYp8e0 :)

https://yambo.me
calus
Licensed Customer
Posts: 1308
Joined: Sat May 22, 2010 9:31 am
Location: Paris

abstrax wrote:...a quick fix, which unfortunately has quite a large performance hit (about 10% in the ATV scene - compared to 3.06 test 4):
abstrax wrote:Ok, good news: For debugging purposes, I had a log flag enabled, that was slowing things down in the test build. After switching it off, the speed is the same as in 3.06 test 4... :)
:D
Pascal ANDRE
User avatar
aoktar
Octane Plugin Developer
Posts: 16066
Joined: Tue Mar 23, 2010 8:28 pm
Location: Türkiye
Contact:

3.06 test4.1 has been uploaded and which hase some fixes. It's just for Windows right now. OSX will follow that soon.
Octane For Cinema 4D developer / 3d generalist

3930k / 16gb / 780ti + 1070/1080 / psu 1600w / numerous hw
Post Reply

Return to “Releases”