|
|
@ -329,6 +329,10 @@ void S3D_PLUGIN_MANAGER::checkPluginName( const wxString& aPath, |
|
|
|
|
|
|
|
aPluginList.push_back( wxpath ); |
|
|
|
|
|
|
|
#ifdef DEBUG
|
|
|
|
std::cerr << " * [INFO] found 3D plugin '" << wxpath.ToUTF8() << "'\n"; |
|
|
|
#endif
|
|
|
|
|
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
@ -340,6 +344,10 @@ void S3D_PLUGIN_MANAGER::checkPluginPath( const wxString& aPath, |
|
|
|
if( aPath.empty() ) |
|
|
|
return; |
|
|
|
|
|
|
|
#ifdef DEBUG
|
|
|
|
std::cerr << " * [INFO] checking for 3D plugins in '" << aPath << "'\n"; |
|
|
|
#endif
|
|
|
|
|
|
|
|
wxFileName path( wxFileName::DirName( aPath ) ); |
|
|
|
path.Normalize(); |
|
|
|
|
|
|
|