Description
Consider the following Groovy script:
#@ org.scijava.ItemIO io
println io
(I also tested with other enum classes, e.g. net.imagej.ops.image.cooccurrenceMatrix.MatrixOrientation2D
)
Running it results in an error message "A ItemIO is required but none exist."
Enum parameters should be rendered as dropdown choice widgets since aeccb57 (test added in 832c671), which seems to work in Java code, but not from scripts.
Metadata
Metadata
Assignees
Labels
No labels