Wish: ShowMaterialPickerDialog()

Could we please have a material picker dialog exposed in Rhino.UI.Dialogs similarly to how the color picker works today?

Clicking on the Layer Material gives us this dialog, could this be reused maybe?

1 Like

Hi @mrhe,

In the Rhino WIP, you can use Rhino.UI.Dialogs.ShowLayerMaterialDialog.

var rc = Dialogs.ShowLayerMaterialDialog(doc, layerIndices);

– Dale

Thanks @dale!

Is there any API reference available online for Rhino WIP?