The Maxon SDK Team is currently short staffed due to the winter holidays. No forum support is being provided between 15/12/2025 and 5/1/2026. For details see Maxon SDK 2025 Winter Holidays.
GraphModelHelper.IsConnected(node, port) crash in 2024.
-
Hi there,
I found themaxon.GraphModelHelper.IsConnected(node, port)will crash ci4d in 2024.2.0 if the port argument filled with None, is this is bug or mean to it?Cheers~
DunHou -
Hi thanks for the report, python should never crash, so it's going to be fixed in the next release. In any case the port should be a valid a port, but an exception should be raised when None is passed.
Cheers,
Maxime