Allow integrator to take repre files with a single file as string instead of list#1839
Conversation
…f yes, we need to convert it to string type
|
I do remember we were discussing this and the result was that we should not allow this and we should fix the source of the issue instead. Or am I wrong? Do you remember @BigRoy ? |
You are not wrong - but it was for the initial hotfix for a particular case which was fixed here: #1836 However, long-term I believe we do want to 'simplify' things if we can. The question was more, that if we provide a single file in a list, whether we should still assume it to be a sequence (or 1 frame?) by the fact of it being a list or should we enforce it to be a frame-less file (as this PR would make it do; but that's also what the Anyway, we held off from allowing this fix initially due to the worry of edge cases it may somehow affect. But if we can reasonable avoid having to make it a This 'issue' though describes that single frame in Anyway, main question is:
|
|
I agree with the questions, but as you said this PR is not handling that and the question is out of scope of this PR (and the source issue) -> this is not the right place to ask the questions. |
|
But this will break single frame sequences, right? I think we should communicate it somehow if that is the solution (even temporary one) |
…-take-repre-files-with-single-file-as-a-List-#1777
…-take-repre-files-with-single-file-as-a-List-#1777
|
I am not sure if this is related but there might be also case where single frames with slates will need to be published. It might be really rare use case. And it will in fact become two frame sequence. |
Changelog Description
This PR is to allow integrator to take repre files with a single file as string instead of list
Fix #1836
Additional info
Marked it as draft for the discussion.
Testing notes: