Hi,
I am having a simple scene where I have a plane with an image sequence. The imageFile hast the following notation: $JOB/tex/bg_plate/bg_plate.$F3.exr
(the file imageFile node gets a warning flag saying: Warning Cannot have channels which depend on time.)
Everything works as expected, when I render to mplay, the imageFile updates to the correct frame.
But if I write an USD File and batchrender only the same frame of the sequence is rendered. The $F3 seems to be ignored.
The warning comes only when the imageFile node is created and disapears after that …
Thx in advance.
(The attache hip file does not contain an image sequence)
> The warning comes only when the imageFile node is created and disapears after that.
Yes, this warning is a standard Houdini warning and was there for years (and not only for V-Ray nodes).
> The $F3 seems to be ignored.
It’s not ignored - I’m pretty sure Solaris expanded it into value while translating into USD (which is the correct behavior), that’s why it’s no longer animated.
Use V-Ray tag instead of expression (like <frame03>).
​
If you are using “Override Frame Number” then exporting to multiple usd files is the only option for now (or try disabling “Render All Frames With a Single Process” if enabled).
Without “Override Frame Number” enabled it should work for any cases.