Notifications
Clear all

[Closed] Dynamically changing spline text value

May be too late, but:

kerning is a #float value, not a #point3, (that’s why there is a “0” after the “
“, this way the script evaluates something before, and returns a “0” for a correct kerning value).
As the error sais:

– Unable to convert: “…” to type: Point3

I assume that your are not pasting the original code inside the right place.

To show numbers as Integer you have to convert them before the last sentence. Normally with a function declared at the beginning of the script.
There are a lot of auxiliary functions around to do that (numPad is the name of one to this matter).

Page 2 / 2