The convert mode doesn't have an “Output Filename” but now has an “Output File Path” and it seems the {inputfilename} variable doens't do it's job any longer
instead it creates files with literally {inputfilename} as the filename and with multiple files overwrites each one with the next one
I just tried my setup and it still works in H18.
Is there some new workflow with this node I am not aware of or is it a bug?
This syntax has been removed in the updated ImageMagick node for clarity and consistency with the rest of PDG. The recommended workflow now is to use regular PDG attributes. For this case, I would feed the input file into a File Pattern node with the “Extension in Filename Attribute” disabled (and setting the Pattern parameter to @pdg_input), and then wire the File Pattern into the ImageMagick node. You'll then be able to replace “{inputfilename}” with the @filename attribute.
I will add a note to the documentation about upgrading a scene from the 18.0 ImageMagick node to the 18.5 ImageMagick node.
If you're already using File Pattern to generate your work items, you shouldn't need anything additional. You'll just need to disable the “Extension in Filename Attribute” parameter.
BrandonA If you're already using File Pattern to generate your work items, you shouldn't need anything additional. You'll just need to disable the “Extension in Filename Attribute” parameter.
I still get @filename.png overwriting itself until all images are exported