Falk David filedescriptor
  • Grease Pencil developer at Blender.

  • Joined on 2017-01-04
Falk David suggested changes for blender/blender#129774 2024-11-04 12:24:40 +01:00
Fix #129738: GPv3: Build modifier use key frame

The drawing_start_frame will always have a value here. And the start_frame will always be greater or equal to 0. This is because of how the drawing_infos are built.

Falk David deleted branch fix-129781 from filedescriptor/blender 2024-11-04 12:13:30 +01:00
Falk David closed issue blender/blender#129781 2024-11-04 12:13:27 +01:00
Grease Pencil leaking memory with various stroke operations
Falk David merged pull request blender/blender#129786 2024-11-04 12:13:23 +01:00
Fix #129781: GPv3: Memory leak in the edit batch cache
Falk David pushed to blender-v4.3-release at blender/blender 2024-11-04 12:13:23 +01:00
df0c567380 Fix #129781: GPv3: Memory leak in the edit batch cache
Falk David created pull request blender/blender#129786 2024-11-04 11:44:00 +01:00
Fix #129781: GPv3: Memory leak in the edit batch cache
Falk David pushed to fix-129781 at filedescriptor/blender 2024-11-04 11:43:15 +01:00
64e956dc3c Fix #129781: GPv3: Memory leak in the edit batch cache
b6481372b9 Fix #129629: Crash when applying Geometry Nodes modifier on all keyframes on a Grease Pencil object
673f6dbb7f Fix #129725: Handle case of no animation keys during Collada export
60d88f46ba Fix: STL import crash when unable to open or read file
2a32b26415 Fix: VSE: Use after free in retiming
Compare 10 commits »
Falk David created branch fix-129781 in filedescriptor/blender 2024-11-04 11:43:14 +01:00
Falk David commented on issue blender/blender#129781 2024-11-04 11:39:46 +01:00
Grease Pencil leaking memory with various stroke operations

I have a fix for this.

Falk David commented on pull request blender/blender#129774 2024-11-04 10:59:29 +01:00
Fix #129738: GPv3: Build modifier use key frame

@ChengduLittleA This needs to be rebased onto blender-v4.3-release.

Falk David commented on issue blender/blender#127293 2024-11-04 10:53:15 +01:00
GPv3: Layer properties Keyframes not shown in Dope Sheet Channels or Grease Pencil Context

Raising the prioity on this. We need to fix it before the release.

Falk David commented on issue blender/blender#129766 2024-11-04 10:45:24 +01:00
GPv3: Build modifier "Natural Drawing Speed" doesn't work.

Hm I suppose we can fix this by checking if the delta_time attribute exists or not. And if it doesn't exist, fall back to the sequential mode.

Falk David closed issue blender/blender#129629 2024-11-04 10:39:10 +01:00
Crash when applying Geometry Nodes modifier on all keyframes on a Grease Pencil object
Falk David merged pull request blender/blender#129732 2024-11-04 10:39:06 +01:00
Fix #129629: Crash when applying Geometry Nodes modifier on all keyframes on a Grease Pencil object
Falk David pushed to blender-v4.3-release at blender/blender 2024-11-04 10:39:05 +01:00
b6481372b9 Fix #129629: Crash when applying Geometry Nodes modifier on all keyframes on a Grease Pencil object
Falk David approved blender/blender#129732 2024-11-04 10:31:13 +01:00
Fix #129629: Crash when applying Geometry Nodes modifier on all keyframes on a Grease Pencil object

Thanks, this looks good. And +1 for adding a comment.

Falk David suggested changes for blender/blender#129714 2024-11-04 10:30:08 +01:00
Fix #129671: GPv3: Cut tool not respecting material lock setting

Small comment

Falk David commented on pull request blender/blender#129714 2024-11-04 10:30:07 +01:00
Fix #129671: GPv3: Cut tool not respecting material lock setting

Instead of const_cast you can remove the const in the parameter. The value passed into the function is not const anyway.