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

Bug report: was following "Create Simple VRM" tutorial, could not export a default cube #648

Open
Vakazm opened this issue Nov 21, 2024 · 2 comments

Comments

@Vakazm
Copy link

Vakazm commented Nov 21, 2024

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

image

Desktop (please complete the following information)

  • OS: Windows 11
  • Blender 4.3.0
  • Addon Version 2.28.0, 2.28.1, 2.29.0

Additional context

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)
@saturday06
Copy link
Owner

Thanks for your report!

The bug has been fixed in the latest version 2.30.0 just released. Please try it.

@Vakazm
Copy link
Author

Vakazm commented Nov 22, 2024

Thank you, it works now!

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

No branches or pull requests

2 participants