Anim: add Action.is_action_layered and Action.is_action_legacy to RNA #122478

Merged
Sybren A. Stüvel merged 1 commits from dr.sybren/blender:anim/action-is-layered-legacy-rna into main 2024-05-30 11:54:29 +02:00

1 Commits

Author SHA1 Message Date
8d2c40db1c Anim: add Action.is_action_layered and Action.is_action_legacy to RNA
All checks were successful
buildbot/vexp-code-patch-lint Build done.
buildbot/vexp-code-patch-linux-x86_64 Build done.
buildbot/vexp-code-patch-darwin-x86_64 Build done.
buildbot/vexp-code-patch-windows-amd64 Build done.
buildbot/vexp-code-patch-darwin-arm64 Build done.
buildbot/vexp-code-patch-coordinator Build done.
Expose `Action::is_action_layered()` and `Action::is_action_legacy` to
RNA.

Motivation for the names: the two functions are so closely related, that I
wanted to give them a more common prefix than just `is_`.
2024-05-30 11:30:07 +02:00