Post #3739: : post_03747
š·ļø Tags
panel-group workspace-integration intermediate solved
āļø Related PME Features
- 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