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
15
15
/// </summary>
16
16
[ Obsolete ]
17
17
[ DefaultProperty ( nameof ( Expression ) ) ]
18
- [ WorkflowElementCategory ( ElementCategory . Condition ) ]
19
18
[ TypeDescriptionProvider ( typeof ( ExpressionConditionTypeDescriptionProvider ) ) ]
20
19
[ Description ( "An expression script used to filter the elements of the sequence." ) ]
21
20
public class ExpressionCondition : SingleArgumentExpressionBuilder , IScriptingElement
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ namespace Bonsai.Scripting
11
11
/// </summary>
12
12
[ Obsolete ]
13
13
[ DefaultProperty ( nameof ( Script ) ) ]
14
- [ WorkflowElementCategory ( ElementCategory . Condition ) ]
15
14
[ Description ( "A Python script used to determine which elements of the input sequence are accepted." ) ]
16
15
public class PythonCondition : Combinator
17
16
{
You can’t perform that action at this time.
0 commit comments