2025.10.21 Weekly Meeting

Tomorrow, we will be having our next weekly hangout at 10:00 AM ET until 11:00 AM ET. a

Anyone is welcome to join at this link: https://bit.ly/slicer-googlemeet-hosted-by-kitware


Agenda:

Please post to this thread to put a topic on the agenda! We will try to prioritize agenda items during the meeting.


Thanks
Sam and J-Christophe

I’m currently trying to create a custom visualization based on surface models where I need my own mappers (for custom shaders). It looks to me that this route would require a custom implementation of MRMLModelNode, MRMLModelDisplayNode and MRMLModelDisplayableManager.

Due to the way MRMLModelDisplayableManager filters nodes, it is not possible to simply inherit from MRMLModelDisplayNode, as any derived class will be processed by MRMLModelDisplayableManager.

It would be great if we can find some time to discuss this. Maybe we can adjust the filtering of DMs so inherited classes can be handled by custom DMs?

1 Like

Related functions: