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