Message 1 of 3
How to change mesh color of instance/duplicate object

Not applicable
12-04-2017
01:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How can I change the color of an instanced object? I tried using the polyColorPerVertex command, but I keep getting a Maya Command error. I read online that an instanced object isn't a geometrical object, so is that why polyColorPerVertex isn't working for me? I also tried using duplicate instead of instance, but I get the same error. I tried implementing a for loop to create new objects (instead of creating an object and then using the for loop to create new instances, as I did before), and that worked to randomize the color as I wanted, but the runtime is way too long. Does anyone know of a way to change the mesh color of an instanced/duplicated object?