Feature Request: Keep image names #682
enesaltinkaya
started this conversation in
General
Replies: 1 comment 7 replies
-
Just to double check, are you interested in both keeping the names and keeping the unreferenced named images? The former I can just do unconditionally if the names are useful for your application. The latter would indeed require a separate option. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Blender has a new features regarding images while exporting GLTF/GLB;
When using this feature, one needs to know names to be able to distinguish between images.
Similar to -kn can we have a -kin "keep image names" for example?
The second image below named "test_Albedo" is not connected to any materials. Both images are packed in .blend file.
This could be useful when one wants to carry over additinonal images with glb, like heightmaps/bump maps.
And once again thanks a lot for this awesome library!
before

after

Beta Was this translation helpful? Give feedback.
All reactions