diff --git a/openpype/api.py b/openpype/api.py index e4bbb104a3..a6529202ff 100644 --- a/openpype/api.py +++ b/openpype/api.py @@ -17,6 +17,7 @@ from .lib import ( version_up, get_asset, get_hierarchy, + get_workdir_data, get_version_from_path, get_last_version_from_path, get_app_environments_for_context, diff --git a/openpype/lib/avalon_context.py b/openpype/lib/avalon_context.py index dd9e8b2ab8..372e116f43 100644 --- a/openpype/lib/avalon_context.py +++ b/openpype/lib/avalon_context.py @@ -465,6 +465,7 @@ def get_workfile_template_key( return default +# TODO rename function as is not just "work" specific def get_workdir_data(project_doc, asset_doc, task_name, host_name): """Prepare data for workdir template filling from entered information.