Block a user
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.
Grease Pencil leaking memory with various stroke operations
Fix #129781: GPv3: Memory leak in the edit batch cache
Fix #129781: GPv3: Memory leak in the edit batch cache
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
Fix #129738: GPv3: Build modifier use key frame
@ChengduLittleA This needs to be rebased onto blender-v4.3-release
.
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.
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.
Crash when applying Geometry Nodes modifier on all keyframes on a Grease Pencil object
Fix #129629: Crash when applying Geometry Nodes modifier on all keyframes on a Grease Pencil object
b6481372b9
Fix #129629: Crash when applying Geometry Nodes modifier on all keyframes on a Grease Pencil object
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.
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.