Help pls! Material not changing in component

Hello, I have been working on a dynamic component used for placing panels in corners of a room. Everything is working great in it besides the material selection. I have it set up so that when the user selects the color in the dropdown list for the main component, the panels will change their material to that color. I did it this way because I want the hardware to keep the wood material at all times. However, this isn’t working. I am not even able to click the subcomponent panels and change the material manually. If someone could help find the issue here and get the material dropdown selection list to work, that would be amazing. Thanks for all the help!

Corner Panel Component.skp (12.3 MB)

The color you are modifying in the DC is applied to the component “wrapper” but the faces inside the component also have the gray material applied to them. Face materials override component materials. Remove the material from the faces inside the component so the material on the component will be ddisplayed. I’ve done that with one of the panels here.

And here I’ve done it with all four panels.
color

Fixed it after implementing your advice. You da man! Much appreciated as usual.

1 Like