Post #2168: ![](https://blenderartists.org/user_avatar/blenderartists.org/bd3d/48/900236_2.p

📋 Metadata

🏷️ Tags

panel-group context-configuration intermediate solved

  • Panel Group Editor
  • Python Scripting

💬 Content

BD3D:

by the way is it just me ??

Nope, will try to fix for the next version.

BD3D:

im trying to create a tab in the N panel specific for the sculpt editor
unfortunately the panel context function is not working

Not sure. Maybe some of these contexts are not supported in Blender 2.8.
You can set it to Any Context and use your own condition in poll method. For example for sculpt mode:

return C.mode == 'SCULPT'

🔗 View on Blender Artists