📋 Metadata
- Author: SoundDifferent
- Date: 2024-09-23 09:00:21
- Type:
question - Replies (1): post_05235
💬 Content
Sup folks
In 4.0 i use a simple macro to switch viewport shading mode + open specific manu, like:
- bpy.context.space_data.shading.type = ‘SOLID’
- open some menu
Looks like in 4.2 such way no longer works.
Is there a way to simply modify the macro to fix this issue?