Elektrine lite

← Feed

@IceWolf@masto.brightfur.net

Post #1662180

2026-04-17 11:02 UTC

@foxyoreos oh is this "make an EXISTING reference layer screen-relative"? definitely just save the original non-screen-relative transform then. Even when pinned during save. Ideally not reverse transformed from the screen relative one because that's a really good way to get rounding errors and those sound like hell.

Replies (1)

  • @foxyoreos@gulp.cafe 2026-04-17 11:10

    @IceWolf more granular. My use of "layer" is deceptive, I just am being bad at explaining because I've been reading too much code :3 This is to pin individual reference images (not all of them, and not by default). Internally krita has a singular reference images layer per document. But that's just where they get stored. I won't be touching that except to add the method calls into its render method. This is a per-shape thing :3

    Open ##1662181