The functionality of being able to open a .nif directly from the command line with options for running on the background and screenshotting would allow for using nifskope as a .nif thumbnailer on Linux
I currently do something similar with Blender, the NIF tools plugin and a Python script: blender --background --python script.py -- %i %o %s. It works but lacks textures and is relatively slow
The functionality of being able to open a
.nifdirectly from the command line with options for running on the background and screenshotting would allow for using nifskope as a.nifthumbnailer on LinuxI currently do something similar with Blender, the NIF tools plugin and a Python script:
blender --background --python script.py -- %i %o %s. It works but lacks textures and is relatively slow