I`m trying to cache geometry with subsamples using houdini standard nodes(file cache, rop geometry etc). For example collision geometries with half frame substeps. Submitting works, but when job renders only integers frames are saved to disk. I looked into some python files and it seems currently frame is integer type only?
Expected result for AgentA_CollisionVdb_ver001_$FF.bgeo.sc :
It seems we have an internal ticket for this already. We’re blocked on the fact that Deadline itself isn’t able to track fractional frames itself. They’re whole integer numbers. It gets even more challenging when the frames are passed off to other tools like Draft or our Shotgun/FTrack/NIM integrations.
Would it be possible to work around this by changing the time base from say, 60 fps to 120 fps?
running 60/120 is a workaround. But unfortunately a costly one(timewise), prone to error, custom setups/adjustments,later retimings/renaming. Also many times one changes substeps trough the day. From 2 for testing, 4 for final etc, even more when penetrations occurs and need to be taken care of.
Change to FPS on shot is not a good solution for frequent adjustments, specially if thats a shot for multiple departments..., but its understandable that its a big one if whole deadline product is integer based.. Up to you if youre up for the task…
Well, yes, you can do that. But that will be a one machine job then right?. And underutilized one.
A was talking about possible solution that will be more like a “typical” render job with all the improvements Deadline can bring. Processed as multiple tasks, frames per task options, or concurent tasks. So user can have a option to utilize resources as he finds fit and multiple machines can process it. I for example have 64 thread workstation and for caching some tasks,that are single threaded use 16concurent tasks or other deadline features. And i love to used them with subframes too. It makes stuff 16x faster, no brainer. But right now, thats not possible for subframes, without major changes to the deadline system. Lets hope more users to request it
Yeah, that’s really how this is going to happen. We’ve had similar asks for C4D and Maya’s a special case where it natively supports 1/2 frames. That wouldn’t do much good if you wanted to divide frames by a different fraction.
I managed to solve the subframe issue by using PDG connected to deadline instead of the deadline plugin. the Deadline TOP node will handle all the subframes beautifully.