ClockworkForDynamo icon indicating copy to clipboard operation
ClockworkForDynamo copied to clipboard

Restore List.ReplaceNull/EmptyLists to DS-based

Open andydandy74 opened this issue 10 years ago • 3 comments

Need ReplaceByCondition (https://github.com/DynamoDS/Dynamo/issues/5074) and Object.IsNull (https://github.com/DynamoDS/Dynamo/issues/5073) to work with List.Empty.

andydandy74 avatar Aug 10 '15 12:08 andydandy74

List.ReplaceNull seems to be working just fine. image

ksobon avatar Aug 17 '15 03:08 ksobon

As long as your list doesn't contain an empty list...;-) unbenannt

andydandy74 avatar Aug 17 '15 08:08 andydandy74

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.

andydandy74 avatar Oct 25 '15 20:10 andydandy74