SlicerCustomAppTemplate icon indicating copy to clipboard operation
SlicerCustomAppTemplate copied to clipboard

Template to be used as a starting point for creating a custom 3D Slicer application

Results 20 SlicerCustomAppTemplate issues
Sort by recently updated
recently updated
newest added

Corresponding Slicer commit: https://github.com/Slicer/Slicer/commit/3ce46788cde6d74167cd5bb7639855dc1e59401e Custom applications can either disable application updates or set a different default update server URL.

when implementing `set(Slicer_DEFAULT_HOME_MODULE "DICOM")` in the toplevel CMAKE file the application fails to enter the DICOM module on startup, conversely if the module is set in `DefaultSettings.ini` the module correctly...

bug

When running the first configure (and during the subsequent build) checkouts from git repositories fail with `unsafe respository ( ) is owned by someone else` This did not occur on...

The scripted module tests crash for custom app, also confirmed to be the case with the template without anything additional. This happens using the latest master, on Windows 10 with...

I have observed this is multiple custom app. When loading STLs in the Add Data dialog, the default option is as a segmentation. Example affected app (AevaSlicer): https://data.kitware.com/#collection/5e387f9caf2e2eed3562242e/folder/5e3888e3af2e2eed35628e50

When trying to use a lower case starting letter, cookiecutter appears to store it internally as uppercase ```` $ cookiecutter gh:KitwareMedical/SlicerCustomAppTemplate You've downloaded C:\Users\sam.horvath\.cookiecutters\SlicerCustomAppTemplate be fore. Is it okay to...

* Long names generate too long paths in packaging directory on windows. * The default name is long enough to trigger this with a non release (dated) package name. *...

The Build.md file specifies the build process for Windows OS, Is there a version for building in Linux ?

Related pull requests and issues: * https://github.com/Slicer/Slicer/pull/6913 * https://github.com/Slicer/Slicer/issues/7171

The following code should be updated: https://github.com/KitwareMedical/SlicerCustomAppTemplate/blob/05e842938f1e9c15f53a13b454efa124958aede6/%7B%7Bcookiecutter.project_name%7D%7D/CMakeLists.txt#L18 To have the following: Before: ``` GIT_TAG b0b9be57cb7d1a1e462143ec74e3d37d271d114d ``` After: ``` GIT_TAG b0b9be57cb7d1a1e462143ec74e3d37d271d114d # 2023-03.04 ```