OK. I’m pretty sure I know what’s going on there. Should be a quick fix.
Also, I have been working on the usage from an assembly issue. I stumbled into a strange SW behavior that I discuss here.
So, the question is, how should this add-in behave when you select multiple components in an assembly and apply a material? I can disable the Config… button easily enough when multiple components are selected, but where would the material then be applied? All configs? The config of the selected component? Whatever setting was used the last time?
If I leave the Config… button enabled, choosing Selected configs would require displaying another dialog listing all the components with their configurations where you can pick and choose. For now I could disable the ‘Selected configs’ option when multiple components are selected and revisit adding that functionality later.