I try to compile examples, that specify ouput format. I used many
variants of compiler including (described as supported) Visual Studio
8.0.50727.762 and Nuke 6.2v2 (32 bit). Plugins compiled successfully,
but a segmentation fault generates after construction

info_.channels(Mask_RGBA);

invoked. And the same effect after

set_out_channels(Mask_RGBA);
Iop::_validate(for_real);



Indeed I need effect same as SideBySide plugin produces: make the
output resolution to be 2w*h, where w*h is resolution of input. I just
was able to obtain output resolution less than input one (using
      void format(const Format& f);
function after copy_info).
_______________________________________________
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