-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
Several entries from the Add menu won't add objects to the scene, but instead show a warning message.
These include:
- Compass:
Invalid final parameter: private final float
sc.iview.commands.add.AddOrientationCompass.axisLength
Invalid final parameter: private final float
sc.iview.commands.add.AddOrientationCompass.AXESBARRADlUS
Invalid final parameter: private final org.joml.Vector3f
sc.iview.commands.add.AddOrientationCompass.xColor
Invalid final parameter: private final org.joml.Vector3f
sc.iview.commands.add.AddOrientationCompass.yColor
Invalid final parameter: private final
sc.iview.commands.add.AddOrientationCompass.zColor
- Label Image:
`currentImage` is required but unset.
- Point Light:
The module "sc.iview.commands.add.AddPointLight" is invalid:
- Invalid final parameter: private final sc.iview.SciView
sc.iview.commands.add.AddPointLight.sciView
- Protein from file:
`files` is required but unset.
- Volume from ImageJ:
`image` is required but unset.