Module import_nif
[hide private]
[frames] | no frames]

Module import_nif

source code

Name: 'NetImmerse/Gamebryo (.nif & .kf & .egm)' Blender: 245 Group: 'Import' Tip: 'Import NIF File Format (.nif & .kf & .egm)'


Version: 2.5.0

Author: The NifTools team, http://niftools.sourceforge.net/

Classes [hide private]
  NifImportError
A simple custom exception class for import errors.
  NifImport
A class which bundles the main import function along with all helper functions and data shared between these functions.
Functions [hide private]
 
config_callback(**config)
Called when config script is done.
source code
 
fileselect_callback(filename)
Called once file is selected.
source code
Variables [hide private]
  __url__ = ('blender', 'elysiun', 'http://niftools.sourceforge....
  __bpydoc__ = 'This script imports Netimmerse and Gamebryo .NIF...
  __package__ = None
Function Details [hide private]

config_callback(**config)

source code 

Called when config script is done. Starts and times import.

fileselect_callback(filename)

source code 

Called once file is selected. Starts config GUI.


Variables Details [hide private]

__url__

Value:
('blender', 'elysiun', 'http://niftools.sourceforge.net/')

__bpydoc__

Value:
'''This script imports Netimmerse and Gamebryo .NIF files to Blender.
'''