ClockworkForDynamo
ClockworkForDynamo copied to clipboard
Restore List.ReplaceNull/EmptyLists to DS-based
Need ReplaceByCondition (https://github.com/DynamoDS/Dynamo/issues/5074) and Object.IsNull (https://github.com/DynamoDS/Dynamo/issues/5073) to work with List.Empty.
List.ReplaceNull seems to be working just fine.

As long as your list doesn't contain an empty list...;-)
For List.ReplaceNull, I used a Python script as a workaround for this bug.
Once it's fixed, List.ReplaceNull should work again with ReplaceByCondition and Object.IsNull
List.ReplaceEmptyLists is only affected because it depends on List.ReplaceNull - no future changes required.