fix for mistake in case insensitive image load.
This commit is contained in:
@@ -89,7 +89,7 @@ def load_image(imagepath,
|
|||||||
|
|
||||||
for filepath_test in variants:
|
for filepath_test in variants:
|
||||||
if ncase_cmp:
|
if ncase_cmp:
|
||||||
ncase_variants = filepath_test, bpy.path.resolve_ncase(filepath)
|
ncase_variants = filepath_test, bpy.path.resolve_ncase(filepath_test)
|
||||||
else:
|
else:
|
||||||
ncase_variants = (filepath_test, )
|
ncase_variants = (filepath_test, )
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user