State:Closed|icon_bug|icon_katana|database:public|Resolution:Fixed|TargetRelease:3.1v2|BugID:374209|
Problem summary:
When rendering to the Monitor tab in Katana 3.1, the image in the monitor does not update as smoothly in comparison to the 3.0 line.
This behaviour can be seen in the attached video, which shows the difference before and after the change of behavior occurred in development build Katana 3.1dev#103.
Steps to reproduce (Preview Render with Scanlines):
Expected behaviour:
Preview render is updated in the Monitor tab smoothly, ie. adding the "scanline" buckets from top to bottom evenly until the initial image is constructed.
Actual behaviour:
Preview render is updated in the Monitor tab unevenly, ie. adding the "scanline" buckets from top to bottom in blocks until the image is constructed.
Steps to reproduce (Live Render Frame Updates):
Expected behaviour:
Live Render updates evenly.
Actual behaviour:
Live Render will update certain buckets first, eventually resolving the whole frame (see attached reproduction videos for more examples).
Workaround:
Catalog entries use push-based events to update the display, and the number of render draw events that are buffered before an event is pushed can be controlled by the environment variable KATANA_CATALOG_RECT_UPDATE_BUFFER_SIZE. The default value is 256. Setting this to a lower value, e.g. 32, increases the frequency of redraws.
Tested versions/platforms:
We're sorry to hear that
Please tell us why