「Extensions:2.6/Py/Scripts/Development/Classes Overview」の版間の差分

提供: wiki
移動先: 案内検索
(Created page with "{{ScriptInfo |name=UI Classes Overview |tooltip=Print the UI classes in a text-block. |menu=Text Editor > UI Cheat Sheet panel |version=1.0.1 |blender=2.78 |author=lijenstina |li...")
 
(1版 をインポートしました)
 
(相違点なし)

2018年6月29日 (金) 06:22時点における最新版

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