rock-core / base-types

C/C++ and Ruby definition of the base types in Rock
6 stars 39 forks source link

viz/PluginLoader bugfixes #78

Closed arneboe closed 8 years ago

arneboe commented 8 years ago

This PR contains a minor and a major bugfix.

Minor: The QtPluginVizkit claimed to provide GridVisualization but it didnt. Fixed by removing the entry from pluginNames.

Major: QtPluginVizkit is also the name of the plugin factory in Vizkit3d. Thus when loading libbase-viz and libvizkit3d-viz you would get name clashes. Those led to strange behavior in Vizkit3d. This was fixed by renaming QtPluginVizkit to QtPluginVizkitBase.

jhidalgocarrio commented 8 years ago

+1 working in my local test :-)