Hi Peter, You should place plugins in the osgPlugins-version directory along with the rest of the plugins, this plugin should actually be placed in there automatically anyway so it's a bit odd that you needed to place it any manually.
To get a bit more info about what might be going wrong up the notification level to debug and then have a look at the output to the console - it should tell you where it's looking to load plugins and whether they have been successfully loaded. # for windows I think to set an env var you do: set OSG_NOTIFY_LEVEL=DEBUG # for bash export OSG_NOTIFY_LEVEL=DEBUG Then run osgconv. Robert. On Wed, Jun 16, 2010 at 3:27 AM, Peter Bear <[email protected]> wrote: > Hi, when I try to load convert a file from .osg format to .dae format using > osgconv, it returns the error: "could not find the plugin to write nodes to > file "insertfilehere.dae"" I have already added the plugins bin folder and > the osg bin folder to the path, and have no idea why it isn't working right. > Does anyone know how to fix this? > > Thanks > > Cheers, > Peter > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=28975#28975 > > > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

