openpypeline.app.houdini.file package

Submodules

openpypeline.app.houdini.file.file module

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

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

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

Opens a Houdini scene file (.hip, .hiplc, .hipnc) given the filepath.

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

Saves the current Houdini scene.

openpypeline.app.houdini.file.file.import_file(filepath)[source]

Merges a Houdini scene into the current scene.

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

Creates a new empty scene.

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

Saves the scene to a new path.

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

Exports the current scene or selection.

Module contents