Sorry, yet more questions.
I’d like to be able to import pictures and paint them onto the canvas, centered. I import into a texture using, but then neither crop and fill nor fill works, as both change either the dimensions of the picture or the dimensions of the canvas.
My current planned solution is to put each image onto a one poly plane of appropriate size, and then drop that onto the canvas when necessary. However, this necessitates marking the current model before the drop, then restoring the marker aftwords, an additional complexity I’d prefer to avoid if possible. I’m also not sure of the time penalty involved; the models being restored could be very high res.
As always, many thanks for any suggestions,
Ken