Jacques Lucke JacquesLucke
  • Hennigsdorf near Berlin
  • Joined on 2013-11-18
Jacques Lucke pushed to main at blender/blender 2024-10-21 13:24:30 +02:00
cc202bbe1c Merge branch 'blender-v4.3-release'
f729d98fa4 Fix #129269: can't load images packed into the .blend file
Compare 2 commits »
Jacques Lucke closed issue blender/blender#129269 2024-10-21 13:24:28 +02:00
Can't load images packed into the blend file
Jacques Lucke pushed to blender-v4.3-release at blender/blender 2024-10-21 13:20:01 +02:00
f729d98fa4 Fix #129269: can't load images packed into the .blend file
Jacques Lucke commented on issue blender/blender#129269 2024-10-21 13:01:13 +02:00
Can't load images packed into the blend file

Looks like I can reproduce it with Clang but not GCC on Linux.

Jacques Lucke commented on issue blender/blender#127524 2024-10-21 12:44:34 +02:00
Differences in rendering depending on the state of the simulation zone cache

Generally, I'd expect people to bake simulations before rendering. It can be quite unreliable otherwise, especially when also using motion blur. The ability to disable the cache was mostly added…

Jacques Lucke commented on issue blender/blender#128711 2024-10-21 12:33:17 +02:00
Crash when opening a .blend with Geometry Nodes bake

@gogo Can you try to create concise reproduction steps that I can easily follow? Or is it still somewhat random when the issue happens?

Jacques Lucke pushed to main at blender/blender 2024-10-20 15:52:05 +02:00
58c660c961 Fix: Functions: simple exeution preset for multi-functions
Jacques Lucke commented on pull request blender/blender#129122 2024-10-18 17:19:21 +02:00
Fix #128997: Index of nearest node evaultes GroupID input incorrectly

I don't think this is correct. These outputs are fields even if none of the inputs are fields.

Jacques Lucke commented on pull request blender/blender#129209 2024-10-18 17:16:19 +02:00
Fix: operators can have invalid utf-8 strings

This reproduces the issue for me. I don't quite get what is special about this string yet. For Python it seems to be all fine. I can encode as utf8 and decode without problem and the before/after…

Jacques Lucke commented on issue blender/blender#128948 2024-10-18 12:55:11 +02:00
Regression: Crash due to switching node editor contexts in some addons

The issue seems to be that bpy.context.area.type = 'NODE_EDITOR' does not clear snode->edittree immediately, but only later in node_area_refresh. By that time, the poll function of the…

Jacques Lucke commented on issue blender/blender#128948 2024-10-18 12:44:13 +02:00
Regression: Crash due to switching node editor contexts in some addons

Thanks. I was able to reproduce it now when I start from factory settings.

Jacques Lucke pushed to main at blender/blender 2024-10-18 12:39:03 +02:00
c428765b28 Merge branch 'blender-v4.3-release'
30c3d17bb6 Fix #129190: invalid runtime data in lineart modifier after load
078f16a8d5 Fix: GPv3: Interpolation not working with no selection
Compare 3 commits »
Jacques Lucke closed issue blender/blender#129190 2024-10-18 12:39:01 +02:00
GP Line Art crash on reload
Jacques Lucke pushed to blender-v4.3-release at blender/blender 2024-10-18 12:38:14 +02:00
30c3d17bb6 Fix #129190: invalid runtime data in lineart modifier after load
Jacques Lucke commented on pull request blender/blender#129167 2024-10-18 11:42:47 +02:00
fix search string in a endless loop

Thanks, I was able to reproduce the issue now. I created an alternative fix in #129209 which prevents invalid utf-8 in the case presented here.

Jacques Lucke commented on pull request blender/blender#129209 2024-10-18 11:41:25 +02:00
Fix: operators can have invalid utf-8 strings
Jacques Lucke created pull request blender/blender#129209 2024-10-18 11:40:39 +02:00
Fix: operators can have invalid utf-8 strings