Cleanup: use new accessors to blendfile path (Main.name).
This commit is contained in:
@@ -1335,7 +1335,7 @@ ID *WM_operator_drop_load_path(struct bContext *C, wmOperator *op, const short i
|
||||
if (is_relative_path ) {
|
||||
if (exists == false) {
|
||||
if (idcode == ID_IM) {
|
||||
BLI_path_rel(((Image *)id)->name, bmain->name);
|
||||
BLI_path_rel(((Image *)id)->name, BKE_main_blendfile_path(bmain));
|
||||
}
|
||||
else {
|
||||
BLI_assert(0);
|
||||
|
Reference in New Issue
Block a user