Rosenthal
  • Joined on 2024-10-13
Rosenthal opened issue blender/blender#130323 2024-11-15 14:00:02 +01:00
GPv3: Interpolate Sequence makes unwanted changes to stroke geometry for intermediate frames
Rosenthal opened issue blender/blender#130320 2024-11-15 13:29:19 +01:00
GPv3: Interpolate Sequence doesn't work for non-poly curves
Rosenthal opened issue blender/blender#130034 2024-11-08 13:39:43 +01:00
GPv3 - Deleting root layer group leads to crash
Rosenthal commented on issue blender/blender#129900 2024-11-06 11:31:05 +01:00
GPv3: Crash when removing layer group with masked layer within it (and a few conditions)

Got this assert when running debug build BLI_assert failed: source/blender/blenkernel/BKE_grease_pencil.hh:1016, drawing(), at 'index >= 0 && index < this->drawings().size()'

Rosenthal opened issue blender/blender#129900 2024-11-06 10:35:59 +01:00
GPv3: Crash when removing layer group with masked layer within it (and a few conditions)
Rosenthal opened issue blender/blender#129798 2024-11-04 14:24:42 +01:00
Using "Selection to Cursor"-operator on non-poly type strokes doesn't immediately update geometry
Rosenthal commented on issue blender/blender#129781 2024-11-04 11:09:16 +01:00
Grease Pencil leaking memory with various stroke operations

Just checked an older daily build I had lying around. In daily build c2816eb976d5 (21 Oct) this leak is not present. Checking to see if I can find the daily build this was introduced in.

Rosenthal opened issue blender/blender#129781 2024-11-04 10:56:16 +01:00
Grease Pencil leaking memory with various stroke operations
Rosenthal commented on issue blender/blender#129266 2024-10-29 15:32:54 +01:00
GPv3: Layer masking doesn't work for grouped layers.

Ah of course! Didn't even think I'd have to enable masking separately in layer groups. Went back and tested and it did indeed work. But the modification you made does seem to make sense usability-w…

Rosenthal opened issue blender/blender#129346 2024-10-23 13:28:45 +02:00
Grease Pencil - Applying modifier makes layers hierarchy lose track of group - layer relations
Rosenthal commented on issue blender/blender#129333 2024-10-23 09:05:55 +02:00
[Grease Pencil] Crash when swithing modes or trying to separate objects

I also had some severe instability with the daily build marked 5fff95f5193e and with the current ef6a0358842c build.

Would you mind trying the older daily build c2816eb976d5, and seeing…

Rosenthal commented on issue blender/blender#129324 2024-10-22 19:15:11 +02:00
Grease Pencil - Merge Down operator causes layer order to change

I was trying to make sense of what's going on with layer groups in this situation. It looks like when when layer groups are involved, on all levels of the hierarchy, the groups get but on the…

Rosenthal commented on issue blender/blender#129297 2024-10-22 18:31:21 +02:00
Grease Pencil - Unlocking layer leads to no selection gizmo drawn while Autolock Inactive Layer is enabled

At least in 4.2 you are able to manually unlock layers regardless or Autolocking being enabled. As I understand it, Autolocking only locks layers when the active layer is changed. It doesn't stop…

Rosenthal opened issue blender/blender#129324 2024-10-22 13:34:57 +02:00
Grease Pencil - Merge Down operator causes layer order to change
Rosenthal commented on issue blender/blender#129297 2024-10-21 20:24:31 +02:00
Grease Pencil - Unlocking layer leads to no selection gizmo drawn while Autolock Inactive Layer is enabled

Actually it looks like that the layers are editable, but the selection gizmos aren't being drawn. Edited the original post.

Rosenthal opened issue blender/blender#129297 2024-10-21 14:40:31 +02:00
Grease Pencil - Unlocking layer has no effect while Autolock Inactive Layer is enabled
Rosenthal opened issue blender/blender#129295 2024-10-21 14:13:53 +02:00
Grease Pencil - Selections from locked layers affect Cursor To Selection operator
Rosenthal opened issue blender/blender#129266 2024-10-20 09:47:40 +02:00
GPv3: Layer masking doesn't work for grouped layers.
Rosenthal closed issue blender/blender#129143 2024-10-20 09:16:19 +02:00
GPv3: Click-selecting points or handles or Bezier typed curves doesn't work.
Rosenthal commented on issue blender/blender#129143 2024-10-20 09:16:15 +02:00
GPv3: Click-selecting points or handles or Bezier typed curves doesn't work.

Looks like the click selecting works now. Was probably fixed by the PR you made for blender/blender#129142. Closing