Hi, I am wondering if it is possible to access the renderer that is associated with a view node. I am currently grabbing the view node using
slicer.util.getFirstNodeByName('View1'), but I don’t know know how to grab the renderer that is associated with that view or rather what threeDwidget the view belongs to.
I am creating a script where more than one 3d views can be created, but I need to keep track of the first one and it seems that I can’t just assume that idx = 0 in