Trivially make long math chains using a simple Python expression.
https://extensions.blender.org/add-ons/math-formula/
This supports the main builtin node editors in blender: Shader Editor, Geometry Node Editor, Texture Node Editor, Compositor
In the text box that appears, type in a mathematical expression that you want to evaluate, for example, sin(x + 64) % (y ** 14 + 10). Accept the dialogue and a node tree will be generated with math nodes.
Mathematical operators you would expect to work are supported, including:
And all other mathematical functions in the Math node is supported.
Edit preferences lookups as per guidelines
This extension does not require special permissions.
This is exactly what I needed, and it works perfectly!
Also I have a suggestion: add support for adding drivers like #frame or #bpy.data.scenes["Scene"].frame_start / end. It could be done using [], {} or #(). (or something else.) Example: https://imgur.com/a/xVvxAWK
Muy útil