Post #4491: How i can put two commands for one key, i tried put it in macro command but it d
📋 Metadata
- Author: 11157
- Date: 2022-08-12 08:55:22
- Type:
question - Quality Score: 4/10
- Replies (1): post_04492
🏷️ Tags
macro hotkeys beginner unsolved
⚙️ Related PME Features
- Macro Editor
- Hotkey Configuration
💬 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?