From 412b8297fc5bda65a9db43cdc78c08d2ea16045b Mon Sep 17 00:00:00 2001 From: Andras Lasso Date: Wed, 14 Jan 2026 09:16:41 -0500 Subject: [PATCH] ENH: Do not disable ViewControllers module ViewControllers module is responsible for setting default view node properties from application settings. Developers may rely on this feature - see for example https://discourse.slicer.org/t/how-to-change-from-radiological-view-to-neurological-view/45744/8. Therefore it is better not to disable this module in the template. --- {{cookiecutter.project_name}}/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/{{cookiecutter.project_name}}/CMakeLists.txt b/{{cookiecutter.project_name}}/CMakeLists.txt index 1980189..33833ea 100644 --- a/{{cookiecutter.project_name}}/CMakeLists.txt +++ b/{{cookiecutter.project_name}}/CMakeLists.txt @@ -124,7 +124,6 @@ set(Slicer_CLIMODULES_DISABLED set(Slicer_QTLOADABLEMODULES_DISABLED SceneViews SlicerWelcome - ViewControllers ) set(Slicer_QTSCRIPTEDMODULES_DISABLED DataProbe