silverslade / aframe_blender_exporter

Blender Exporter for A-Frame VR
MIT License
103 stars 17 forks source link

Problem with export #16

Closed athamour1 closed 1 year ago

athamour1 commented 2 years ago

Problem with export

I am using blender 2.8.3(with Python version 3.7.4), version 8 of the addon, and the Manjaro-Gnome os with 5.26 kernel .(i also have tried newer versions and version 7 of the addon, and every time I have the same result). Also, I don't use the pre-baked lighting and my settings for the export are the defaults except for the export directory. image Also, i don't know if this is relevant but when I was trying to import the gltf model inside the aframe entity i was getting an error about custom UV lighting and that why i tried to use this addon.

silverslade commented 2 years ago

Hi! The latest exporter version is tested on blender 3.0 or above. Your issues seems to be related to the version of the gltf exporter. Please check out it, this should be GLTF 2.0 (since version 1.7.33 or above)

immagine

elolelo commented 2 years ago
Screenshot 2022-09-18 at 21 04 56

Hi,

I am on mac running the 3.3.0 version of blender and getting a similar error. I am new to blender, I am not sure if there is anything I am doing wrong to get the error. I can't export to aframe. I was following this tutorial but failed to continue after not being able to export to aframe. I'd appreciate suggestions on how to make this error go away.

AsciiSmoke commented 2 years ago

I too am new to both Blender and A-Frame. I'm seeing the same error as OP. I have glTF 2.0 format and the A-Frame exporter enabled and I'm running Blender 3.3 on Windows 10. I've also installed the latest python release.

I was previously running Blender from Steam (installed via the Steam store). I've tried removing and installing the program directly from Blender's website just in case there was some permission issue with the Steam version.

Screenshot 2022-09-23 124540

Also, if I click 'Start Serving', then click 'Open Preview', I get a directory listing page, image

In case it helps, the View3D viewport window seems to permanently say 'exporting...' even before you click export. image

silverslade commented 1 year ago

Check the latest version