Lewis Toohey lewis2e
  • Joined on 2015-03-27
Lewis Toohey commented on issue blender/blender#117539 2024-01-26 15:21:51 +01:00
Scaling UDIM images via Image.scale() only scales one tile

@lichtwerk - Thank you for your attention on this.

I am not running from the Image Editor, unforutnately.

I have another part of my script that overrides the context to call `bpy.ops.image.t…

Lewis Toohey commented on issue blender/blender#117539 2024-01-26 14:43:06 +01:00
Scaling UDIM images via Image.scale() only scales one tile

Sorry - clicked the close issue button by mistake!

Lewis Toohey reopened issue blender/blender#117539 2024-01-26 14:42:40 +01:00
Scaling UDIM images via Image.scale() only scales one tile
Lewis Toohey closed issue blender/blender#117539 2024-01-26 14:42:29 +01:00
Scaling UDIM images via Image.scale() only scales one tile
Lewis Toohey commented on issue blender/blender#117539 2024-01-26 14:42:25 +01:00
Scaling UDIM images via Image.scale() only scales one tile

@lichtwerk Amazing, thank you for any help.

Lewis Toohey commented on issue blender/blender#117539 2024-01-26 14:35:06 +01:00
Scaling UDIM images via Image.scale() only scales one tile

@lichtwerk Thanks! - but yeah I've already tried this. I expected this to work, but it doesn't:

i=0
ts=len(img.tiles)
print(f"Num of tiles {ts}")
while i < ts:
    print(f"Working on…
Lewis Toohey opened issue blender/blender#117539 2024-01-26 11:32:46 +01:00
Scaling UDIM images does not work correctly
Lewis Toohey closed issue blender/blender#109529 2023-06-30 14:19:18 +02:00
New pack_islands operator causing crashes
Lewis Toohey commented on issue blender/blender#109529 2023-06-30 14:19:17 +02:00
New pack_islands operator causing crashes

@mod_moder You can probably close this based on the information in #109507. However, I've pointed out in that thread that - although the crash is fixed - the operator seems to have become…

Lewis Toohey commented on issue blender/blender#109529 2023-06-30 14:19:17 +02:00
New pack_islands operator causing crashes

@mod_moder You can probably close this based on the information in #109507. However, I've pointed out in that thread that - although the crash is fixed - the operator seems to have become…

Lewis Toohey commented on issue blender/blender#109529 2023-06-30 14:19:16 +02:00
New pack_islands operator causing crashes

@mod_moder You can probably close this based on the information in #109507. However, I've pointed out in that thread that - although the crash is fixed - the operator seems to have become…

Lewis Toohey commented on issue blender/blender#109507 2023-06-30 14:14:17 +02:00
Blender 3.6. Python. Crash after 'bpy.ops.uv.pack_islands()' execution. Silent pack API is required

Just commenting to say that, even in Blender 4.0, this operator seems to have become non-blocking. That will screw up a number of addon scripts.

I have been discussing it here - https://devtalk

Lewis Toohey commented on issue blender/blender#109529 2023-06-29 20:42:21 +02:00
New pack_islands operator causing crashes

@mod_moder you definitely might be right. My only concern is that the other report is talking only about an instant crash. That is part of my report, but my main issue is the crash that happens…

Lewis Toohey opened issue blender/blender#109529 2023-06-29 20:13:29 +02:00
New pack_islands operator causing crashes