Anim: Convert Grease Pencil conversion code to new Action API #128064

Merged
Sybren A. Stüvel merged 1 commits from dr.sybren/blender:anim/grease-pencil-convert-legacy into main 2024-09-24 17:28:56 +02:00

1 Commits

Author SHA1 Message Date
bb865a15e9 Anim: Convert Grease Pencil conversion code to new Action API
All checks were successful
buildbot/vexp-code-patch-lint Build done.
buildbot/vexp-code-patch-windows-amd64 Build done.
buildbot/vexp-code-patch-linux-x86_64 Build done.
buildbot/vexp-code-patch-darwin-arm64 Build done.
buildbot/vexp-code-patch-darwin-x86_64 Build done.
buildbot/vexp-code-patch-coordinator Build done.
Convert the Grease Pencil legacy converter code to the new layered
Action API.

Unfortunately this cannot just work on legacy Actions (and then rely on
the versioning to layered Actions we'll land soon), as the GP conversion
runs as the final step of the versioning process. This cannot be helped,
as the usual versioning is not allowed to create new IDs and this does.

Ref: #123424
2024-09-24 13:48:32 +02:00