Fix #109561: Overwrite existing imagepath based on relativepath property #109815

Merged
Pratik Borhade merged 5 commits from PratikPB2123/blender:109561-overrite-image-path into main 2023-09-02 07:20:01 +02:00

5 Commits

Author SHA1 Message Date
c2e58e6951 Remove unused variable 2023-09-01 17:08:39 +05:30
96c3d85a60 Merge branch 'main' into 109561-overrite-image-path 2023-09-01 16:56:41 +05:30
c50d6ea4c7 Remove is_relative_path
This is not needed. range->filepath is correctly set to absoulte/relative.
range->filepath is also passed in `BKE_image_load_exists_ex` to assign path
to non-exiting image.
2023-09-01 15:26:25 +05:30
0ae0039006 Merge branch 'main' into 109561-overrite-image-path
Fixed merge conflicts
2023-08-22 14:55:24 +05:30
29db26024b Fix #109561: Overwrite existing imagepath based on relativepath property
Update the filepath of an image when it already exists in the main
storage. This is useful when relative_path property is changed and we
attempt to open the same image file again.
2023-07-07 15:37:07 +05:30