I would like the ability to save a scene file as a v000 from the workfiles2 app.
Currently it sets the minimum version to be 1 however there are valid use cases for being able to run a v000 through the pipeline.
Is this something that could be fixed? I believe there are just two lines that implement this functionality…
If those were set to 0 instead of 1, that would allow us to start from a v000 instead of forcing a v001.
If anyone else has come across this, please let me know how you worked around it?