b-editor / beutl

Cross-platform video editing (compositing) software.
https://beutl.beditor.net
MIT License
280 stars 15 forks source link

CoreObject Property Expression Feature #1097

Open yuto-trd opened 4 weeks ago

yuto-trd commented 4 weeks ago

Is your feature request related to a problem? Please describe.

Add the ability to set the following expressions for CoreObject properties.

Example: sin(45deg), parent(Scene).width

Describe the solution you'd like

Computation Timing The computation timing is undecided, but here are two potential options:

Integration with Animation I would like to integrate the existing animation functionality with the new property expression feature.

Describe alternatives you've considered

No response

Additional context

No response

yuto-trd commented 4 weeks ago

Related: