Internal module for Nuke's localization functionality.
Clears unused files in the localization folder
|
clearUnusedFiles(pathPrefix= "",
olderThan= None)
@param pathPrefix Only clear files within this path. |
|
|
Update all localized files currently in use in Nuke
|
|
Update all on-demand localized files
|
|
Update all localized files used by nodes that are currently selected
|
|
Check if localization is paused
|
|
gets the percentage of localization completed.
|
|
gets paths of files which are currently localized
|
localizedPaths()
Returns:
List of strings containing file paths of localized paths |
|
|
gets the current localization system mode
|
mode()
@return string 'on', 'off' or 'manual' |
|
|
Pause the localization background thread if it was running
|
|
Resume the localization background thread if it was paused
|
|
sets the localization system mode
|
|