connection¶
-
cgp_maya_utils.scene.connection(source, destination)¶ the connection object representing a connection, live or virtual, between the source and the destination
Parameters: - source (str or
cgp_maya_utils.scene.Attribute) – the source of the connection - destination (str or
cgp_maya_utils.scene.Attribute) – the destination of the connection
Returns: the connection object
Return type: - source (str or