glTF-Blender-IO-EXT-mesh-gpu-instancing icon indicating copy to clipboard operation
glTF-Blender-IO-EXT-mesh-gpu-instancing copied to clipboard

3.6 support

Open samyH opened this issue 1 year ago • 1 comments

Hi,

I've been sent files built with 3.6 using geometry nodes - tried using your add-on, but it fails when trying to import:

from io_scene_gltf2.blender.exp import gltf2_blender_export_keys

I removed that line and the below:

# if not export_settings[gltf2_blender_export_keys.APPLY]: # return

which allowed me to install successfully, but no gpu instancing is mentioned on the output .glb file now :( any help in getting this up and running would be appreciated.

samyH avatar Jul 05 '23 10:07 samyH

same issue here, this appears to be the culprit: https://github.com/KhronosGroup/glTF-Blender-IO/commit/e63bb38e87832f18c22ff8cb76e779f179a32526

jrjdavidson avatar Sep 11 '23 03:09 jrjdavidson