I am working on a small kit of meshes that can be combined to create modular weapons, such as this one.
I want different teams to be able to use the same weapons, but for each team the weapon will be recolored to that team’s color. Normally I use vertex coloring in Blender, where I give certain parts of the mesh a darker or lighter shade and then I can recolor the mesh in studio. This approach has limited functionality however, as recoloring the mesh in studio will affect the whole mesh, as seen in the image below.
This behavior is not desired if I want to make weapons I can recolor. I would like certain parts to have a consistent color that is not affected by the mesh’s color in studio. So in a way I would like to ‘lock’ the color of certain parts of the mesh.
One solution would be to split the mesh into multiple parts so I can pick the color for each part individually. However, the weapons will already be created by combining smaller meshes, so this would get very messy.
Is there a way to make it so recoloring the mesh in studio will only recolor a certain section of the mesh?