Fixed the top levels of the new tree

Including Scripts and Well Paths
This commit is contained in:
Jacob Støren
2015-08-11 15:22:49 +02:00
parent 0e50a0bac5
commit 3d599542f4
3 changed files with 8 additions and 5 deletions

View File

@@ -74,6 +74,7 @@ RimWellPathCollection::RimWellPathCollection()
CAF_PDM_InitField(&wellPathClipZDistance, "WellPathClipZDistance", 100, "Well path clipping depth distance", "", "", "");
CAF_PDM_InitFieldNoDefault(&wellPaths, "WellPaths", "Well Paths", "", "", "");
wellPaths.uiCapability()->setUiHidden(true);
m_wellPathCollectionPartManager = new RivWellPathCollectionPartMgr(this);
m_project = NULL;