Difference between revisions of "Developer Meetings/20150908"
From Slicer Wiki
m (→Conclusion) |
|||
Line 15: | Line 15: | ||
= Conclusion = | = Conclusion = | ||
* SingletonTag has originally been added in [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=24520 r24520]. At that time, no serialization to MRML was added. Since then, multiple way of dealing with the "singelton-ess" of node have been implemented (Check of ID in selection node, check of tag + module name for the Editor). | * SingletonTag has originally been added in [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=24520 r24520]. At that time, no serialization to MRML was added. Since then, multiple way of dealing with the "singelton-ess" of node have been implemented (Check of ID in selection node, check of tag + module name for the Editor). | ||
− | ** | + | ** As a step to (1) make things consistent and (2) address issue when an editor scripted module node is created before restoring a scene (details in [http://www.na-mic.org/Bug/view.php?id=4006 4006]), we propose to implement the serialization of the Singleton tag into MRML. |
** Before moving forward, we would like to get feedback from the community. | ** Before moving forward, we would like to get feedback from the community. |
Revision as of 18:57, 8 September 2015
Home < Developer Meetings < 20150908Update
- Jc:
- Max:
- Addressed feedback on Python upgrade to 2.7.10 PR. All commits to external packages (PythonQt, CTK, python-cmake-buildsystem) are in as of this morning.
- Re-running all tests on Windows, Linux, and Mac before creating new PR. Timeframe is EOD today.
- Nicole
To Discuss
- What should be done regarding PR#312 "Move to itkmghio" ? See https://github.com/Slicer/Slicer/pull/312#issuecomment-138608897
Conclusion
- SingletonTag has originally been added in r24520. At that time, no serialization to MRML was added. Since then, multiple way of dealing with the "singelton-ess" of node have been implemented (Check of ID in selection node, check of tag + module name for the Editor).
- As a step to (1) make things consistent and (2) address issue when an editor scripted module node is created before restoring a scene (details in 4006), we propose to implement the serialization of the Singleton tag into MRML.
- Before moving forward, we would like to get feedback from the community.