Thank you for all your replies!
Is it only an issue in Dynamo Player?
It’s only in Dynamo Player, using standard Dynamo everything works normally.
(Of course it would be neat if it worked in Dynamo Player since people are more afraid to open up scripts/have to know what they are doing.)
Maybe some add-on or Country-Kit is causing this strange behaviour?
I’ve installed Civil3d 2026 just for testing if this behaviour is still present so it’s a vanilla-install without any add-ons or country kits. I’ve furthermore tested on three different machines and I could always reproduce this behaviour.
One guess is that it might have something to do with the geman version I’m using?
The Dynamo-example e.g. has “Surface” selected in the “Choose object type”-node so it fails if I don’t change that to “Hatches”.
But I’m just grasping at straws here.
Update (and only tested with 2025.2, as this is the version installed on this machine):
Okay, this is wild - after some testing while writing this post, I think I’ve narrowed it down a bit:
It does work correctly, if the script is open in Dynamo while I run the script in Dynamo Player. No issues.
If I close Dynamo and only launch Dynamo Player, the output always reverts to the value that was prepicked in Dynamo BUT it messes up the inputs in the same fashion as this issue.
So if I prepick [0.5|0.5] in Dynamo, close Dynamo and launch Dynamo player, the prepicked point is turned into [5.0|5.0]. I can now pick any point using Dynamo Player, the output will always be [5.0|5.0], regardless of which point I picked.
As in my initial script I had prepicked a point with large coordinates, the output was always this point being messed up, regardless of which point I picked.
(If I prepick the point [1999.999|1999.999] and launch Dynamo player, the input is converted to [1999999.000|1999999.000])
Edit:
If I don’t prepick a point in the Dynamo Script, save, exit Dynamo and launch Dynamo Player, I don’t get a point at all as an output because it always reverts to the script, where no point is selected.
I will test in 2026 later.
My solution for now has been to draw a point and select that point using “Select Object”. I havn’t run into issues using that approach: