Pratik Borhade PratikPB2123
  • Kalyan, India
  • Joined on 2020-12-12
Pratik Borhade commented on issue blender/blender#129324 2024-10-28 10:49:36 +01:00
Grease Pencil - Merge Down operator causes layer order to change

Also the color tag of layer group is gone after operator execution

Pratik Borhade commented on pull request blender/blender#129465 2024-10-28 10:46:50 +01:00
Fix #129297: Gizmo missing for unlocked layer when autolock inactive is on

I added that in dada0c41ee52c795d1e706af4ea10272ed0db0f9 :)

Pratik Borhade created pull request blender/blender#129465 2024-10-28 10:45:35 +01:00
Fix #129297: Gizmo missing for unlocked layer when autolock inactive is on
Pratik Borhade pushed to 129297-fix-autolock-layer at PratikPB2123/blender 2024-10-28 10:44:39 +01:00
e7caa89ad8 Fix # 129297: Gizmo missing for unlocked layer when autolock inactive is on
Pratik Borhade created branch 129297-fix-autolock-layer in PratikPB2123/blender 2024-10-28 10:44:39 +01:00
Pratik Borhade commented on issue blender/blender#129297 2024-10-28 10:34:39 +01:00
Grease Pencil - Unlocking layer leads to no selection gizmo drawn while Autolock Inactive Layer is enabled

Technically we can remove autolock_inactive_layers from set_active_node since the property only operates on layers

Pratik Borhade commented on issue blender/blender#129297 2024-10-28 10:03:18 +01:00
Grease Pencil - Unlocking layer leads to no selection gizmo drawn while Autolock Inactive Layer is enabled

Looks like call to autolock_inactive_layers() in grease_pencil_copy_data -> set_active_node resets inactive node as locked

Pratik Borhade commented on pull request blender/blender#129378 2024-10-28 09:18:56 +01:00
GPv3: Expose layergroup color tag in api

Hi, color attribute for? PR is about changing color tag from python API :)

Pratik Borhade closed issue blender/blender#128134 2024-10-27 17:04:15 +01:00
Blender not listing connected SSDs correctly
Pratik Borhade commented on issue blender/blender#128134 2024-10-27 17:04:11 +01:00
Blender not listing connected SSDs correctly

Thanks, closing :)

Pratik Borhade commented on issue blender/blender#129326 2024-10-26 08:53:31 +02:00
Outliner 'Show Active' expands tree elements to show all modifier references

Hi, looks wrong. I can take a look 😅 Submitting bug report is fine :)

Pratik Borhade pushed to gpv3-py-colortag at PratikPB2123/blender 2024-10-24 15:19:07 +02:00
9866e648fc Merge branch 'main' into gpv3-py-colortag
ce0b3d9820 Refactor: Move common code into small functions
0085ef0e59 Compositor: Increase Glare node max threshold
1ba6b74cdf Fix error freeing null pointer on exit for debug builds
0475054b28 Merge branch 'blender-v4.3-release'
Compare 591 commits »
Pratik Borhade created pull request blender/blender#129378 2024-10-24 15:18:10 +02:00
GPv3: Expose layergroup color tag in api
Pratik Borhade pushed to gpv3-py-colortag at PratikPB2123/blender 2024-10-24 15:17:29 +02:00
4c6693d342 GPv3: Expose layergroup color tag in api
Pratik Borhade created branch gpv3-py-colortag in PratikPB2123/blender 2024-10-24 15:17:29 +02:00
Pratik Borhade commented on issue blender/blender#129297 2024-10-22 17:56:06 +02:00
Grease Pencil - Unlocking layer leads to no selection gizmo drawn while Autolock Inactive Layer is enabled

Hi, I will check. I think unlocking layer itself should not be possible when this property is ON