Skip to content

Adding objects to the scene breaks for some object types #565

@smlpt

Description

@smlpt

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions