Files
test2/source/blender/blenkernel/intern
Philipp Oeser 3d60209d3d Add an optional "frame" & "tile_index" argument to Image.scale()
`BKE_image_scale` -- which is only used for the python API -- was
getting the `ImBuf` without providing an `ImageUser`.
This is fine, but always gets the first tile (and the current frame for sequences).

To resolve this, add an optional "frame" & "tile_index" argument so these can be specified explicitly (similar to layer_index and pass_index already used for some other API functions).

Fixes #117539 : Scaling UDIM images via Image.scale() only scales one tile

Pull Request: https://projects.blender.org/blender/blender/pulls/117549
2024-02-01 17:28:38 +01:00
..
2024-01-30 14:42:13 -05:00
2024-01-30 05:08:23 +01:00
2024-01-24 10:55:16 -05:00
2024-01-19 14:32:28 +01:00
2024-01-31 22:01:30 -05:00
2024-01-30 14:42:13 -05:00
2024-01-24 10:55:16 -05:00
2024-01-30 14:42:13 -05:00
2024-01-31 17:45:59 +01:00
2024-01-30 14:42:13 -05:00
2024-01-30 14:42:13 -05:00
2024-01-30 14:42:13 -05:00
2024-01-15 12:44:14 -05:00
2024-01-24 10:55:16 -05:00
2024-01-29 19:04:13 -05:00
2024-01-03 13:38:14 +01:00
2024-01-15 12:44:14 -05:00
2024-01-19 20:29:38 +01:00
2024-01-31 14:04:56 -05:00
2024-01-27 00:22:49 +01:00
2024-01-30 14:42:13 -05:00
2024-01-29 19:04:13 -05:00
2024-01-24 10:55:16 -05:00
2024-01-30 14:42:13 -05:00
2024-01-30 14:42:13 -05:00
2024-01-03 13:38:14 +01:00
2024-01-30 14:42:13 -05:00
2024-01-26 12:40:01 +01:00
2024-01-30 14:42:13 -05:00
2024-01-19 20:29:38 +01:00
2024-01-30 14:42:13 -05:00
2024-01-30 14:42:13 -05:00
2024-01-19 14:32:28 +01:00
2024-01-19 14:32:28 +01:00
2024-01-24 10:55:16 -05:00
2024-01-29 19:04:13 -05:00
2024-01-30 14:42:13 -05:00
2024-01-19 14:32:28 +01:00
2024-01-30 14:42:13 -05:00
2024-01-15 18:04:38 +11:00
2024-02-01 10:40:30 -05:00