```{warning}
This is a simple port from the [original documentation](https://archive.blender.org/wiki/2015/index.php/User:Raa/Addons/Pie_Menu_Editor/). It will be improved in the future.
```
(ui-customization)=
# UI Customization
## パネルをまとめる
Popup Dialog や Blender の既存パネルを、指定したエディターのサイドバーにまとめられます。作成・配置・親子関係の設定は [Side Panel Editor](side_panel_editor.md) を参照してください。
---
## 不要なパネルを隠す
既存のパネルをグループ単位で非表示にできます。対象の追加と元の表示への戻し方は [Hiding Unused Panels](hiding_unused_panels.md) を参照してください。
---
(pme-menu-panel-extension)=
## Menu/Panel Extension
Blender の既存メニュー・パネル・ヘッダーに、自分のメニューを差し込む機能です。
PME 2.0.0 で再設計され、差し込み先 (Target) / 位置 (Side) / 順序 (Order) を専用のプロパティで管理する形になりました。同じ Target に複数のメニューを重ねて Poll で出し分けることもできます。
**機能の詳細・操作手順は [Interactive Panels と Extend Panel](interactive_panels.md) に集約しました。**
- **Pop-up Dialog** の Extend 設定 → [Popup Dialog Editor](popup_dialog_editor.md)
- **Regular Menu** の Extend 設定 → [Regular Menu Editor](regular_menu_editor.md)
参考動画(旧版) — [原作者 roaoao のチャンネル](../reference/original_author_videos.md)
:::{dropdown} Extending Panels in Blender
:open:
[Extending Panels in Blender — YouTube で開く](https://www.youtube.com/watch?v=iO9PzLX6EDQ)
:::
---
(pme-toolbar)=
## PME Toolbar
```{admonition} Note
:class: warning
It stopped working after 4.3. I am in the process of fixing this.
```
PME allows you to use the *User Preferences* area as a toolbar when its width or height is minimal:

参考動画(旧版) — [原作者 roaoao のチャンネル](../reference/original_author_videos.md)
:::{dropdown} Toolbars in Blender 2.79
[Toolbars in Blender 2.79 — YouTube で開く](https://www.youtube.com/watch?v=PB3wtlZ6AaM)
:::
### Naming
Toolbars display popup dialog's layout depending on its name:
```text
Toolbar
```
Where *Screen Name* and *Position* are optional and *Position* takes one of these values: *Left*, *Right*, *Top*, *Bottom*.
### Examples
| Example | Description |
|---------|-------------|
| `Toolbar Top` | Top toolbar, all screens |
| `Toolbar UV Editing Right` | Right toolbar, *UV Editing* screen |
| `Toolbar 3D View Full` | Any toolbar, *3D View Full* screen |
### Saving
Toolbar widgets are stored in *User Preferences*. The position and size of the toolbars are stored in *.blend* files. So in order to save your toolbars, you need to use both {menuselection}`File --> User Preferences --> Save User Settings` and {menuselection}`File --> Save Startup File` commands.
By default Blender loads UI stored in *.blend* files. To keep the current UI (including toolbars) you need to uncheck *Load UI* option:
