Post #677: ![](https://blenderartists.org/user_avatar/blenderartists.org/roaoao/48/37600_2.

📋 Metadata

  • Author: SpdB3d
  • Date: 2017-05-20 13:45:10
  • Type: answer
  • Quality Score: 8/10
  • Reply to: post_00676

🏷️ Tags

hotkeys advanced solved

  • Property Editor
  • Custom Icons
  • Python Scripting

💬 Content

roaoao:

Blender’s pop-up issue. In this case you need to replace bpy.context or C with bl_context (Property or Custom tab).

Another Blender’s issue. If you check the path in Property tab you will see something like this:

bpy.data.screens["Default"].(null) ...

Which means that Blender can’t generate correct path for the button. You have to find it manually.
In this case you need to use this path in Property tab:

bl_context.space_data.fx_settings.use_ssao

I’ll try to fix both issues in Blender 2.79

Thank you :o


🔗 View on Blender Artists