Andras Lasso
Andras Lasso
Sometimes you need to disable and re-enable depth peeling to make volume rendering show up. Does it help? You can also try to disable volume rendering in all views except...
This causing an issue at various places: - Slicer's DICOMwebBrowser queries list of studies in batches, increasing the offset by the number of studies received, until no new studies are...
Some background: vtkMRMLPointMetaListNode is not available in OpenIGTLinkIF anymore, which causes OpenIGTLinkRemote build error. Short-term solution: remove all references to vtkMRMLPointMetaListNode to restore the build. Final solution: see email correspondence...
These modified methods must be called for proper update and re-render: ``` modelNode.GetPolyData().GetPoints().GetData().Modified() # Trigger re-render modelNode.GetDisplayNode().Modified() ```
We also need to expose this on the GUI: have an Advanced section (collapsed by default) where you could select an existing model node. If you select one then that...
@vasily-v-ryabov awesome, thanks for the update.
This feature is implemented in Watchdog module of SlicerIGT extension. If the chosen transform is not updated (because the tool gets out of view, network communication is interrupted, etc.) then...
If not saving the preview nodes with the scene is really easy to implement then we can do that (disable save with scene flag for the data node and display...
Slicer 4.8 is Qt4. Slicer 4.9 is Qt5, so you can use Qt5 features. It can wait, so it is enough for now that you added a ticket.
Linux build is almost working. It should be ready within a few days, if not already working. If you have any particular issue, post it at https://discourse.slicer.org/t/build-3dslicer-under-ubuntu-16-04/2322/5