Closed MustafaJafar closed 12 hours ago
looking at the manifest, it seems like the frame always gets set to 0 and the output dir/file does not get resolved:
I just did some test.
This line of code seems to be the problem, if i disable the condition, the caches go through as expected. Do we know why that is in there? Maybe @iLLiCiTiT ?
I'm sorry, but I'm not familiar with houdini, would be question for @BigRoy or @antirotor .
Ah ok, I just tagged you because I saw your name in the code blame for this code
This line of code seems to be the problem, if i disable the condition, the caches go through as expected. Do we know why that is in there?
No idea - @MustafaJafar any idea why that might be there? If not, let's remove it - and then test the different cases.
I was checking https://github.com/ynput/ayon-deadline/pull/49 and this issue came to my mind.
No idea - @MustafaJafar any idea why that might be there? If not, let's remove it - and then test the different cases.
I think this most probably assumes that alembic is always generating a single file.
however, alembic nodes can generate file sequence if $F
token was used.
So, we need a more accurate condition.
Something similarly broken came up on community forum here: https://community.ynput.io/t/error-houdini-deadline-cache-submission/1987/4?u=bigroy
Not sure if 1:1 the same thing.
Something similarly broken came up on community forum here: https://community.ynput.io/t/error-houdini-deadline-cache-submission/1987/4?u=bigroy
Not sure if 1:1 the same thing.
The log in that post comes from an older Houdini addon, more info check https://github.com/ynput/ayon-houdini/commit/37a4e91b4a47eb02eb66dbcad3633f0a4d3b0fda
Is there an existing issue for this?
Current Behavior:
So, I've added
$F4
to my alembic rop output file to have a separate sequence of alembic files. It works as expected with local publishing However when submitting to farm I always get one file Although, I've set the frame per task to 1With Bgeo, it fails completely :(
Expected Behavior:
No response
Version
1.0.0
What platform you are running on?
Windows
Steps To Reproduce:
.$F4
token in output path) or Bgeo to farmAre there any labels you wish to add?
Relevant log output:
No response
Additional context:
No response
[cuID:AY-6230]