Vitalii-2
  • Joined on 2023-12-24
Vitalii-2 commented on issue blender/blender#119348 2024-03-21 15:51:18 +01:00
Regression: Python: Objects loaded from blend files have default matrices before depsgraph update

Outside of python scripts that process object transforms before depsgraph update, the part of blender that relies on those matrices not being degenerate is bpy.ops.object.add_named() used to…

Vitalii-2 commented on issue blender/blender#119250 2024-03-13 14:29:53 +01:00
Regression: Python: World matrix for newly created objects is not identity

@HooglyBoogly This may have caused this error (pic below), I fixed it in 39f3ea4ab0

[c0f374ec3e3](https…

Vitalii-2 opened issue blender/blender#119348 2024-03-11 22:14:03 +01:00
Regrssion: Python: Objects loaded from blend files have default matrices before depsgraph update
Vitalii-2 commented on issue blender/blender#119250 2024-03-11 21:06:42 +01:00
Regression: Python: World matrix for newly created objects is not identity

while that does address issue for new objects. it doesn't address issue of objects loaded from blend files via python to have default matrices prior update (reported by first comment), which…

Vitalii-2 commented on issue blender/blender#119250 2024-03-10 18:34:41 +01:00
Regression: Python: World matrix for newly created objects is not identity

I can confirm that git bisect shows that 1c0f374ec3e3 is the first bad commit.

so what I understood from commit's description is that blender no longer updates object matrices outside of…

Vitalii-2 opened issue blender/blender#119250 2024-03-09 14:21:01 +01:00
Regression, Python: world matrix for newly created objects is not identity
Vitalii-2 commented on issue blender/blender#116506 2023-12-26 21:34:03 +01:00
Crash when Redo an operator that calls 'context.copy()'

here is a video of the crash using daily 4.0.3. the crash happens on second redo, when the panel is brought up via hotkey (F9).

Vitalii-2 opened issue blender/blender#116506 2023-12-24 09:46:42 +01:00
context.copy()