How can I manually assign colors to structures in my 3D Model?

Operating system: Windows 11 Pro
Slicer version: 5.10.0
Expected behavior:
Actual behavior: I imported a segmented model in .nrrd format, from MIB. After creating a model in 3D Slicer, using the model maker, most of the structures of interest were red in color (automatically assigned). This makes it difficult to comprehend the structures of interest. Is there any way I can manually assign colors to the structures in the 3D model?

Yeah, this usually happens because Model Maker keyed the colors off label values that mostly collapsed to one. Easiest fix: go to the Models module, select each model node in the list, and change the color under Display. You can set each structure individually there. If they’re all merged into one model, you may need to re-run Model Maker with a proper color table so each label gets its own color.

Solid fix. One thing worth adding for the re-run case: if all the structures collapsed into one model, it’s often because the input labelmap actually has a single label value rather than distinct integers per structure, so Model Maker had nothing to split on. Worth checking the labelmap’s scalar range first, if it’s all 1s, the fix is upstream in the segmentation, not the color table. When labels are properly distinct, applying a color table (or using the Segmentations module to export) gives each its own color automatically.

Thank you very much. I was able to resolve the issue following the guideline you provided. :+1: