You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Batch publishing in traypublisher did find context of created instances based on asset name in OpenPype. That is not possible in AYON where folder path is source of truth.
The logic should be validated. It probably does work now only if there are no folder entities with duplicated name.
Expected Behavior:
it should work
Version
1.0.0
What platform you are running on?
Windows
Steps To Reproduce:
..
Are there any labels you wish to add?
I have added the relevant labels to the bug report.
Relevant log output:
No response
Additional context:
I jumped into the creator and brought the piece of code that keep failing.
fromayon_core.hosts.traypublisher.batch_parsingimport (
get_folder_entity_from_filename
)
importrefile_name="example"# file name without the extenstion.project_name="Robo"version_regex=re.compile(r"^(.+)_v([0-9]+)$")
result=get_folder_entity_from_filename(project_name, file_name, version_regex)
print(result)
Is there an existing issue for this?
Current Behavior:
Batch publishing in traypublisher did find context of created instances based on asset name in OpenPype. That is not possible in AYON where folder path is source of truth.
client/ayon_core/hosts/traypublisher/plugins/create/create_movie_batch.py
client/ayon_core/hosts/traypublisher/batch_parsing.py
The logic should be validated. It probably does work now only if there are no folder entities with duplicated name.
Expected Behavior:
it should work
Version
1.0.0
What platform you are running on?
Windows
Steps To Reproduce:
..
Are there any labels you wish to add?
Relevant log output:
No response
Additional context:
I jumped into the creator and brought the piece of code that keep failing.
[cuID:AY-3669]
The text was updated successfully, but these errors were encountered: