CuprumLang - programming language for Blender

Good day
I present a video about the programming language CuprumLang for Blender
CuprumLang video

Is there advantages to using CuprumLang over the other programming languages integrated with Blender (like Python and Haxe) or is this more of an experiment?

Less code.
To set the character’s spacing head, you need only 5 lines of code.

fs = frame
fe = fs + 24
s0 = sigmoid(6.1, 24)
names Head
spacing r fs s0

1 Like

Function sigmoid(6.1, 24)
The generation of the curve and then the object moves along this curve.
256px-Logistic-curve