We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Export to gltf

Home Forums Puzzles Export to gltf

Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #58793
    junglist
    Customer

    Hello everyone,

    I was wondering, is it possible to export (download) your altered object with texture materials?

    I’ve used puzzle to download>export_to_gltf puzzle, but I get only white material in object after I open it in 3D Viewer.

    Does anyone know how to fix it, or can explain me what I’m doing wrong.

    Thank you.

    Attachments:
    You must be logged in to view attached files.
    #58795

    All materials must be gltf2.0-compatible to export them to gltf from app. Look at this part of doc.

    Co-founder and lead graphics specialist at Soft8Soft.

    #58796
    kdv
    Participant

    must be gltf2.0-compatible

    please, make them really glTF 2.0 compatible in your add-on exporter ))) they don’t even support tiling and AO…

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #58798

    Unfortunally tiling not supportedm but AO must work. It works fine inur GLTF compat scenes.

    Co-founder and lead graphics specialist at Soft8Soft.

    #58800
    kdv
    Participant
    Python: Traceback (most recent call last):
      File "...\Blender\2.92\scripts\addons\verge3d\gltf2_get.py", line 123, in getTextureIndexNode
        if isinstance(fromNode, bpy.types.ShaderNodeSeparateColor):
    AttributeError: 'RNA_Types' object has no attribute 'ShaderNodeSeparateColor'
    
    location: F:\Programs\Blender\2.92\scripts\modules\bpy\ops.py:132
    
    location: <unknown location>:-1

    Smth wrong with the exporter. It cannot export the farmer from the AR demo and models from the load/unload demo (with gltf 2.0 compatible materials). Even the newly dowloaded blue helmet from PBR demo is not exported. The same error.

    gltf2_get.py 4.2.0 pre1 works fine. And yes, AO is supported ))) but emissiveIntensity isn’t. It’s exported as 1.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #58801

    Hi, it appears to be a compatibility issue with older Blenders. Please update to recent Blender v3.3 to check if if works fine. Meanwhile we’re going to make this issue a priority task.

    Soft8Soft Tech Chief
    X | FB | LinkedIn

    #58802
    kdv
    Participant

    Nope, I’ve just replaced with gltf2_get.py from 420pre1 and now it’s OK. Win7 doesn’t support Blender 2.93+ )))

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #58803

    I see! Fixing it now :)

    Soft8Soft Tech Chief
    X | FB | LinkedIn

    #58804
    junglist
    Customer

    Thank you, with newer Version seems to work :good:

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.