Open robin-ynput opened 3 months ago
Note, from the work I've done on Resolve. It looks like a simple instance.data["integrate"] = False
might be solution here.
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
It seems that this had been already implemented via this PR https://github.com/ynput/ayon-traypublisher/pull/12/files#diff-1e3df0c50f4abae18adefdc7ec6d59fed745cb0bcb251882f19ceedfc597d44bR135
Could you try @robin-ynput to publish it again in latest ayon-traypublisher release 0.2.6
.
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