nrusch / nuke-to-hydra

A Hydra scene delegate and set of rendering ops for Nuke
Apache License 2.0
34 stars 2 forks source link

Handle op abort during render loop #4

Open nrusch opened 4 years ago

nrusch commented 4 years ago

The HydraRender op cannot currently handle situations where the input op tree is aborted, since Hydra does not currently provide any mechanism to interrupt and cancel a render.

This ticket is a placeholder and reminder to implement render interrupting in the future. The corresponding USD ticket is here.