Deborah Schmidt
Deborah Schmidt
Here are some questions that should be documented somewhere: - How do I import a SciJava gradle project (i.e.scenery) into IntelliJ? Do I need plugins / specific settings? - Which...
It would be great to be able to store the whole scene via `File > Save` and then be able to load a scene via `File > Open`. We could...
https://github.com/openframeworks/ofBook/blob/master/chapters/setup_and_project_structure/chapter.md#addons This refers to examples/addons which is no longer existent in the 0.10 OF branch.
Hi, I wanted to explore cross platform avatar development so I ported your JavaScript eSheep script to Python: https://gitlab.com/frauzufall/random-things/-/blob/main/src/frauzufall/sheep.exe/sheep.py I only added a somewhat working window detection for Linux. On...
Here are some examples for the LoopBuilder, collected from PRs and JavaDoc. The position example depends on `imglib2-5.9.0`, so this PR has to wait until `pom-scijava` includes it. In the...
- [ ] How to loop over all images of a directory - [ ] How to convert image types - [ ] How to do maximum projection - [...
Hiding an object and adjusting it directly afterwards in the properties panel, for example rotating it, triggers the visibility button again and it reappears. If you click somewhere else in...

Starting the `VolumeRenderDemo` and adding a new volume (using the T1 head) adds a blurry (?!) version of the first volume and slows down my machine drastically. 
Copied form https://github.com/scenerygraphics/sciview/pull/344, written by @xulman: Considering a tree of nodes: suppose all is visible, I turn certain leaf not visible, then I make the root not visible, I click...