Difference between revisions of "Documentation/Nightly/SlicerApplication/ExtensionsManager"

From Slicer Wiki
Jump to: navigation, search
Line 25: Line 25:
  
 
== Installing an extension without network connection ==
 
== Installing an extension without network connection ==
 
== Installing an extension ==
 
  
 
<gallery widths=230px heights=230px perrow=4>
 
<gallery widths=230px heights=230px perrow=4>

Revision as of 17:15, 23 July 2014

Home < Documentation < Nightly < SlicerApplication < ExtensionsManager


For the latest Slicer documentation, visit the read-the-docs.


3D Slicer now supports plug-ins which we call extensions. Extensions are available from an extension server. This allows end-users to select the extensions useful to them, without having to download the entire extension archive.

Extensions Manager

Extension Manager.png

Prerequisites

ExtensionsManager must be enabled in the Application Settings (menu item "Edit -> Application Settings -> Extensions"). If you changed the setting, Slicer has to be restarted for it to become effective. Enable ExtensionsManager

Installing an extension

Installing an extension without network connection

Uninstalling an extension

Disabling an extension

Incompatible extensions

Caveat: Considering that installed extensions are common to all Slicer version installed by a given user and that an extension is specific to a given revision of Slicer, it's currently not possible to have working extension installed for multiple version of Slicer. The issues has been reported as #1958 and is currently targeted for 4.2.0 release.

Extensions Manager Settings

Extensions settings

  1. Extensions server URL: Address of the server used to download and install extensions
  2. Extensions installation path: Directory where extension packages should be extracted and installed

Module settings

  1. After installing an extension, the directories containing the modules bundled within an extension will be visible as additional module paths.
  2. Modules associated with an extension can also be disabled one by one.

Launcher settings

Whereas the module path is used to indicate Slicer where to look to load additional modules, the extension manager also takes care of updating the LibraryPaths / Paths / EnvironmentVariables in the launcher settings so that libraries associated with modules can be successfully loaded.



This page has been moved to read-the-docs.