Pratik Borhade PratikPB2123
  • Kalyan, India
  • Joined on 2020-12-12
Pratik Borhade merged pull request blender/blender#130081 2024-11-11 12:42:12 +01:00
Fix #130076: Make Grease Pencil Select Similar a callable menu
Pratik Borhade pushed to blender-v4.3-release at blender/blender 2024-11-11 12:42:12 +01:00
442498d53c Fix #130076: Make Grease Pencil Select Similar a callable menu
Pratik Borhade commented on pull request blender/blender#130082 2024-11-11 12:39:46 +01:00
Fix #130034: GPv3: Deleting root layer group leads to crash

Hi, calling find_node_by_name in each iteration would be heavy I believe (n*n complexity?) 😅

I think that might be a bit better. It's also what we do to e.g. copy groups I believe.

sor…

Pratik Borhade deleted branch 130084-sculpt-overlay from PratikPB2123/blender 2024-11-11 12:09:54 +01:00
Pratik Borhade commented on issue blender/blender#130108 2024-11-11 06:29:00 +01:00
Outliner Sync Selection causes unexpected RMB > Rename behaviour

Unlink operator appears to work on id type of active element. For example: RMB on material will active material ID. The above function will iterate all the tree elements but operation_fn is…

Pratik Borhade commented on issue blender/blender#130066 2024-11-11 06:25:20 +01:00
Grease Pencil history evaluation crash with a record of joined GP objects

Thanks, unable to confirm myself. @iss was able to replicate the crash, resetting the status

Pratik Borhade commented on issue blender/blender#130066 2024-11-11 05:57:46 +01:00
Grease Pencil history evaluation crash with a record of joined GP objects

I believe 0455dbcb4bacc9fd9d29f560fddddf7be819051f fixed the crash. Could you check in recent 4.3 build?: https://builder.blender.org/download/daily/

Pratik Borhade closed issue blender/blender#130108 2024-11-11 05:47:53 +01:00
Outliner Sync Selection causes unexpected RMB > Rename behaviour
Pratik Borhade commented on issue blender/blender#130108 2024-11-11 05:47:50 +01:00
Outliner Sync Selection causes unexpected RMB > Rename behaviour

Hi, this is essentially same as the other report. Outliner id operations from RMB context menu are executed on selected outliner elements (see below code block). So the issue here is RMB is…

Pratik Borhade closed issue blender/blender-addons#105413 2024-11-11 05:25:30 +01:00
addons from third party site (blender market) not available upon download
Pratik Borhade commented on issue blender/blender-addons#105413 2024-11-11 05:25:28 +01:00
addons from third party site (blender market) not available upon download

Closing this as duplicate of #125464

Pratik Borhade created pull request blender/blender#130109 2024-11-11 05:21:33 +01:00
Fix #130084: GPv3: Disable overlay does not work in sculpt mode
Pratik Borhade pushed to 130084-sculpt-overlay at PratikPB2123/blender 2024-11-11 05:21:00 +01:00
d319855a65 Fix #130084: GPv3: Disable overlay does not work in sculpt mode
1c8669f8c9 Fix: sphinx_doc_gen.py syntax error while generating PyDoc
ab051e1f17 Fix: GPv3: "Lineart" and "Opacity" modifier don't follow alphabetical order
9b3108462f Fix #129925: SLIM UV unwrap with holes
f0e2d7e5ca Fix #107696: Use correct API when importing USD mesh vertex normals
Compare 5 commits »
Pratik Borhade created branch 130084-sculpt-overlay in PratikPB2123/blender 2024-11-11 05:21:00 +01:00
Pratik Borhade commented on issue blender/blender#130084 2024-11-11 05:10:25 +01:00
GP viewport show overlay disable not working in GP sculpt mode

I'll take a look