Post #5231: Sup folks

πŸ“‹ Metadata

🏷️ Tags

v1-20-x macro hotkeys intermediate unsolved

  • Macro Editor
  • Python Scripting

πŸ’¬ Content

Sup folks

In 4.0 i use a simple macro to switch viewport shading mode + open specific manu, like:

  1. bpy.context.space_data.shading.type = β€˜SOLID’
  2. 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?


πŸ”— View on Blender Artists