You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.
When the input list of SpeckleObjects contains some null values, there should still be output corresponding to the valid inputs.
Actual Behaviour
If a list of SpeckleObjects is passed in, and some of them are null, the whole component fails and produces no output (note that the component runs once the null values are filtered out):
Affected Projects
This is a GH specific issue.
Reproduction Steps & System Config (win, osx, web, etc.)
This is occuring on Windows 10, with Rhino 6 and Speckle-v1.8.24.320.
Proposed Solution (if any)
A null check here will likely be a good starting point:
Step 0:
Expected Behaviour
When the input list of SpeckleObjects contains some null values, there should still be output corresponding to the valid inputs.
Actual Behaviour
If a list of SpeckleObjects is passed in, and some of them are null, the whole component fails and produces no output (note that the component runs once the null values are filtered out):
Affected Projects
This is a GH specific issue.
Reproduction Steps & System Config (win, osx, web, etc.)
This is occuring on Windows 10, with Rhino 6 and Speckle-v1.8.24.320.
Proposed Solution (if any)
A null check here will likely be a good starting point:
SpeckleRhino/SpeckleGrasshopper/ObjectCreation/ExpandObject.cs
Line 82 in 0599829
The text was updated successfully, but these errors were encountered: