Merge branch 'blender-v4.5-release'
This commit is contained in:
commit
f1b4b689dc
@ -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',
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user