Pratik Borhade PratikPB2123
  • Kalyan, India
  • Joined on 2020-12-12
Pratik Borhade commented on issue blender/blender#130426 2024-11-18 06:30:39 +01:00
Damped Track Exporting

Hi, thanks for the report. I noticed the same issue in animation loop when importing the fbx back to blender (with and without baked animation)

Pratik Borhade commented on issue blender/blender#130340 2024-11-18 05:49:18 +01:00
NDOF Button 1 not recognized, NDOF Button 2 recognized as NDOF Menu

@Sergey hi, could you help verifying the issue with spacemouse? :)

Pratik Borhade commented on issue blender/blender#130339 2024-11-18 05:47:50 +01:00
setting "Max Shader Compilation Subprocesses" to anything above 0 leads to NDOF navigation to fail a few seconds after loading a file

Hi, works perfect here with normal mouse. Could you check if mouse inputs are registered at that time? For that, launch blender from command line with --debug-events argument.

Pratik Borhade commented on issue blender/blender#130389 2024-11-18 05:21:21 +01:00
Cycles: CPU / GPU difference

Unable to confirm either on Windows:

**System Information**
Operating system: Windows-10-10.0.22631-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 3050 Laptop GPU/PCIe/SSE2 NVIDIA…
Pratik Borhade commented on issue blender/blender#130415 2024-11-18 05:02:01 +01:00
Cycles: Cuda Access Violation in GPU render mode

Hi, thanks for the report. Unable to confirm crash on following device:

**System Information**
Operating system: Windows-10-10.0.22631-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 3050…
Pratik Borhade commented on issue blender/blender#130422 2024-11-18 04:38:13 +01:00
Sculpt Crash | Blender v4.3+ 'Expand Active Face Set' operator with Multires subdiv

Caused by dcb3391e1077b9e1d4bdf81ff1a14ea4f7593a8c @HooglyBoogly ^

Pratik Borhade commented on issue blender/blender#127997 2024-11-18 04:10:36 +01:00
Segmentation Fault Instead of Starting

Good to hear that. Any specific change you did in system that resolve the situation?

Pratik Borhade commented on issue blender/blender#130428 2024-11-18 03:49:19 +01:00
copy paste between blend files will not take parents into object count on copy but on paste

Hi, thanks for the report. Indeed, there is inconsistency.

Pratik Borhade commented on issue blender/blender#130421 2024-11-18 03:42:56 +01:00
Grease pencil Airbrush & Soft Pencil preset brushes automatically create new greyed out material when used at startup.

Hi, thanks for the report. Can confirm, not critical for 4.3 though. cc @JulianEisel

Pratik Borhade commented on issue blender/blender#130430 2024-11-18 03:33:09 +01:00
Backface culling + show face orientation won't cull face orientation overlay in material preview

Hi, thanks for the report. Can confirm in EEVEE next

Pratik Borhade pushed to main at PratikPB2123/.profile 2024-11-17 10:09:21 +01:00
8751c212e2 Weekly report 2024: Nov 11-17
Pratik Borhade commented on issue blender/blender#130370 2024-11-17 09:36:48 +01:00
GPv3: Missing Layer channel_color property

Thanks, I'll make the PR tomorrow :)

Pratik Borhade commented on issue blender/blender#130370 2024-11-16 12:58:06 +01:00
GPv3: Missing Layer channel_color property

Hi, unable to confirm the issue locally but I see why this is happening (legacy function is used in GPv3, i.e. accessing gpl->color, which points to garbage memory). Will make the fix It's too…

Pratik Borhade commented on issue blender/blender#130309 2024-11-16 10:41:29 +01:00
GPv3: Sculpt Smooth Stroke Mode doesn't respect Smooth brush settings

Something like?:

diff --git a/source/blender/editors/sculpt_paint/grease_pencil_sculpt_smooth.cc b/source/blender/editors/sculpt_paint/grease_pencil_sculpt_smooth.cc
index b2968aeac83..be357…
Pratik Borhade commented on issue blender/blender#130309 2024-11-16 10:39:20 +01:00
GPv3: Sculpt Smooth Stroke Mode doesn't respect Smooth brush settings

Actually an issue with new brush asset I believe? Failing in mesh sculpt as well. Instead active brush we could get radius and strength from specific asset (BKE_paint_brush_from_essentials)

Pratik Borhade commented on pull request blender/blender#130367 2024-11-16 08:21:56 +01:00
Fix #130325: GPv3: Update overlay on changing active layer in dopesheet

@ThomasDinges hi, can we land the fix in 4.3? Harmless AFAICT

Pratik Borhade created pull request blender/blender#130367 2024-11-16 08:16:17 +01:00
Fix #130325: GPv3: Update overlay on changing active layer in dopesheet