petrbroz / svf-utils

Utilities for working with the SVF file format used by Autodesk Platform Services.
https://petrbroz.github.io/svf-utils/
MIT License
123 stars 53 forks source link

SVF2 support #39

Closed geirbi closed 1 year ago

geirbi commented 2 years ago

Hello, Is there a way to use this to convert SVF2 derivatives? Or do you have any plans to add support for it? I know there's some code for converting OTG, but I have not been able to use it for SVF2, and according to this comment it needs more work.

Anyway, thanks for a nice tool!

petrbroz commented 2 years ago

Hi there, thanks! You're right - at the moment this library only has an experimental support for the OTG format (which is kind of like SVF2 but not entirely). I am thinking about adding SVF2 support at some point but cannot give any estimate on when that would happen.

In the meantime, let me track this as a feature request so that other people can comment/vote here as well.

petrbroz commented 1 year ago

Unfortunately I'll need to close this as "won't implement". Technically it would be possible to retrieve and parse SVF2 assets but according to the legal T&C only SVF(1) assets can be downloaded for offline use, converted to other formats, etc. SVF2 assets must always be streamed from Autodesk servers.