metabot18
(metabot18)
1
Hello Slicer community.
Is it possible to generate 3D renderings like these by calling Slicer’s functions from a Python environment, without having to load Slicer’s GUI?
I tried doing these through VTK Python, but I could not get a very smooth rendering that Slicer manages to do.
Thanks in advance!
pieper
(Steve Pieper (Isomics, Inc.))
2
There’s a long thread on rendering. These approaches should all work with the --no-main-window
and --python-script
options Slicer options.