Extensions:2.6/Py/Scripts/Development/Classes Overview

提供: wiki
< Extensions:2.6‎ | Py‎ | Scripts‎ | Development
2018年6月29日 (金) 06:22時点におけるYamyam (トーク | 投稿記録)による版 (1版 をインポートしました)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索
UI Classes Overview
Print the UI classes in a text-block.
UI location Text Editor > UI Cheat Sheet panel
Version 1.0.1 Author(s) lijenstina
Blender 2.78 License GPL


Executable information
File name development_ui_classes.py
Current version download In Blender release add-ons




Info

  • UI Classes Overview
  • Simple add-on for development. List the UI Menus, Panels and Headers in a textblock.

Available options

  • Filters
  • Choice between Menu, Panel, Header and All - limit the overview to a specific class.
  • Generate as a Python dictionary
  • Formats the output of the text as an Python dictionary using the format Class: Path.

Classes overview example python dict.jpg


Usage

  • In the Text Editor > UI Region on the left find the UI Cheat Sheet panel, select the appropriate filters and click Generate UI list.
  • The newly generated Text-Block will be made active in the Text Editor with the name UIList_ + some number.
  • To access the previous ones, select them from the Header dropdown list.

Classes overview standard output.jpg