We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was following the tutorial for creating a simple VRM, but every time would get an error upon exporting.
Follow the "Create Simple VRM" tutorial with Blender 4.3.0
Managed to fix (?) it by commenting out lines 143 and 144 in external/io_scene_gltf2_support.py:
gltf2_io_debug = importlib.import_module("io_scene_gltf2.io.com.gltf2_io_debug") export_settings["log"] = gltf2_io_debug.Log(loglevel)
The text was updated successfully, but these errors were encountered:
Thanks for your report!
The bug has been fixed in the latest version 2.30.0 just released. Please try it.
Sorry, something went wrong.
Thank you, it works now!
No branches or pull requests
Describe the bug
I was following the tutorial for creating a simple VRM, but every time would get an error upon exporting.
To Reproduce
Follow the "Create Simple VRM" tutorial with Blender 4.3.0
Screenshots
Desktop (please complete the following information)
Additional context
Managed to fix (?) it by commenting out lines 143 and 144 in external/io_scene_gltf2_support.py:
The text was updated successfully, but these errors were encountered: