Pratik Borhade PratikPB2123
  • Kalyan, India
  • Joined on 2020-12-12
Pratik Borhade commented on pull request blender/blender#128243 2024-10-05 12:31:48 +02:00
Fix #128231: Wrong padding for gizmo and menu tooltips

Thanks, added to 4.2 backporting list

Pratik Borhade commented on issue blender/blender#128618 2024-10-05 09:04:19 +02:00
Crash to desktop when using cloth brushes together with 'Auto-Masking' tools and 'Multires'

Likely some calculation error. Multiplying key.grid_area/offset will compute out of bound index. My knowledge is bit short. cc @Sean-Kim

Pratik Borhade commented on issue blender/blender#128613 2024-10-05 08:55:49 +02:00
GPv3: 'A' shortcut doesn't select all in Edit mode

Could you send that file?

Pratik Borhade commented on issue blender/blender#128613 2024-10-05 08:27:02 +02:00
GPv3: 'A' shortcut doesn't select all in Edit mode

Checked again, Select all is working as expected. Could you try factory defaults?: File > Defaults > Load Factory Settings

Pratik Borhade commented on issue blender/blender#128616 2024-10-05 08:10:09 +02:00
UI: Move Split Area doesn't work as expected when used with a shortcut.

Hi, thanks for the report. Can confirm

Pratik Borhade pushed to 128601-sculpt-movecrash at PratikPB2123/blender 2024-10-05 07:58:10 +02:00
98f18af582 Also the crash in cache_init after updating depsgraph
Pratik Borhade created pull request blender/blender#128625 2024-10-05 07:32:48 +02:00
Fix #128601: Redoing move operation crash in sculpt mode
Pratik Borhade pushed to 128601-sculpt-movecrash at PratikPB2123/blender 2024-10-05 07:31:04 +02:00
41765c64ba Fix #128601: Redoing move operation crash in sculpt mode
40d20f023a Fix: gpu_shader_create_info_get_unfinalized_copy
826ba8e27a Fix #128231: Wrong padding for gizmo and menu tooltips
Compare 3 commits »
Pratik Borhade created branch 128601-sculpt-movecrash in PratikPB2123/blender 2024-10-05 07:31:04 +02:00
Pratik Borhade commented on issue blender/blender#128601 2024-10-05 07:04:23 +02:00
Crash to desktop when in sculpt mode user moves an object

Possible fix would be:

diff --git a/source/blender/editors/sculpt_paint/sculpt_transform.cc b/source/blender/editors/sculpt_paint/sculpt_transform.cc
index d3b95b26d99..4090b1451ff…
Pratik Borhade commented on issue blender/blender#128601 2024-10-05 06:57:56 +02:00
Crash to desktop when in sculpt mode user moves an object

I think pbvh is not initialized when switched to sculpt mode. So crash occurs if we redo the first undo step.

Pratik Borhade commented on issue blender/blender#128619 2024-10-05 06:43:43 +02:00
Use std::map vs std::unorderedmap in NodeEnum

I see, was looking at rna_* for unordered map Will tag Cycles dev then? cc @Sergey

Pratik Borhade commented on issue blender/blender#128619 2024-10-05 06:38:11 +02:00
Use std::map vs std::unorderedmap in NodeEnum

Hi, thanks for the report. I did not find any evidence of EnumPropertyItem being stored as unordered map. Can you share an example which we can test on different platforms(Windows and mac)?

Pratik Borhade commented on issue blender/blender#128620 2024-10-05 06:12:26 +02:00
Sculpt Mode: Catalog Sorting not working

Hi, thanks for the report. Those catalog do not exist AFAICT, see: {21CCC206-B498-44CA-BD0B-24528DAA9310}

If we…

Pratik Borhade commented on issue blender/blender#128601 2024-10-05 05:41:02 +02:00
Crash to desktop when in sculpt mode user moves an object

Broke between 25d4d645cdac - b59fbbe86546

Pratik Borhade commented on issue blender/blender#128601 2024-10-05 05:31:32 +02:00
Crash to desktop when in sculpt mode user moves an object

Hi, thanks for the report. Indeed, crashes in sculpt undo code

Pratik Borhade commented on issue blender/blender#128613 2024-10-05 05:16:46 +02:00
GPv3: 'A' shortcut doesn't select all in Edit mode

Hi, thanks for the report. Can confirm, I will check.

Pratik Borhade created pull request blender/blender#128603 2024-10-04 16:59:46 +02:00
GPv3: Missing topbar layer panel in weight/vertex paint
Pratik Borhade created branch gpv3-layer-panel in PratikPB2123/blender 2024-10-04 16:59:09 +02:00