RNA: ImageUser path: Add generic 'unresovled' for Screen-owned cases.

E.g. the Image editor can have such an ImageUser data. Ref. #122163.
This commit is contained in:
Bastien Montagne
2024-05-24 14:37:23 +02:00
parent 5bf160818f
commit b8a8a97440

View File

@@ -276,6 +276,8 @@ static std::optional<std::string> rna_ImageUser_path(const PointerRNA *ptr)
return rna_Node_ImageUser_path(ptr);
case ID_CA:
return rna_CameraBackgroundImage_image_or_movieclip_user_path(ptr);
case ID_SCR:
return " ... image_user";
default:
break;
}