Sean,
> Was there any resolution or successful workarounds for this issue? I'm
> running into these identical symptoms with an Iop that creates and
> manages multiple Read Ops. Any suggestions would be appreciated.
this call sequence works around the issue for me:
_node->validate( true );
_node->asapUpdate();
_node->request( DD::Image::Mask_RGBA, 1 );
_node is the upstream Op which you are reading data from and which you
can't validate() inside your own Op's validate() for whatever reasons.
Works for me but your mileage may vary.
I still have to provide Foundry with an example as I am more or less
certain this is a bug in Nuke. But you know how it is ... once you find
a workaround there a re more important things to do. :)
.mm
_______________________________________________
Nuke-dev mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev