Post #2168: : post_02169
🏷️ Tags
panel-group context-configuration intermediate solved
⚙️ Related PME Features
- 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'