Post #1662174
2026-04-17 11:00 UTC
@foxyoreos I mean if you do the transform on open it shouldn't be a problem right? ...at least I'm assuming this is a type of layer you just want pinned to screen at all times?
I don't want spurious stuff depending on zoom/pan in the file at ALL, I already don't like the existence of random UUIDs and "layer4" naming that doesn't match the layer names, but those at least don't randomly change on you depending on where you were looking when you hit save
Replies (1)
-
@foxyoreos@gulp.cafe 2026-04-17 11:04
@IceWolf I'm not sure I follow. The very naive way I'm going to handle this is to save everything and just see what happens. I'm planning to store two new pieces of information: a boolean "pinned" and a QTransform object that only gets used when "pinned" is true. I won't be referencing any layers or anything like that.