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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user