Import 2017-06-07 23:51:09: master 58453b94

Author Committer Branch Timestamp Parent
naucoin naucoin master 2014-03-10 18:27:24 master e947a3dc
Affected Issues 0002906: Extra model hierarchy nodes showing up in Models module
Changeset

ENH: default value of HideFromEditors flag set to 0

This change will cause new mrml nodes to not be hidden
from editors by default, developers subclassing
vtkMRMLNode will need to specify the following in
constructors to over ride this behaviour:
this->HideFromEditors = 1;

MRML Core nodes that should be hidden in the Data module
were updated to stay hidden.

From the Slicer Roadmap for 4.4:
https://www.slicer.org/slicerWiki/index.php/Roadmap#4.4

Issue 0002906

git-svn-id: http://svn.slicer.org/Slicer4/trunk@22937 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Libs/MRML/Core/vtkMRMLCrosshairNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLDisplayNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLInteractionNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLScriptedModuleNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLSelectionNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLSliceCompositeNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLStorageNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLUnitNode.cxx Diff File