-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
Error says everything you need to know |
Models V20 aren't supported and won't be in future |
how i can convert vmd version? |
re-import model from sources with more up-to-date pragma |
i used the standalone version |
Use steam version |
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
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
The text was updated successfully, but these errors were encountered: