Post #676: Sp

📋 Metadata

🏷️ Tags

popup-dialog property-editor blender-compatibility intermediate solved

  • Popup Dialog Editor
  • Property Editor
  • Python Scripting

💬 Content

SpdB3d:

i have a issue with some properties like : Backface Culling
when I open the Pop-up menu it appear normally ,but when I click on it to change its state it disappear.

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

SpdB3d:

Ambient Occlusion does not show at all.

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


🔗 View on Blender Artists