User Tools

Site Tools


blender:python:addonnotes:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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://b3d.interplanety.org/en/working-with-uv-maps-through-the-blender-api/|Info about UV Meshes]]
  
 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’, ‘HEADER’, ‘CHANNELS’, ‘TEMPORARY’, ‘UI’, ‘TOOLS’, ‘TOOL_PROPS’, ‘PREVIEW’, ‘HUD’, ‘NAVIGATION_BAR’, ‘EXECUTE’, ‘FOOTER’, ‘TOOL_HEADER’, ‘XR’], default ‘WINDOW’| |bl_region_type|UI|The region where the panel is going to be used in. enum in [‘WINDOW’, ‘HEADER’, ‘CHANNELS’, ‘TEMPORARY’, ‘UI’, ‘TOOLS’, ‘TOOL_PROPS’, ‘PREVIEW’, ‘HUD’, ‘NAVIGATION_BAR’, ‘EXECUTE’, ‘FOOTER’, ‘TOOL_HEADER’, ‘XR’], default ‘WINDOW’|
 |bl_category|Tool|The category (tab) in which the panel will be displayed, when applicable. Leave blank if panel doesn't have tabs.| |bl_category|Tool|The category (tab) in which the panel will be displayed, when applicable. Leave blank if panel doesn't have tabs.|
-|bl_options|DEFAULT_CLOSED|One of DEFAULT_CLOSED, HIDE_HEADER, INSTANCED, HEADER_LAYOUT_EXPAND - Formatting for this panel|+|bl_options|DEFAULT_CLOSED|One of DEFAULT_CLOSED, HIDE_HEADER, INSTANCED, HEADER_LAYOUT_EXPAND - Formatting for this panel, set to <nowiki>{'REGISTER', 'UNDO'}</nowiki> to enable undo|
 |bl_region_type|WINDOW|enum in [‘WINDOW’, ‘HEADER’, ‘CHANNELS’, ‘TEMPORARY’, ‘UI’, ‘TOOLS’, ‘TOOL_PROPS’, ‘PREVIEW’, ‘HUD’, ‘NAVIGATION_BAR’, ‘EXECUTE’, ‘FOOTER’, ‘TOOL_HEADER’, ‘XR’], default ‘WINDOW’| |bl_region_type|WINDOW|enum in [‘WINDOW’, ‘HEADER’, ‘CHANNELS’, ‘TEMPORARY’, ‘UI’, ‘TOOLS’, ‘TOOL_PROPS’, ‘PREVIEW’, ‘HUD’, ‘NAVIGATION_BAR’, ‘EXECUTE’, ‘FOOTER’, ‘TOOL_HEADER’, ‘XR’], default ‘WINDOW’|
  
blender/python/addonnotes/start.1644974676.txt.gz · Last modified: 2022/02/16 01:24 by dwheele