openpypeline.app.nuke.file package

Submodules

openpypeline.app.nuke.file.file module

File: file.py Description: Nuke-specific file handling operations for openPypeline Studio.

This module is dynamically loaded by opsEngine when Nuke is detected.

openpypeline.app.nuke.file.file.open(filepath)[source]

Opens a Nuke script (.nk) given the filepath.

openpypeline.app.nuke.file.file.save()[source]

Saves the current Nuke script.

openpypeline.app.nuke.file.file.new_file()[source]

Creates a new empty script.

openpypeline.app.nuke.file.file.save_as(filepath, file_type=None)[source]

Saves the script to a new path.

openpypeline.app.nuke.file.file.export_file(filepath, file_type=None, selected=False)[source]

Exports the current script or selection.

Module contents