GPv3: Conversion: Initial animation handling. #118500

Merged
Bastien Montagne merged 5 commits from mont29/blender:tmp-gp-conversion-animation into main 2024-02-22 10:53:51 +01:00

5 Commits

Author SHA1 Message Date
Bastien Montagne abda9c135c Address review. 2024-02-20 15:29:21 +01:00
Bastien Montagne f82f06a916 Address review. 2024-02-20 15:21:58 +01:00
Bastien Montagne 1031772293 Merge branch 'main' into tmp-gp-conversion-animation 2024-02-20 15:18:17 +01:00
Bastien Montagne 9317ddfb04 Address review. 2024-02-20 14:13:49 +01:00
Bastien Montagne e0794ee931 GPv3: Conversion: Initial animation handling.
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-darwin-x86_64 Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
Add generic handling of all potential FCurves, with custom callbacks to
perform the actual conversion (typically, some RNA paths will need to
be updated).

Currently implements only remapping of modifiers' animation.

This commit only handles Object-level animations, not sure whether
GreasePencil data also needs to be covered?
2024-02-20 12:54:02 +01:00