📋 Metadata
- Author: Motiomancer
- Date: 2021-09-07 12:43:07
- Type:
answer - Reply to: post_04052
💬 Content
Command tab:
bpy.ops.mesh.vertex_color_add(); C.active_object.data.vertex_colors[-1].name = 'Random Colors'
Change the name inside the quotations if you need a different one
❤️ 3 likes