This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
blender:python:addonnotes:start [2022/02/16 01:24] dwheele [Blender member variables] |
blender:python:addonnotes:start [2022/02/19 18:19] (current) dwheele [Blender Python Addon Notes] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Blender Python Addon Notes ====== | ====== Blender Python Addon Notes ====== | ||
| * [[..start|Full Blender Python notes]] | * [[..start|Full Blender Python notes]] | ||
| + | * [[https:// | ||
| Doing research to make a panel to control Baking Texture assignments. | Doing research to make a panel to control Baking Texture assignments. | ||
| Line 129: | Line 130: | ||
| |bl_region_type|UI|The region where the panel is going to be used in. enum in [‘WINDOW’, | |bl_region_type|UI|The region where the panel is going to be used in. enum in [‘WINDOW’, | ||
| |bl_category|Tool|The category (tab) in which the panel will be displayed, when applicable. Leave blank if panel doesn' | |bl_category|Tool|The category (tab) in which the panel will be displayed, when applicable. Leave blank if panel doesn' | ||
| - | |bl_options|DEFAULT_CLOSED|One of DEFAULT_CLOSED, | + | |bl_options|DEFAULT_CLOSED|One of DEFAULT_CLOSED, |
| |bl_region_type|WINDOW|enum in [‘WINDOW’, | |bl_region_type|WINDOW|enum in [‘WINDOW’, | ||