The aborted() state should be set.

ImagePlane newPlane = ... ;
input.fetchPlane(newPlane);

if (aborted()) {
  // handle or return
}


hth

On 14 May 2015 at 23:23, devMannemela <[email protected]> wrote:

> Hi !
>
> I am writing a multi-input PlanarIop node.
>
> When I try to read the input image into an ImagePlane,
> Is there a way to check if fetchPlane() call has succeeded or not ?
>
>
> thanks !
> Dev
>
>
>
> _______________________________________________
> Nuke-dev mailing list
> [email protected], http://forums.thefoundry.co.uk/
> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev
>
>


-- 
Frank Harrison
Senior Nuke Software Engineer
The Foundry
Tel: +44 (0)20 7968 6828 - Fax: +44 (0)20 7930 8906
Web: www.thefoundry.co.uk
Email: [email protected]
_______________________________________________
Nuke-dev mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev

Reply via email to