📋 Metadata
- Author: 11157
- Date: 2022-08-12 08:55:22
- Type:
question - Replies (1): post_04492
💬 Content
How i can put two commands for one key, i tried put it in macro command but it doesnt work
bpy.context.space_data.shading.type = ‘WIREFRAME’
bpy.context.space_data.shading.type = ‘SOLID
what i should write between these two commands?