nuke.localization.addFileCallback
- nuke.localization.addFileCallback(callback) Adds a callback for file localization events.
- Parameters
callback – is a python callable object with arguments for path and event. See nuke.localization.FileEvent for possible file events.
Usage Example:
nuke.localization.addFileCallback( myCallback ) # Do some localization and process callbacks, when finished call: nuke.localization.removeFileCallback( myCallback )