Block a user
Pratik Borhade
created branch 129671-gpv3-trimlock in PratikPB2123/blender
2024-11-02 12:12:04 +01:00
6cb581691b
Fix #129671: GPv3: Cut tool not respecting material lock setting
f52ee63114
Fix: Anchored, Line, Drag Dot stroke types do not support pen flip mode
a48f7f67f7
Fix #129550: Node group default width not working for link-drag-search
e163cc1fe0
Fix: GPv3: Do not open menu with
Ctrl J
a46a557e6a
UI: replace "Extension" with "Add-on" for enable/disable operators
Editing Grease Pencil vertex group weights in the Data properties also edits selected points from other keyframes
Looks like we are iterating over all the drawings in assign_to_vertex_group
. Instead, it should be retrieve_editable_drawings
Effect strip does not blend with its children
Fix #129266: GPv3: Layer masking doesn't work for grouped layers
Fix #129266: GPv3: Layer Groups hide masks by default
Hi, yes it works this way. But was expecting mask to work even when layer group property is disabled, no? (because layer has it enabled. Same way hide and lock works) I'm not aware of design…
The grease pencil will flash out directly when entering editing mode
You're fast 😅 Want me to ✅ the PR :)
The grease pencil will flash out directly when entering editing mode
Does this work Falk?:
diff --git a/source/blender/draw/intern/draw_cache_impl_grease_pencil.cc b/source/blender/draw/intern/draw_cache_impl_grease_pencil.cc
index 0da89e641f7..8ad5dfc94bb…
4.3 Blender Beta crashing when moving drawn grease pencil strokes
Unable to confirm the crash. Attached possible fix in other report. Will make PR for that if both are different ;)
Missing redraw with Geometry Node Gizmos
Wait, this works in GN workspace but not in layout, strange...
Blender 4.2 and newer crashes on open with malformed JSON in asset-library-indices
Blender 4.2 and newer crashes on open with malformed JSON in asset-library-indices
I see now, different system info file from different blender version ran on different GPU. But you never said that :D Anyways, crash triggered when reading asset files. Does it happen when you…