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
I'm not sure about this one, are the integrating tasks relevant when simply creating a shot ?
Expected Behavior:
The current behavior properly detects and creates the sequence/shots properly, but I'm not sure what's the purpose of the Integrate Asset tasks afterwards.
Version
1.0.0
What platform you are running on?
Windows
Steps To Reproduce:
Create a Folder and a Task under a project
Open AYON traypublisher and select Editorial Simple
Use a simple .edl and media to trigger the creation
Run the publish
Are there any labels you wish to add?
I have added the relevant labels to the bug report.
Relevant log output:
Traceback (most recent call last):
File "C:\Users\robin\AppData\Local\Ynput\AYON\dependency_packages\ayon_2406251801_windows.zip\dependencies\pyblish\plugin.py", line 528, in __explicit_process
runner(*args)
File "C:\Users\robin\OneDrive\Bureau\dev_ayon\dev\ayon-core\client\ayon_core\plugins\publish\integrate.py", line 144, in process
filtered_repres = self.filter_representations(instance)
File "C:\Users\robin\OneDrive\Bureau\dev_ayon\dev\ayon-core\client\ayon_core\plugins\publish\integrate.py", line 181, in filter_representations
raise KnownPublishError(
ayon_core.pipeline.publish.publish_plugins.KnownPublishError: Instance shot has no representations to integrate
Additional context:
Addon Versions
ayon_core - 0.4.4
ayon-traypublisher - 0.2.6
The text was updated successfully, but these errors were encountered:
Note, from the work I've done on Resolve. It looks like a simple instance.data["integrate"] = False might be solution here.
That sounds about right, yes.
I suppose you want these publish instances to solely exist for the "creation" of the folder (and/or task) entities? In that case, this sounds like the easiest approach. Yes.
Bonus points for adding a comment above the line of code that sets instance.data["integrate"] = False
For example:
# We do not want to integrate any products for this instance. # The instance is only used to generate new folder entities for# the shots.instance.data["integrate"] =False
Is there an existing issue for this?
Current Behavior:
When publishing via Tray Publisher "Editorial Simple" to create new shots it errors with the This is not your fault error.
Here's the log:
publish-report-240820-13-44.json
Which shows error:
Expected Behavior:
I'm not sure about this one, are the integrating tasks relevant when simply creating a shot ?
Expected Behavior:
The current behavior properly detects and creates the sequence/shots properly, but I'm not sure what's the purpose of the
Integrate Asset
tasks afterwards.Version
1.0.0
What platform you are running on?
Windows
Steps To Reproduce:
Editorial Simple
Are there any labels you wish to add?
Relevant log output:
Additional context:
Addon Versions
ayon_core - 0.4.4
ayon-traypublisher - 0.2.6
The text was updated successfully, but these errors were encountered: