Pratik Borhade PratikPB2123
  • Kalyan, India
  • Joined on 2020-12-12
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…
Pratik Borhade commented on issue blender/blender#129518 2024-10-31 12:23:13 +01:00
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 ;)

Pratik Borhade commented on issue blender/blender#129364 2024-10-31 12:12:21 +01:00
Missing redraw with Geometry Node Gizmos

Can confirm, also uploaded .blend file

Pratik Borhade commented on issue blender/blender#129364 2024-10-31 12:05:17 +01:00
Missing redraw with Geometry Node Gizmos

Wait, this works in GN workspace but not in layout, strange...

Pratik Borhade commented on issue blender/blender#129364 2024-10-31 12:02:09 +01:00
Missing redraw with Geometry Node Gizmos

Hi, unable to confirm in current main

Pratik Borhade reopened issue blender/blender#129622 2024-10-31 11:48:21 +01:00
Blender 4.2 and newer crashes on open with malformed JSON in asset-library-indices
Pratik Borhade commented on issue blender/blender#129622 2024-10-31 11:48:18 +01:00
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…