bugfix [#23739] # (hash) character can't be used in image filenames
images would convert hashes to numbers on load but it didnt update properly and this is what image sequences is for.
This commit is contained in:
@@ -1777,8 +1777,6 @@ static ImBuf *image_load_image_file(Image *ima, ImageUser *iuser, int cfra)
|
||||
else
|
||||
BLI_path_abs(str, G.sce);
|
||||
|
||||
BLI_path_frame(str, cfra, 0);
|
||||
|
||||
/* read ibuf */
|
||||
ibuf = IMB_loadiffname(str, flag);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user