added second function get_subset_name_with_asset_doc to be able get subset name

This commit is contained in:
iLLiCiTiT 2021-10-26 16:02:21 +02:00
parent 4598908382
commit 0f6145f0a6
2 changed files with 115 additions and 22 deletions

View file

@ -130,6 +130,7 @@ from .applications import (
from .plugin_tools import (
TaskNotSetError,
get_subset_name,
get_subset_name_with_asset_doc,
prepare_template_data,
filter_pyblish_plugins,
set_plugin_attributes_from_settings,
@ -249,6 +250,7 @@ __all__ = [
"TaskNotSetError",
"get_subset_name",
"get_subset_name_with_asset_doc",
"filter_pyblish_plugins",
"set_plugin_attributes_from_settings",
"source_hash",