Skip to content
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

can't import #1

Open
Xephobia opened this issue May 4, 2020 · 7 comments
Open

can't import #1

Xephobia opened this issue May 4, 2020 · 7 comments

Comments

@Xephobia
Copy link

Xephobia commented May 4, 2020

getting this in log, using blender 2.82

Traceback (most recent call last):
File "C:\Users\xeph\Desktop\app\blender-2.82a-windows64\scripts\addons\io_pragma_engine_init_.py", line 54, in execute
import_model(str(directory / file.name))
File "C:\Users\xeph\Desktop\app\blender-2.82a-windows64\scripts\addons\io_pragma_engine\model_import.py", line 203, in import_model
model.from_file(reader)
File "C:\Users\xeph\Desktop\app\blender-2.82a-windows64\scripts\addons\io_pragma_engine\PyPragma\wmd\wmd_file.py", line 83, in from_file
assert 24 < self.version <= MAX_SUPPORTED_VERSION, f"Unsupported model version {self.version}!"
AssertionError: Unsupported model version 20!

location: :-1

@REDxEYE
Copy link
Owner

REDxEYE commented May 4, 2020

Error says everything you need to know

@REDxEYE
Copy link
Owner

REDxEYE commented May 4, 2020

Models V20 aren't supported and won't be in future

@Xephobia
Copy link
Author

Xephobia commented May 4, 2020

how i can convert vmd version?

@REDxEYE
Copy link
Owner

REDxEYE commented May 4, 2020

re-import model from sources with more up-to-date pragma

@Xephobia
Copy link
Author

Xephobia commented May 4, 2020

i used the standalone version

@REDxEYE
Copy link
Owner

REDxEYE commented May 4, 2020

Use steam version

@Xephobia
Copy link
Author

Xephobia commented May 4, 2020

i can't because all steam keys are taken

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants