NatronGitHub / Natron

Open-source video compositing software. Node-graph based. Similar in functionalities to Adobe After Effects and Nuke by The Foundry.
http://NatronGitHub.github.io
GNU General Public License v2.0
4.54k stars 332 forks source link

(Feature): Calculation in Input Fields #837

Closed erayerdin closed 1 year ago

erayerdin commented 1 year ago

Make sure to follow our issue report guidelines

Provide a description of your feature request

If a number type is expected in an input field, one can use math in it to calculate something.

To give an example, take a look at this project settings panel:

project settings panel

In the "last frame range" input field, one can write "30*10" and then the program automatically evaluates it to 300 as a result.

This feature is in Godot game engine. It is a small thing but a quality-of-life feature.

Is this a realistically implementable feature?

Can you contribute in creating this feature?

Additional details

No response

devernay commented 1 year ago

Fixed in https://github.com/NatronGitHub/Natron/commit/a3f5966eb620b88917160a9380418e53cfad469d This was already working everywhere except in the project settings.