Pratik Borhade PratikPB2123
  • Kalyan, India
  • Joined on 2020-12-12
Pratik Borhade merged pull request blender/blender#129910 2024-11-06 15:54:57 +01:00
Fix: Unused parameter warning
Pratik Borhade pushed to blender-v4.3-release at blender/blender 2024-11-06 15:54:56 +01:00
496023691c Fix: Unused parameter warning
Pratik Borhade commented on issue blender/blender#129371 2024-11-06 15:53:59 +01:00
Regression: macOS: Crash shifting some grease pencil lines

can you still reproduce the crash on latest 4.2?

You mean 4.3? Will check

Pratik Borhade commented on pull request blender/blender#129910 2024-11-06 14:40:13 +01:00
Fix: Unused parameter warning
Pratik Borhade pushed to fix-unused-parm-warning at PratikPB2123/blender 2024-11-06 14:39:34 +01:00
00bd64af89 Fix format
Pratik Borhade created pull request blender/blender#129910 2024-11-06 14:36:36 +01:00
Fix: Unused parameter warning
Pratik Borhade created branch fix-unused-parm-warning in PratikPB2123/blender 2024-11-06 14:35:40 +01:00
Pratik Borhade pushed to fix-unused-parm-warning at PratikPB2123/blender 2024-11-06 14:35:40 +01:00
cb04c69f0c Fix: Unused parameter warning
dd01858959 GPU: Avoid assert caused by overlapping attribute in material shaders
5774441ee8 Fix: Crash in curves edit mode multi-object selection pick
3d457fa5d4 Fix #129876: VSE playhead text wrongly gets outline while playing
d0ca77f587 Add minimal user report about unreadable future blendfiles.
Compare 10 commits »
Pratik Borhade deleted branch 129632-vgroup-wrong-edits from PratikPB2123/blender 2024-11-06 04:17:08 +01:00
Pratik Borhade closed issue blender/blender#129632 2024-11-06 04:17:05 +01:00
Editing Grease Pencil vertex group weights in the Data properties also edits selected points from other keyframes
Pratik Borhade merged pull request blender/blender#129789 2024-11-06 04:17:01 +01:00
Fix #129632: GPv3: Vgroup operation edits drawings from all keyframes
Pratik Borhade pushed to blender-v4.3-release at blender/blender 2024-11-06 04:17:01 +01:00
40162873e0 Fix #129632: GPv3: Vgroup operation edits drawings from all keyframes
Pratik Borhade commented on pull request blender/blender#129789 2024-11-06 04:13:52 +01:00
Fix #129632: GPv3: Vgroup operation edits drawings from all keyframes

Made separate PR for "remove": !129890 I'll merge this one :)

Pratik Borhade pushed to gpv3-vgroup-remove at PratikPB2123/blender 2024-11-06 04:13:19 +01:00
df410c9770 Cleanup
Pratik Borhade pushed to gpv3-vgroup-remove at PratikPB2123/blender 2024-11-06 04:06:08 +01:00
17cf5fef73 Use while loop and cleanup
Pratik Borhade created pull request blender/blender#129890 2024-11-06 03:18:46 +01:00
GPv3: Move remove vgroup code from BKE_ functions
Pratik Borhade pushed to gpv3-vgroup-remove at PratikPB2123/blender 2024-11-06 03:15:19 +01:00
b39a484eff GPv3: Move remove vgroup code from BKE_ functions
3d76e43e4a Extensions: exclude "wheels" from the static JSON package listing
a1dfd51fae Cleanup: rename SceneEEVEE::gtao_quality -> fast_gi_quality
4404885993 Cleanup: exclude "./lib/" from pep8 checker
6ccbafc5dc Cleanup: spelling in comments
Compare 10 commits »
Pratik Borhade created branch gpv3-vgroup-remove in PratikPB2123/blender 2024-11-06 03:15:18 +01:00
Pratik Borhade commented on pull request blender/blender#129789 2024-11-05 13:53:48 +01:00
Fix #129632: GPv3: Vgroup operation edits drawings from all keyframes

Hmm, this way? 🤔 I'll now make separate commit here for "remove" case