Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for add object errors #566

Merged
merged 6 commits into from
Mar 9, 2024
Merged

Fixes for add object errors #566

merged 6 commits into from
Mar 9, 2024

Commits on Mar 9, 2024

  1. Fix Add Point Light

    kephale committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    731008d View commit details
    Browse the repository at this point in the history
  2. Re-enable imagej-legacy

    It was removed because I thought it fixed an issue that is actually
    fixed by using --add-opens
    kephale committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    b761183 View commit details
    Browse the repository at this point in the history
  3. Do not harvest Vector3f's for OrientationCompass

    These used to be parameters but were throwing a harvesting error.
    kephale committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    0cc905a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2365a59 View commit details
    Browse the repository at this point in the history
  5. Clean AddCylinder

    kephale committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    c45b88d View commit details
    Browse the repository at this point in the history
  6. Finish cleaning AddCylinder

    kephale committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    7d06e24 View commit details
    Browse the repository at this point in the history