-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression: Relative paths are not resolved in 2.1.3 #200
Comments
This will be fixed, one note though: this only occurs if you specify the input path as an absolute path. So for example: COLLADA2GLTF-bin.exe pathTo/model.dae will convert correctly. This also only occurs on windows by the looks of things. edit: Correction - this was the case in wine - but this also appears to break on relative paths on a real windows machine. |
This should be fixed in #202 |
@lasalvavida Thank you, I will try it if I can download Win64 build :) |
Resolved in 2.1.4 |
I have two files:
In model.dae, we have:
and COLLADA2GLTF-v2.1.3-windows-Release-x64 shows the error like this:
COLLADA2GLTF-v2.1.2-windows-Release-x64 worked without this issue:
The text was updated successfully, but these errors were encountered: