Post #4053: Command tab:
📋 Metadata
- Author: Motiomancer
- Date: 2021-09-07 12:43:07
- Type:
answer - Quality Score: 7/10
- Reply to: post_04052
🏷️ Tags
macro scripting intermediate solved
⚙️ Related PME Features
- Macro Editor
- Python Scripting
💬 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