Splits a RefPath into multiple paths based on the provided splits. example: splitPath(['SCENES', 'Scene1', 'Layers', 'LayerGroup', 'Layer1'], 'Layers') returns [['SCENES', 'Scene1'], ['LayerGroup', 'Layer1']]
Splits a RefPath into multiple paths based on the provided splits. example: splitPath(['SCENES', 'Scene1', 'Layers', 'LayerGroup', 'Layer1'], 'Layers') returns [['SCENES', 'Scene1'], ['LayerGroup', 'Layer1']]