Tugcga / Sycles

Cycles render integration into Softimage
5 stars 1 forks source link

Does not start render in preview mode if the region is incident to the left side #14

Open Tugcga opened 1 year ago

Tugcga commented 1 year ago

If the region in quick render has x = 0 shift from the screen border, then the render process does not start.

Tugcga commented 1 year ago

May be this is the same issue. When the aspect ration of the output image is equal to 1 (height = weight), then the render is crashed.

Tugcga commented 1 year ago

This is a strange bug. It's not clear why it happens. It looks like the problem is connected with allocation of the new fragment inside Softimage render context m_render_context.NewFragment(...). The issue is happens when there are several cameras in the scene, the 3d-view contains several views (and at least two of them are different cameras), and we render not the default camera. For some camera aspects all works fine, for some the render is starts, but the fragment is not shown at the screen.

So, some additional investigations are needed.