Skip to content

Commit

Permalink
reorder inputs to match variable availability
Browse files Browse the repository at this point in the history
see #1077
  • Loading branch information
t3kt committed May 14, 2023
1 parent 1a3566d commit e1e802b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
Binary file modified src/operators/filter/modulo1D.tox
Binary file not shown.
12 changes: 6 additions & 6 deletions src/operators/filter/modulo1D.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!rop
meta: !meta
opType: raytk.operators.filter.modulo1D
opVersion: '31'
opVersion: '32'
opStatus: default
paramPages:
- !page
Expand Down Expand Up @@ -188,9 +188,8 @@ inputs:
returnType: !returnT
Returntypefloat: true
- !input
Localalias: offsetField
Variables: cellcoord normcoord
Variableinputs: sizeField shiftField
Localalias: shiftField
Variableinputs: sizeField
coordType: !coordT
Coordtypefloat: true
Coordtypevec2: true
Expand All @@ -200,8 +199,9 @@ inputs:
returnType: !returnT
Returntypefloat: true
- !input
Localalias: shiftField
Variableinputs: sizeField
Localalias: offsetField
Variables: cellcoord normcoord
Variableinputs: sizeField shiftField
coordType: !coordT
Coordtypefloat: true
Coordtypevec2: true
Expand Down
Binary file modified src/operators/filter/modulo2D.tox
Binary file not shown.
12 changes: 6 additions & 6 deletions src/operators/filter/modulo2D.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!rop
meta: !meta
opType: raytk.operators.filter.modulo2D
opVersion: '29'
opVersion: '30'
opStatus: default
opDef: !def
enable: !expr
Expand Down Expand Up @@ -57,9 +57,8 @@ inputs:
Returntypefloat: true
Returntypevec4: true
- !input
Localalias: offsetField
Variables: cellcoord tiledquad normcoord
Variableinputs: sizeField shiftField
Localalias: shiftField
Variableinputs: sizeField
coordType: !coordT
Coordtypevec2: true
Coordtypevec3: true
Expand All @@ -69,8 +68,9 @@ inputs:
Returntypefloat: true
Returntypevec4: true
- !input
Localalias: shiftField
Variableinputs: sizeField
Localalias: offsetField
Variables: cellcoord tiledquad normcoord
Variableinputs: sizeField shiftField
coordType: !coordT
Coordtypevec2: true
Coordtypevec3: true
Expand Down
Binary file modified src/operators/filter/modulo3D.tox
Binary file not shown.
12 changes: 6 additions & 6 deletions src/operators/filter/modulo3D.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!rop
meta: !meta
opType: raytk.operators.filter.modulo3D
opVersion: '25'
opVersion: '26'
opStatus: default
opDef: !def
enable: !expr
Expand Down Expand Up @@ -54,9 +54,8 @@ inputs:
Returntypefloat: true
Returntypevec4: true
- !input
Localalias: offsetField
Variables: cellcoord normcoord
Variableinputs: sizeField shiftField
Localalias: shiftField
Variableinputs: sizeField
coordType: !coordT
Coordtypevec3: true
contextType: !contextT
Expand All @@ -65,8 +64,9 @@ inputs:
Returntypefloat: true
Returntypevec4: true
- !input
Localalias: shiftField
Variableinputs: sizeField
Localalias: offsetField
Variables: cellcoord normcoord
Variableinputs: sizeField shiftField
coordType: !coordT
Coordtypevec3: true
contextType: !contextT
Expand Down

0 comments on commit e1e802b

Please sign in to comment.