Autodesk / sitoa

Arnold plugin for Softimage
Apache License 2.0
33 stars 16 forks source link

Progressive Rendering #47

Closed JenusL closed 5 years ago

JenusL commented 5 years ago

Had totally missed that progressive was a thing now.

Done:

While doing this I noticed that pixel_aspect_ratio was always exported, even if it was virtually 1.0. So I added a check and only export pixel_aspect_ratio if it's more than AI_EPSILON away from 1.0.

JenusL commented 5 years ago

I checked MAXtoA and enable_progressive_render true is not exported to .ass archives. @sjannuz You think I should do the same in SItoA?

sjannuz commented 5 years ago

I checked MAXtoA and enable_progressive_render true is not exported to .ass archives. @sjannuz You think I should do the same in SItoA?

Yes. it was found that progressive render, with high AA values, can be very slow when kicking with the kick's window display enabled (core 6873). So, we should do the same here.

JenusL commented 5 years ago

Ok I'll disable progressive on both .ass export and if rendering in batch mode.

JenusL commented 5 years ago

Ok I think I'm done with this one and it passes the testsuite. Now it can be merged.