Merge branch 'blender-v4.5-release'

This commit is contained in:
Julien Duroure 2025-06-06 09:27:23 +02:00
commit f1b4b689dc
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
bl_info = {
'name': 'glTF 2.0 format',
'author': 'Julien Duroure, Scurest, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin Schmithüsen, Jim Eckerlein, and many external contributors',
"version": (5, 0, 0),
"version": (5, 0, 1),
'blender': (4, 4, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',

View File

@ -230,7 +230,7 @@ def set_real_uri(image, export_settings):
start=export_settings['gltf_filedirectory'],
)
uri = path_to_uri(adj_name)
uri = path_to_uri(rel_path)
image.uri = uri