Skip to content

Expression curve script #43

@dartfnm

Description

@dartfnm

I would like to have more freedom for coding, and I think it would be interesting feature to implement.

How about some simple script (like LUA or C# realtime compiled).
It might be used like custom curve operator:
= sin( time ) * 10
Or something more complex :
= input[0] * sin( PI * 0.5 * time) * ( i == 0 ? input[1] : 0)

Where 'PI' and 'time' are variables from global scope,
'input' it's array of float types of operator.

You can find similar script implementations in 3dsMax ( Expression Controller ), Adobe AfterEffects, Enigma4 by Brain Control.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions