Skip to content

Convert any number knobs especially in timeline widget to accept basic math #19

Description

@mvineeta

Similar to tools like Nuke, this feature would allow users to enter simple math expressions directly into any number input field, particularly in the timeline widget, for faster and more intuitive frame calculations.

🎯 Feature Request:

Enable number knobs (especially timeline frame fields) to parse and evaluate basic math expressions like:

+28
-15
*2
/2
1012 + 28

For example:

  • If the current frame is 1012 and the user types +28 or 1012 + 28, the field should evaluate to 1040 when they hit Enter.
  • Should support combinations like 1000 + 8 * 2.

✅ Expected Behavior:

  1. All number fields, especially those in the timeline widget, should evaluate input expressions on commit.
  2. Valid inputs
  • Full expressions like 1000 + 32
  • Relative entries like +8, -5, *2, /3
  1. The field displays the resulting numeric value after evaluation.
    Invalid expressions should be safely rejected or ignored with feedback.

💡 Why It’s Useful:

  • Saves time for artists, reviewers, and technical users.
  • Matches expectations from other tools (like Nuke, After Effects).
  • Improves workflow, especially when jumping frames or tweaking values.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions