Pratik Borhade PratikPB2123
  • Kalyan, India
  • Joined on 2020-12-12
Pratik Borhade commented on issue blender/blender#130210 2024-11-13 10:05:30 +01:00
Grease Pencil: Freeze after exiting 'multi frame'

Not crashing here on Mac. Got artefacts instead.

**System Information**
Operating system: macOS-15.1-arm64-arm-64bit 64 Bits
Graphics card: Metal API Apple M3 Pro 1.2

<img width="1728…

Pratik Borhade commented on issue blender/blender#130210 2024-11-13 09:53:45 +01:00
Grease Pencil: Freeze after exiting 'multi frame'

Hi, thanks for the report. Unable to confirm on Windows, will check for mac

Pratik Borhade closed issue blender/blender#130178 2024-11-13 09:41:32 +01:00
Grease pencil 3: when "Auto lock inactive layers" in on strokes can't be moved to other layers
Pratik Borhade commented on issue blender/blender#130178 2024-11-13 09:41:13 +01:00
Grease pencil 3: when "Auto lock inactive layers" in on strokes can't be moved to other layers

If we expect moving strokes/points to locked layer, we could simply remove following code block: 378b62e349/so

Pratik Borhade commented on issue blender/blender#130178 2024-11-13 07:56:31 +01:00
Grease pencil 3: when "Auto lock inactive layers" in on strokes can't be moved to other layers

This is a grease pencil 3.0 issue that only happens when Autolock is on

You'll also notice the behavior when layer is manually locked,

Pratik Borhade created pull request blender/blender#130208 2024-11-13 07:55:36 +01:00
Fix #130182: Unique layer name in move to layer popup box
Pratik Borhade pushed to 130182-gpv3-uniquelayername at PratikPB2123/blender 2024-11-13 07:53:26 +01:00
20b3364827 Fix #130182: Unique layer name in move to layer popup box
Pratik Borhade created branch 130182-gpv3-uniquelayername in PratikPB2123/blender 2024-11-13 07:53:26 +01:00
Pratik Borhade created pull request blender/blender#130205 2024-11-13 06:28:11 +01:00
Fix #130189: Crash parenting object to layer
Pratik Borhade pushed to 130189-parent-layer at PratikPB2123/blender 2024-11-13 06:25:47 +01:00
17d392c6b8 Fix #130189: Crash parenting object to layer
baa193c3b6 Cycles: oneAPI: build binaries for Battlemage GPUs
cf8d31d41c Bug Reporting: Add Cycles specific bug-reporting script for Windows
917f7e648c Fix #130180: non-screen space dial gizmo scale does not take geometry scale into account
0565f16f18 Fix (unreported) rare assert when loading blendfile using libraries.
Compare 10 commits »
Pratik Borhade created branch 130189-parent-layer in PratikPB2123/blender 2024-11-13 06:25:46 +01:00
Pratik Borhade commented on issue blender/blender#130189 2024-11-13 05:21:42 +01:00
GPv3: Crash with layer parenting on last layer when there are more than two layers

Can confirm as well on any layer in local file. Will check and tag 4.3 milestone

Pratik Borhade closed issue blender/blender#130178 2024-11-13 04:40:28 +01:00
Grease pencil 3: when "Auto lock inactive layers" in on strokes can't be moved to other layers
Pratik Borhade commented on issue blender/blender#130178 2024-11-13 04:40:24 +01:00
Grease pencil 3: when "Auto lock inactive layers" in on strokes can't be moved to other layers

Hi, this is unrelated to "auto lock inactive layers" property. Instead, Move to layer operation skips further execution if target layer is locked (which does make sense). I would say this is…