Hey, so I'm using version 1.52.1, and I'm having an issue where on the first frame of my render, the lighting looks very different from the rest of the animation.
It's almost like the diffuse depth is cranked on the first frame, and for the rest it's ignored.
Anyone else having this problem? Check out the difference between the first and second frames. The light comes through the cracks on the first, and then for the rest of the animation, it doesn't, and the shadows are much stronger.
First frame lighting different from the rest
Moderators: ChrisHekman, aoktar
maybe a problem on render settings. Can you try with overwrite kernel option?
Octane For Cinema 4D developer / 3d generalist
3930k / 16gb / 780ti + 1070/1080 / psu 1600w / numerous hw
3930k / 16gb / 780ti + 1070/1080 / psu 1600w / numerous hw
- daabomb101
- Posts: 31
- Joined: Sat Jun 15, 2013 12:51 am
Thanks, I really appreciate the quick response! Unfortunately, I enabled overwrite kernel with the default direct lighting settings and I'm getting the same thing.aoktar wrote:maybe a problem on render settings. Can you try with overwrite kernel option?
I'll test on a different version of the plugin, and on a different machine.
ok, can you send me your scene tomorrow or next day
Octane For Cinema 4D developer / 3d generalist
3930k / 16gb / 780ti + 1070/1080 / psu 1600w / numerous hw
3930k / 16gb / 780ti + 1070/1080 / psu 1600w / numerous hw
- daabomb101
- Posts: 31
- Joined: Sat Jun 15, 2013 12:51 am
I tried it out on C4D R14 (rather than 15) where I had version 1.00 RC1 installed, and it didn't have the difference on the first frame.aoktar wrote:ok, can you send me your scene tomorrow or next day
The funny thing is, I actually like the way that it looks on the first frame better, with the light coming through the cracks. Any idea what's going on?
here's the scene: https://www.dropbox.com/s/q20t0a6nzd342 ... t_0001.c4d
ok, i'm not on a desktop for doing render tests. But i take a look to your scene. I see that you haven't use full potential of plugin. There is some advicese for you:
-There are many many texture assignment tags on a object. This will slow down the preperation process. It's better to use less texture tags on objects.
-Also use render instance as possible as.
-Leaks of lighting sounds to me a problem on ray epsilon value. try to lower that.
-Also try other render methods except "full send scene data". It provides to refresh only changed geometries for every frames.
So you can render much faster
-There are many many texture assignment tags on a object. This will slow down the preperation process. It's better to use less texture tags on objects.
-Also use render instance as possible as.
-Leaks of lighting sounds to me a problem on ray epsilon value. try to lower that.
-Also try other render methods except "full send scene data". It provides to refresh only changed geometries for every frames.
So you can render much faster
Octane For Cinema 4D developer / 3d generalist
3930k / 16gb / 780ti + 1070/1080 / psu 1600w / numerous hw
3930k / 16gb / 780ti + 1070/1080 / psu 1600w / numerous hw
- daabomb101
- Posts: 31
- Joined: Sat Jun 15, 2013 12:51 am
Thanks a ton! I thought high poly models would slow preparation, but I didn't know that multiple texture assignments would.aoktar wrote:ok, i'm not on a desktop for doing render tests. But i take a look to your scene. I see that you haven't use full potential of plugin. There is some advicese for you:
-There are many many texture assignment tags on a object. This will slow down the preperation process. It's better to use less texture tags on objects.
-Also use render instance as possible as.
-Leaks of lighting sounds to me a problem on ray epsilon value. try to lower that.
-Also try other render methods except "full send scene data". It provides to refresh only changed geometries for every frames.
So you can render much faster
As far as the first frame rendering a different epsilon value than the rest of the frames -- this seems like a bug, as it doesn't happen with this scene on an earlier version of the plugin. I'm going to test on my PC tonight (currently on mac) with a different graphics card, and I'll let you know if anything changes. Thanks again!
yes, can be a bug.daabomb101 wrote:Thanks a ton! I thought high poly models would slow preparation, but I didn't know that multiple texture assignments would.aoktar wrote:ok, i'm not on a desktop for doing render tests. But i take a look to your scene. I see that you haven't use full potential of plugin. There is some advicese for you:
-There are many many texture assignment tags on a object. This will slow down the preperation process. It's better to use less texture tags on objects.
-Also use render instance as possible as.
-Leaks of lighting sounds to me a problem on ray epsilon value. try to lower that.
-Also try other render methods except "full send scene data". It provides to refresh only changed geometries for every frames.
So you can render much faster
As far as the first frame rendering a different epsilon value than the rest of the frames -- this seems like a bug, as it doesn't happen with this scene on an earlier version of the plugin. I'm going to test on my PC tonight (currently on mac) with a different graphics card, and I'll let you know if anything changes. Thanks again!
Btw, usage of so much texturetags will slow down. It have to iterate all tags and fill the all faces with partial assingments. in you sample, you have many tags, but only have a few materials. you can assing one material with a texture tag
Octane For Cinema 4D developer / 3d generalist
3930k / 16gb / 780ti + 1070/1080 / psu 1600w / numerous hw
3930k / 16gb / 780ti + 1070/1080 / psu 1600w / numerous hw
- daabomb101
- Posts: 31
- Joined: Sat Jun 15, 2013 12:51 am
thanks, you are absolutely right. that sped up the scene by an order of magnitude!aoktar wrote:yes, can be a bug.daabomb101 wrote:Thanks a ton! I thought high poly models would slow preparation, but I didn't know that multiple texture assignments would.aoktar wrote:ok, i'm not on a desktop for doing render tests. But i take a look to your scene. I see that you haven't use full potential of plugin. There is some advicese for you:
-There are many many texture assignment tags on a object. This will slow down the preperation process. It's better to use less texture tags on objects.
-Also use render instance as possible as.
-Leaks of lighting sounds to me a problem on ray epsilon value. try to lower that.
-Also try other render methods except "full send scene data". It provides to refresh only changed geometries for every frames.
So you can render much faster
As far as the first frame rendering a different epsilon value than the rest of the frames -- this seems like a bug, as it doesn't happen with this scene on an earlier version of the plugin. I'm going to test on my PC tonight (currently on mac) with a different graphics card, and I'll let you know if anything changes. Thanks again!
Btw, usage of so much texturetags will slow down. It have to iterate all tags and fill the all faces with partial assingments. in you sample, you have many tags, but only have a few materials. you can assing one material with a texture tag
that happened originally because I had used connect and delete on a the model, which is very high poly, and every brick was a separate object, so it duplicated the texture and created a selection tag for each brick. I was concerned that the mapping wouldn't look as nice if I deleted all of that, but cubic mapping of that same texture looks just as good.
ok, i can take a look for speed improvements for that before releasing version 2.0
Octane For Cinema 4D developer / 3d generalist
3930k / 16gb / 780ti + 1070/1080 / psu 1600w / numerous hw
3930k / 16gb / 780ti + 1070/1080 / psu 1600w / numerous hw