File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ namespace Bonsai.Scripting
1515 /// </summary>
1616 [ Obsolete ]
1717 [ DefaultProperty ( nameof ( Expression ) ) ]
18- [ WorkflowElementCategory ( ElementCategory . Condition ) ]
1918 [ TypeDescriptionProvider ( typeof ( ExpressionConditionTypeDescriptionProvider ) ) ]
2019 [ Description ( "An expression script used to filter the elements of the sequence." ) ]
2120 public class ExpressionCondition : SingleArgumentExpressionBuilder , IScriptingElement
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ namespace Bonsai.Scripting
1111 /// </summary>
1212 [ Obsolete ]
1313 [ DefaultProperty ( nameof ( Script ) ) ]
14- [ WorkflowElementCategory ( ElementCategory . Condition ) ]
1514 [ Description ( "A Python script used to determine which elements of the input sequence are accepted." ) ]
1615 public class PythonCondition : Combinator
1716 {
You can’t perform that action at this time.
0 commit comments