Pratik Borhade PratikPB2123
  • Kalyan, India
  • Joined on 2020-12-12
Pratik Borhade pushed to main at PratikPB2123/.profile 2024-11-03 13:54:33 +01:00
b770825a9d Weekly report 2024: Oct 21-03
Pratik Borhade closed issue blender/blender#129735 2024-11-03 13:30:26 +01:00
4.3.Beta Bone Collections UI Window resetting to default size
Pratik Borhade commented on issue blender/blender#129735 2024-11-03 13:30:22 +01:00
4.3.Beta Bone Collections UI Window resetting to default size

Hi, this is an issue with Tree view structure, see: #129058

Pratik Borhade commented on issue blender/blender#129671 2024-11-02 12:13:49 +01:00
GPv3: Cut tool not respecting material lock setting

Fix !129714

Pratik Borhade created pull request blender/blender#129714 2024-11-02 12:12:59 +01:00
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
Pratik Borhade pushed to 129671-gpv3-trimlock at 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
Compare 10 commits »
Pratik Borhade commented on issue blender/blender#129671 2024-11-02 11:45:40 +01:00
GPv3: Cut tool not respecting material lock setting

Yes, can confirm

Pratik Borhade commented on issue blender/blender#129632 2024-11-02 06:48:29 +01:00
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

Pratik Borhade closed issue blender/blender#128954 2024-11-02 06:10:40 +01:00
Effect strip does not blend with its children
Pratik Borhade deleted branch 129266-gpv3-mask from PratikPB2123/blender 2024-11-01 12:57:57 +01:00
Pratik Borhade closed pull request blender/blender#129291 2024-11-01 12:57:44 +01:00
Fix #129266: GPv3: Layer masking doesn't work for grouped layers
Pratik Borhade commented on pull request blender/blender#129528 2024-11-01 12:57:21 +01:00
Fix #129266: GPv3: Layer Groups hide masks by default

I see 😅

Pratik Borhade commented on pull request blender/blender#129528 2024-10-31 12:48:42 +01:00
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…

Pratik Borhade approved blender/blender#129625 2024-10-31 12:37:22 +01:00
Fix #129518: GPv3: Crash entering edit mode with locked layers

Works perfect in other file too :)

Pratik Borhade commented on pull request blender/blender#129625 2024-10-31 12:36:48 +01:00
Fix #129518: GPv3: Crash entering edit mode with locked layers

Ah, right 😅

Pratik Borhade commented on pull request blender/blender#129625 2024-10-31 12:30:36 +01:00
Fix #129518: GPv3: Crash entering edit mode with locked layers

we can avoid this for loop btw

Pratik Borhade commented on issue blender/blender#129621 2024-10-31 12:30:13 +01:00
The grease pencil will flash out directly when entering editing mode

You're fast 😅 Want me to the PR :)

Pratik Borhade commented on issue blender/blender#129621 2024-10-31 12:23:47 +01:00
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…