LocaliseThreaded

This makes the built in localisation of files threaded for background processing

Updated: 19 January 2016

Author: frank

Compatible Nuke versions: 7.0 or later

Compatibility: Linux, Mac, Windows

v1.5 - fixed bug where ReadGeo nodes were not localised


 

v1.4 - adds proxy support


v1.3 - fixed a bug with Read nodes set to 'start at' or 'offset'


v1.2 - fixed a bug with one of hte logger commands (thanks Mitja for reporting it)


v1.1 - fixed bug triggered by multiple slashes in themiddle of the filre path. Added logger


LocaliseThreaded is a helper script that casues the built in localisation feature to be happening in one or more extra threads, meaning localisation can:

  • be optimised to use multiple threads (the effect of this will depend on your setup)
  • run in the background. Which means you can keep working while the localisation is happening

To activate this feature, place the file in your NUKE_PATH and add the following to your menu.py:

 

import LocaliseThreaded
LocaliseThreaded.register()

 

This will cause the built in localisation to use the custom process, the workflow remains as outlined in the docs.

 

Sign in or register to download or rate.