Post #5231: Sup folks
π Metadata
- Author: SoundDifferent
- Date: 2024-09-23 09:00:21
- Type:
question - Quality Score: 5/10
- Replies (1): post_05235
π·οΈ Tags
v1-20-x macro hotkeys intermediate unsolved
βοΈ Related PME Features
- Macro Editor
- Python Scripting
π¬ 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?