mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
added second function get_subset_name_with_asset_doc to be able get subset name
This commit is contained in:
parent
4598908382
commit
0f6145f0a6
2 changed files with 115 additions and 22 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue