@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…
Sorry - clicked the close issue button by mistake!
@lichtwerk Amazing, thank you for any help.
@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…
@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…
@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…
@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…
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…
@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…