It's really helpful if you post example code.
On May 19, 2011, at 10:42 AM, Jérémy Retailleau wrote: > Thanks for the answer Jonathan > > Actually my extension match with the name so I don't really understand why a > still get this error message... Is it possible to have this error message for > other reason that description issue ? > > Do you know if there is some GeoReader subclasses examples somewhere ? I'm > still learning the NDK so maybe my mistake is a stupid one... > > > > Jeremy > > > > 2011/5/19 Jonathan Egstad <[email protected]> > The name of the plugin file must match the extensions defined in the > Description. > > So if you said: > static const GeoReader::Description d("foo\0", build, test); > > Then your plugin must be called 'fooReader.##'. > > -jonathan > > > On May 19, 2011, at 7:27 AM, Jérémy Retailleau wrote: > > > ...any idea ?? > > > > > > > > 2011/5/17 Jérémy Retailleau <[email protected]> > > Hi everyone ! > > > > First thanks for this mailing-list, it really helps when we want to dive > > into the NDK...! > > > > I' trying to implement a home-made 3d format in Nuke but I have some issues > > with the GeoReader class. I followed the documentation to describe it > > (http://www.nukepedia.com/reference/NDK/Plugins/classDD_1_1Image_1_1GeoReader_1_1Description.html) > > but I still get the following error : plugin did not define testReader > > > > I thought that the Description settings could solve this error message, but > > it seems that something else produces it... Do you have any idea ? > > > > > > Cheers > > > > > > Jeremy > > > > _______________________________________________ > > Nuke-dev mailing list > > [email protected], http://forums.thefoundry.co.uk/ > > http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev > > _______________________________________________ > Nuke-dev mailing list > [email protected], http://forums.thefoundry.co.uk/ > http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev > > _______________________________________________ > Nuke-dev mailing list > [email protected], http://forums.thefoundry.co.uk/ > http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev
_______________________________________________ Nuke-dev mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev
