Post #3739: ![](https://blenderartists.org/user_avatar/blenderartists.org/craig_holland/48/7

šŸ“‹ Metadata

šŸ·ļø Tags

panel-group workspace-integration intermediate solved

  • Panel Group Editor
  • Python Scripting

šŸ’¬ Content

Craig_Holland:

Is there a way to get the panel groups in the filter area of the workspace filters under tools?

Nice idea. Will add in one of the next versions.

Craig_Holland:

I’d like to have certain panel groups created in PME only show up when in certain workspaces.

In the current version you can use this code in poll method:

return C.workspace.name in ["Workspace 1", "Workspace 2"]

ā¤ļø 4 likes


šŸ”— View on Blender Artists