Salome HOME
Merge branch 'master' into BR_PYTHON_PLUGIN
authorSergey BELASH <belash.sergey@opencascade.com>
Mon, 17 Nov 2014 14:43:13 +0000 (17:43 +0300)
committerSergey BELASH <belash.sergey@opencascade.com>
Mon, 17 Nov 2014 14:43:13 +0000 (17:43 +0300)
1  2 
src/Config/CMakeLists.txt
src/Config/Config_Keywords.h
src/Model/Model_Session.cpp
src/ModelAPI/CMakeLists.txt
src/ModelAPI/ModelAPI_Session.h

Simple merge
Simple merge
index 921017d11f25abde11e3b8a227261c17a7152a95,23e7a2621633170b0ecf97ec6034c8a62dfc54a1..16a4d07f0bc2d242ffd2b63de10d32fdc5e8978a
@@@ -91,11 -92,9 +92,10 @@@ void Model_Session::redo(
  
  FeaturePtr Model_Session::createFeature(string theFeatureID)
  {
 -  if (this != myImpl)
 +  if (this != myImpl) {
      return myImpl->createFeature(theFeatureID);
 +  }
  
-   LoadPluginsInfo();
    if (myPlugins.find(theFeatureID) != myPlugins.end()) {
      std::pair<std::string, std::string>& aPlugin = myPlugins[theFeatureID]; // plugin and doc kind
      if (!aPlugin.second.empty() && aPlugin.second != activeDocument()->kind()) {
Simple merge
Simple merge