Documentation error? splineHelp.InitSpline(self, op, up=Vector(0) ) raise an error
-
Hi,
https://developers.maxon.net/docs/py/2024_3_0/modules/c4d.utils/SplineHelp/index.html#SplineHelp.InitSpline
SplineHelp.InitSpline(self, op, up=Vector(0)) in the documentation raise an error,
TypeError: 'up' is an invalid keyword argument for this function in 2024,
'upvector' seems to be the correct keyword argument. -
Hey @JACK0319,
thank you for reaching out to us and reporting this. You are right,
up
is incorrect andupvector
is the correct keyword. I fixed this and double checked the other keywords for the next upcoming Python documentation release.Cheers,
Ferdinand -