tooll3 / t3

Tooll 3 is an open source software to create realtime motion graphics.
MIT License
3.48k stars 193 forks source link

feat: adds lib.math.float.TryParse and lib.math.int.TryParseInt #423

Closed ylmrx closed 6 months ago

ylmrx commented 7 months ago

pretty self-explanatory, tries to parse some text to a float number. If it won't parse it fails over to the default value you can set.

pixtur commented 6 months ago

Thanks for the contribution. What do you think about renaming it to StringToFloat to make more consistent with other ops?