Block a user
4.3.Beta Bone Collections UI Window resetting to default size
4.3.Beta Bone Collections UI Window resetting to default size
Hi, this is an issue with Tree view structure, see: #129058
Editing Grease Pencil vertex group weights in the Data properties also edits selected points from other keyframes
I'll take a look.
Fix #129671: GPv3: Cut tool not respecting material lock setting
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…