API Documentation

The following documentation contains high-level overview of components and submodules. The sub-module documentation is generated automatically using Sphinx.

Contents:

User Interface

  • The user first activates the addon via File > User Preferences > Addons.
  • This triggers the register() function, which adds the NifImportUI and NifExportUI operators to the File > Import and File > Export menus.
  • These operators are integrated within the user interface, and their responsibility is to allow the user to configure the import and export properties.
  • They delegate the actual import and export to the NifImport and NifExport classes.

Indices and tables