📋 Metadata

💬 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