Block a user
Fix: operators can have invalid utf-8 strings
8c621709de
ensure utf8
d5d81c5078
VSE: Switch to box select default for timeline
cf2d3d0867
Fix: Docking Called from Shortcut Without Status Bar
528df90336
Cleanup: remove use of deprecated types for extensions (#2)
f4f50fa2c5
Cleanup: replace typing.Union/Option with logical OR for extensions
Regression: Crash due to switching node editor contexts in some addons
Can you make a short screen recording that shows the crash. Maybe I'm missing something.
WIP: Voronoi Node for Point Clouds, Meshes and Curves
Had a brief look at the code. Would be nice if you could follow Blenders code style a bit more in some places.
fix search string in a endless loop
Thanks for the fix. Do you think it may be possible for me to reproduce this by just pasting some text into the searchbox or is it more complicated?
fix search string in a endless loop
Please use Blenders code style, which means using braces { }
here. Would also be a good to add a comment for how this case can happen (it's not super obvious right now).
Index of nearest node evaultes GroupID input incorrectly
FIX #128997: Wrong evaluation of outputs in the Index of Nearest node
Jacques Lucke
deleted branch fix-data-block-search-with-short-names from JacquesLucke/blender
2024-10-17 16:59:58 +02:00
I cannot use a material named "red" in geometry nodes "set material" node
Fix #129128: broken data-block search for short names
Refactor: GPv3: Use
int3
for triangle data type
Does not seem to be super necessary to have this in the release branch, so merging to main
should be better.
Regression: Crash due to switching node editor contexts in some addons
I can't reproduce the crash in 1564e02a8ff70130280c67c3eefdab68275b5f96. I just get this:
Error: Python: Traceback (most recent call last):
File "/home/jacques/.config/blender/4.3/scripts/…
Jacques Lucke
deleted branch shader-localize-tree-leak from JacquesLucke/blender
2024-10-17 13:48:49 +02:00
Fix: memory leak with muted group nodes in localized shader node trees