Pratik Borhade PratikPB2123
  • Kalyan, India
  • Joined on 2020-12-12
Pratik Borhade commented on issue blender/blender#129126 2024-10-17 06:00:00 +02:00
Speakers in nested VSE scenes don't respect edit offsets

Hi, thanks for the report. Can confirm. We have few reports of audio failing to play at exact frame when it has been referenced in other scene via vse strip. cc @iss

Pratik Borhade commented on issue blender/blender#129110 2024-10-17 05:38:26 +02:00
BMO_Assert when bmo_join_triangles_exec leaves triangles left over when using topology_influence

@jcwenger hi, thanks for the report and PR. I'm not entirely sure how to reproduce the assert in debug build. Could you share steps for that?

Pratik Borhade commented on issue blender/blender#129135 2024-10-17 05:30:55 +02:00
Sculpt: Automask topology option affecting outside vertices

Broke between 9e88ff1b4bc4 - 915be63b016f

Pratik Borhade commented on issue blender/blender#129135 2024-10-17 05:21:04 +02:00
Sculpt: Automask topology option affecting outside vertices

Hi, thanks for the report. Can confirm. From a quick peek, this appears as regression. Will check

Pratik Borhade commented on issue blender/blender#129133 2024-10-17 05:07:29 +02:00
Toggling Hide Viewport (eye icon) gives strange python info

Hi, thanks for the report. Can confirm on both view layer level properties (hide and exclude from layer)

Pratik Borhade commented on pull request blender/blender#129100 2024-10-17 04:52:41 +02:00
Fix #128930: Cancel resize area with Right mouse

Eh, I accidently targeted PR to 4.3, my bad 😅

Pratik Borhade pushed to main at blender/blender 2024-10-16 13:54:09 +02:00
ee0fd0ed19 Merge branch 'blender-v4.3-release'
7c9023ca41 Fix #129023: GPv3: Deselecting vgroup elements fails in stroke domain
b2cff223a1 Fix: #126515: Brush radius sensitivity not consisted at different zoom levels
Compare 3 commits »
Pratik Borhade deleted branch 129023-gpv3-deselvgroup from PratikPB2123/blender 2024-10-16 13:45:52 +02:00
Pratik Borhade closed issue blender/blender#129023 2024-10-16 13:45:48 +02:00
Grease Pencil V3: Deselecting a vertex group does not work in stroke edit mode
Pratik Borhade merged pull request blender/blender#129035 2024-10-16 13:45:45 +02:00
Fix #129023: GPv3: Deselecting vgroup elements fails in stroke domain
Pratik Borhade pushed to blender-v4.3-release at blender/blender 2024-10-16 13:45:44 +02:00
7c9023ca41 Fix #129023: GPv3: Deselecting vgroup elements fails in stroke domain
Pratik Borhade commented on pull request blender/blender#128841 2024-10-16 13:38:25 +02:00
Fix #128831: GPv3: Crash when adding action track

Thanks :)

Pratik Borhade deleted branch 128831-gpv3-nlacrash from PratikPB2123/blender 2024-10-16 13:38:17 +02:00
Pratik Borhade closed issue blender/blender#129029 2024-10-16 13:37:37 +02:00
Somes Preferences for built-in themes not greyed out
Pratik Borhade commented on issue blender/blender#129029 2024-10-16 13:37:33 +02:00
Somes Preferences for built-in themes not greyed out

Turns out poll function has been removed intentionally in 74fae7f9437624317065ca114c408e59c75a327d. Deleting built-in preset is still not possible as before. Instead of poll_msg, now warning…

Pratik Borhade commented on pull request blender/blender#129101 2024-10-16 13:23:41 +02:00
Fix #129066: ParticleSettings.material_slot wrong from python

maybe use cpp style?: reinterpret_cast<ParticleSettings *>(ptr->owner_id) :)

Pratik Borhade commented on pull request blender/blender#129100 2024-10-16 13:07:55 +02:00
Fix #128930: Cancel resize area with Right mouse

Or we could add RMB in km_standard_modal_map().

diff --git a/scripts/presets/keyconfig/keymap_data/blender_default.py b/scripts/presets/keyconfig/keymap_data/blender_default.py
index…