Tagged: export
- This topic has 8 replies, 4 voices, and was last updated 1 year, 11 months ago by junglist.
-
AuthorPosts
-
2022-12-02 at 6:33 am #58793junglistCustomer
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.2022-12-02 at 6:42 am #58795Mikhail LuzyaninStaffAll 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.
2022-12-02 at 8:23 am #58796kdvParticipantmust 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 coding. 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 the meaning at all.
2022-12-02 at 10:51 am #58798Mikhail LuzyaninStaffUnfortunally tiling not supportedm but AO must work. It works fine inur GLTF compat scenes.
Co-founder and lead graphics specialist at Soft8Soft.
2022-12-02 at 11:51 am #58800kdvParticipantPython: 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 ))) butemissiveIntensity
isn’t. It’s exported as 1.Puzzles and JS coding. 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 the meaning at all.
2022-12-02 at 12:28 pm #58801Alexander KovelenovStaff2022-12-02 at 12:30 pm #58802kdvParticipantNope, 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 coding. 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 the meaning at all.
2022-12-02 at 1:07 pm #58803Alexander KovelenovStaff2022-12-02 at 1:44 pm #58804junglistCustomerThank you, with newer Version seems to work
-
AuthorPosts
- You must be logged in to reply to this topic.