02-01-2025, 07:45 AM
Hi and thank you for the very fast reply and code sample.
I will try and get something for you, but in my code I am creating the spline dynamically and adding the control points dynamically. As soon as the spline is created I add a listener like so:
Here is a live inspection at runtime of the args, ControlPoint is null every time.
![[Image: 29st6w3h]](https://tinyurl.com/29st6w3h)
Thank you for looking, this is not a high priority.
John
I will try and get something for you, but in my code I am creating the spline dynamically and adding the control points dynamically. As soon as the spline is created I add a listener like so:
Code:
spline.OnAfterControlPointAdd.AddListener(OnAfterControlPointAdd);Here is a live inspection at runtime of the args, ControlPoint is null every time.
Thank you for looking, this is not a high priority.
John

