UILayout(bpy_struct)

base class — bpy_struct

class bpy.types.UILayout(bpy_struct)

User interface layout in a panel or header

active
Type :boolean, default False
alignment
Type :enum in [‘EXPAND’, ‘LEFT’, ‘CENTER’, ‘RIGHT’], default ‘EXPAND’
enabled

When false, this (sub)layout is greyed out.

Type :boolean, default False
operator_context
Type :enum in [‘INVOKE_DEFAULT’, ‘INVOKE_REGION_WIN’, ‘INVOKE_REGION_CHANNELS’, ‘INVOKE_REGION_PREVIEW’, ‘INVOKE_AREA’, ‘INVOKE_SCREEN’, ‘EXEC_DEFAULT’, ‘EXEC_REGION_WIN’, ‘EXEC_REGION_CHANNELS’, ‘EXEC_REGION_PREVIEW’, ‘EXEC_AREA’, ‘EXEC_SCREEN’], default ‘INVOKE_DEFAULT’
scale_x

Scale factor along the X for items in this (sub)layout.

Type :float in [0, inf], default 0.0
scale_y

Scale factor along the Y for items in this (sub)layout.

Type :float in [0, inf], default 0.0
row(align=False)

Sub-layout. Items placed in this sublayout are placed next to each other in a row.

Parameters:
  • align (boolean, (optional)) – Align buttons to each other.
Returns:

Sub-layout to put items in.

Return type:

UILayout

column(align=False)

Sub-layout. Items placed in this sublayout are placed under each other in a column.

Parameters:
  • align (boolean, (optional)) – Align buttons to each other.
Returns:

Sub-layout to put items in.

Return type:

UILayout

column_flow(columns=0, align=False)

column_flow

Parameters:
  • columns (int in [0, inf], (optional)) – Number of columns, 0 is automatic.
  • align (boolean, (optional)) – Align buttons to each other.
Returns:

Sub-layout to put items in.

Return type:

UILayout

box()

Sublayout. Items placed in this sublayout are placed under each other in a column and are surrounded by a box.

Returns:Sub-layout to put items in.
Return type:UILayout
split(percentage=0.0, align=False)

split

Parameters:
  • percentage (float in [0, 1], (optional)) – Percentage, Percentage of width to split at.
  • align (boolean, (optional)) – Align buttons to each other.
Returns:

Sub-layout to put items in.

Return type:

UILayout

prop(data, property, text="", icon='BLENDER', expand=False, slider=False, toggle=False, icon_only=False, event=False, full_event=False, emboss=True, index=-1)

Item. Exposes an RNA item and places it into the layout.

Parameters:
  • data (AnyType, (never None)) – Data from which to take property.
  • property (string) – Identifier of property in data.
  • text (string, (optional)) – Override automatic text of the item.
  • icon (enum in [‘BLENDER’, ‘QUESTION’, ‘ERROR’, ‘CANCEL’, ‘TRIA_RIGHT’, ‘TRIA_DOWN’, ‘TRIA_LEFT’, ‘TRIA_UP’, ‘ARROW_LEFTRIGHT’, ‘PLUS’, ‘DISCLOSURE_TRI_DOWN’, ‘DISCLOSURE_TRI_RIGHT’, ‘RADIOBUT_OFF’, ‘RADIOBUT_ON’, ‘MENU_PANEL’, ‘PYTHON’, ‘BLANK003’, ‘DOT’, ‘BLANK004’, ‘X’, ‘BLANK005’, ‘GO_LEFT’, ‘PLUG’, ‘UI’, ‘NODE’, ‘NODE_SEL’, ‘FULLSCREEN’, ‘SPLITSCREEN’, ‘RIGHTARROW_THIN’, ‘BORDERMOVE’, ‘VIEWZOOM’, ‘ZOOMIN’, ‘ZOOMOUT’, ‘PANEL_CLOSE’, ‘COPY_ID’, ‘EYEDROPPER’, ‘LINK_AREA’, ‘AUTO’, ‘CHECKBOX_DEHLT’, ‘CHECKBOX_HLT’, ‘UNLOCKED’, ‘LOCKED’, ‘UNPINNED’, ‘PINNED’, ‘SCREEN_BACK’, ‘RIGHTARROW’, ‘DOWNARROW_HLT’, ‘DOTSUP’, ‘DOTSDOWN’, ‘LINK’, ‘INLINK’, ‘PLUGIN’, ‘HELP’, ‘GHOST_ENABLED’, ‘COLOR’, ‘LINKED’, ‘UNLINKED’, ‘HAND’, ‘ZOOM_ALL’, ‘ZOOM_SELECTED’, ‘ZOOM_PREVIOUS’, ‘ZOOM_IN’, ‘ZOOM_OUT’, ‘RENDER_REGION’, ‘BORDER_RECT’, ‘BORDER_LASSO’, ‘FREEZE’, ‘STYLUS_PRESSURE’, ‘GHOST_DISABLED’, ‘NEW’, ‘FILE_TICK’, ‘QUIT’, ‘URL’, ‘RECOVER_LAST’, ‘BLANK038’, ‘FULLSCREEN_ENTER’, ‘FULLSCREEN_EXIT’, ‘BLANK1’, ‘LAMP’, ‘MATERIAL’, ‘TEXTURE’, ‘ANIM’, ‘WORLD’, ‘SCENE’, ‘EDIT’, ‘GAME’, ‘RADIO’, ‘SCRIPT’, ‘PARTICLES’, ‘PHYSICS’, ‘SPEAKER’, ‘TEXTURE_SHADED’, ‘BLANK042’, ‘BLANK043’, ‘BLANK044’, ‘BLANK045’, ‘BLANK046’, ‘BLANK047’, ‘BLANK048’, ‘BLANK049’, ‘BLANK050’, ‘BLANK051’, ‘BLANK052’, ‘BLANK052b’, ‘VIEW3D’, ‘IPO’, ‘OOPS’, ‘BUTS’, ‘FILESEL’, ‘IMAGE_COL’, ‘INFO’, ‘SEQUENCE’, ‘TEXT’, ‘IMASEL’, ‘SOUND’, ‘ACTION’, ‘NLA’, ‘SCRIPTWIN’, ‘TIME’, ‘NODETREE’, ‘LOGIC’, ‘CONSOLE’, ‘PREFERENCES’, ‘ASSET_MANAGER’, ‘BLANK057’, ‘BLANK058’, ‘BLANK059’, ‘BLANK060’, ‘BLANK061’, ‘BLANK061b’, ‘OBJECT_DATAMODE’, ‘EDITMODE_HLT’, ‘FACESEL_HLT’, ‘VPAINT_HLT’, ‘TPAINT_HLT’, ‘WPAINT_HLT’, ‘SCULPTMODE_HLT’, ‘POSE_HLT’, ‘PARTICLEMODE’, ‘LIGHTPAINT’, ‘BLANK063’, ‘BLANK064’, ‘BLANK065’, ‘BLANK066’, ‘BLANK067’, ‘BLANK068’, ‘BLANK069’, ‘BLANK070’, ‘BLANK071’, ‘BLANK072’, ‘BLANK073’, ‘BLANK074’, ‘BLANK075’, ‘BLANK076’, ‘BLANK077’, ‘BLANK077b’, ‘SCENE_DATA’, ‘RENDERLAYERS’, ‘WORLD_DATA’, ‘OBJECT_DATA’, ‘MESH_DATA’, ‘CURVE_DATA’, ‘META_DATA’, ‘LATTICE_DATA’, ‘LAMP_DATA’, ‘MATERIAL_DATA’, ‘TEXTURE_DATA’, ‘ANIM_DATA’, ‘CAMERA_DATA’, ‘PARTICLE_DATA’, ‘LIBRARY_DATA_DIRECT’, ‘GROUP’, ‘ARMATURE_DATA’, ‘POSE_DATA’, ‘BONE_DATA’, ‘CONSTRAINT’, ‘SHAPEKEY_DATA’, ‘CONSTRAINT_BONE’, ‘BLANK079’, ‘PACKAGE’, ‘UGLYPACKAGE’, ‘BLANK079b’, ‘BRUSH_DATA’, ‘IMAGE_DATA’, ‘FILE’, ‘FCURVE’, ‘FONT_DATA’, ‘RENDER_RESULT’, ‘SURFACE_DATA’, ‘EMPTY_DATA’, ‘SETTINGS’, ‘RENDER_ANIMATION’, ‘RENDER_STILL’, ‘BLANK080F’, ‘BOIDS’, ‘STRANDS’, ‘LIBRARY_DATA_INDIRECT’, ‘GREASEPENCIL’, ‘BLANK083’, ‘BLANK084’, ‘GROUP_BONE’, ‘GROUP_VERTEX’, ‘GROUP_VCOL’, ‘GROUP_UVS’, ‘BLANK089’, ‘BLANK090’, ‘RNA’, ‘RNA_ADD’, ‘BLANK092’, ‘BLANK093’, ‘BLANK094’, ‘BLANK095’, ‘BLANK096’, ‘BLANK097’, ‘BLANK098’, ‘BLANK099’, ‘BLANK100’, ‘BLANK101’, ‘BLANK102’, ‘BLANK103’, ‘BLANK104’, ‘BLANK105’, ‘BLANK106’, ‘BLANK107’, ‘BLANK108’, ‘BLANK109’, ‘BLANK110’, ‘BLANK111’, ‘BLANK112’, ‘BLANK113’, ‘BLANK114’, ‘BLANK115’, ‘BLANK116’, ‘BLANK116b’, ‘OUTLINER_OB_EMPTY’, ‘OUTLINER_OB_MESH’, ‘OUTLINER_OB_CURVE’, ‘OUTLINER_OB_LATTICE’, ‘OUTLINER_OB_META’, ‘OUTLINER_OB_LAMP’, ‘OUTLINER_OB_CAMERA’, ‘OUTLINER_OB_ARMATURE’, ‘OUTLINER_OB_FONT’, ‘OUTLINER_OB_SURFACE’, ‘BLANK119’, ‘BLANK120’, ‘BLANK121’, ‘BLANK122’, ‘BLANK123’, ‘BLANK124’, ‘BLANK125’, ‘BLANK126’, ‘BLANK127’, ‘RESTRICT_VIEW_OFF’, ‘RESTRICT_VIEW_ON’, ‘RESTRICT_SELECT_OFF’, ‘RESTRICT_SELECT_ON’, ‘RESTRICT_RENDER_OFF’, ‘RESTRICT_RENDER_ON’, ‘BLANK127b’, ‘OUTLINER_DATA_EMPTY’, ‘OUTLINER_DATA_MESH’, ‘OUTLINER_DATA_CURVE’, ‘OUTLINER_DATA_LATTICE’, ‘OUTLINER_DATA_META’, ‘OUTLINER_DATA_LAMP’, ‘OUTLINER_DATA_CAMERA’, ‘OUTLINER_DATA_ARMATURE’, ‘OUTLINER_DATA_FONT’, ‘OUTLINER_DATA_SURFACE’, ‘OUTLINER_DATA_POSE’, ‘BLANK129’, ‘BLANK130’, ‘BLANK131’, ‘BLANK132’, ‘BLANK133’, ‘BLANK134’, ‘BLANK135’, ‘BLANK136’, ‘BLANK137’, ‘BLANK138’, ‘BLANK139’, ‘BLANK140’, ‘BLANK141’, ‘BLANK142’, ‘BLANK142b’, ‘MESH_PLANE’, ‘MESH_CUBE’, ‘MESH_CIRCLE’, ‘MESH_UVSPHERE’, ‘MESH_ICOSPHERE’, ‘MESH_GRID’, ‘MESH_MONKEY’, ‘MESH_CYLINDER’, ‘MESH_TORUS’, ‘MESH_CONE’, ‘BLANK610’, ‘BLANK611’, ‘LAMP_POINT’, ‘LAMP_SUN’, ‘LAMP_SPOT’, ‘LAMP_HEMI’, ‘LAMP_AREA’, ‘BLANK617’, ‘BLANK618’, ‘BLANK619’, ‘META_PLANE’, ‘META_CUBE’, ‘META_BALL’, ‘META_ELLIPSOID’, ‘META_CAPSULE’, ‘BLANK625’, ‘SURFACE_NCURVE’, ‘SURFACE_NCIRCLE’, ‘SURFACE_NSURFACE’, ‘SURFACE_NCYLINDER’, ‘SURFACE_NSPHERE’, ‘SURFACE_NTORUS’, ‘BLANK636’, ‘BLANK637’, ‘BLANK638’, ‘CURVE_BEZCURVE’, ‘CURVE_BEZCIRCLE’, ‘CURVE_NCURVE’, ‘CURVE_NCIRCLE’, ‘CURVE_PATH’, ‘BLANK644’, ‘BLANK645’, ‘BLANK646’, ‘BLANK647’, ‘BLANK648’, ‘BLANK649’, ‘BLANK650’, ‘BLANK651’, ‘BLANK652’, ‘BLANK653’, ‘BLANK654’, ‘BLANK655’, ‘FORCE_FORCE’, ‘FORCE_WIND’, ‘FORCE_VORTEX’, ‘FORCE_MAGNETIC’, ‘FORCE_HARMONIC’, ‘FORCE_CHARGE’, ‘FORCE_LENNARDJONES’, ‘FORCE_TEXTURE’, ‘FORCE_CURVE’, ‘FORCE_BOID’, ‘FORCE_TURBULENCE’, ‘FORCE_DRAG’, ‘BLANK672’, ‘BLANK673’, ‘BLANK674’, ‘BLANK675’, ‘BLANK676’, ‘BLANK677’, ‘BLANK678’, ‘BLANK679’, ‘BLANK680’, ‘BLANK681’, ‘BLANK682’, ‘BLANK683’, ‘BLANK684’, ‘BLANK685’, ‘BLANK690’, ‘BLANK691’, ‘BLANK692’, ‘BLANK693’, ‘BLANK694’, ‘BLANK695’, ‘BLANK696’, ‘BLANK697’, ‘BLANK698’, ‘BLANK699’, ‘BLANK700’, ‘BLANK701’, ‘BLANK702’, ‘BLANK703’, ‘BLANK704’, ‘BLANK705’, ‘BLANK706’, ‘BLANK707’, ‘BLANK708’, ‘BLANK709’, ‘BLANK710’, ‘BLANK711’, ‘BLANK712’, ‘BLANK713’, ‘BLANK714’, ‘BLANK715’, ‘BLANK720’, ‘BLANK721’, ‘BLANK722’, ‘BLANK733’, ‘BLANK734’, ‘BLANK735’, ‘BLANK736’, ‘BLANK737’, ‘BLANK738’, ‘BLANK739’, ‘BLANK740’, ‘BLANK741’, ‘BLANK742’, ‘BLANK743’, ‘BLANK744’, ‘BLANK745’, ‘BLANK746’, ‘BLANK747’, ‘BLANK748’, ‘BLANK749’, ‘BLANK750’, ‘BLANK751’, ‘BLANK752’, ‘BLANK753’, ‘BLANK754’, ‘BLANK755’, ‘BLANK760’, ‘BLANK761’, ‘BLANK762’, ‘BLANK763’, ‘BLANK764’, ‘BLANK765’, ‘BLANK766’, ‘BLANK767’, ‘BLANK768’, ‘BLANK769’, ‘BLANK770’, ‘BLANK771’, ‘BLANK772’, ‘BLANK773’, ‘BLANK774’, ‘BLANK775’, ‘BLANK776’, ‘BLANK777’, ‘BLANK778’, ‘BLANK779’, ‘BLANK780’, ‘BLANK781’, ‘BLANK782’, ‘BLANK783’, ‘BLANK784’, ‘BLANK785’, ‘MODIFIER’, ‘MOD_WAVE’, ‘MOD_BUILD’, ‘MOD_DECIM’, ‘MOD_MIRROR’, ‘MOD_SOFT’, ‘MOD_SUBSURF’, ‘HOOK’, ‘MOD_PHYSICS’, ‘MOD_PARTICLES’, ‘MOD_BOOLEAN’, ‘MOD_EDGESPLIT’, ‘MOD_ARRAY’, ‘MOD_UVPROJECT’, ‘MOD_DISPLACE’, ‘MOD_CURVE’, ‘MOD_LATTICE’, ‘CONSTRAINT_DATA’, ‘MOD_ARMATURE’, ‘MOD_SHRINKWRAP’, ‘MOD_CAST’, ‘MOD_MESHDEFORM’, ‘MOD_BEVEL’, ‘MOD_SMOOTH’, ‘MOD_SIMPLEDEFORM’, ‘MOD_MASK’, ‘MOD_CLOTH’, ‘MOD_EXPLODE’, ‘MOD_FLUIDSIM’, ‘MOD_MULTIRES’, ‘MOD_SMOKE’, ‘MOD_SOLIDIFY’, ‘MOD_SCREW’, ‘BLANK160’, ‘BLANK161’, ‘BLANK162’, ‘BLANK163’, ‘BLANK164’, ‘BLANK165’, ‘BLANK166’, ‘BLANK167’, ‘BLANK168’, ‘BLANK169’, ‘BLANK170’, ‘BLANK171’, ‘BLANK172’, ‘BLANK173’, ‘BLANK174’, ‘BLANK175’, ‘BLANK176’, ‘BLANK177’, ‘BLANK177b’, ‘REC’, ‘PLAY’, ‘FF’, ‘REW’, ‘PAUSE’, ‘PREV_KEYFRAME’, ‘NEXT_KEYFRAME’, ‘PLAY_AUDIO’, ‘PLAY_REVERSE’, ‘PREVIEW_RANGE’, ‘BLANK180’, ‘PMARKER_ACT’, ‘PMARKER_SEL’, ‘PMARKER’, ‘MARKER_HLT’, ‘MARKER’, ‘SPACE2’, ‘SPACE3’, ‘BLANK181’, ‘KEY_DEHLT’, ‘KEY_HLT’, ‘MUTE_IPO_OFF’, ‘MUTE_IPO_ON’, ‘BLANK182’, ‘BLANK183’, ‘BLANK183b’, ‘BLANK184’, ‘BLANK185’, ‘BLANK186’, ‘BLANK187’, ‘BLANK188’, ‘BLANK189’, ‘BLANK190’, ‘BLANK191’, ‘BLANK192’, ‘BLANK193’, ‘BLANK194’, ‘BLANK195’, ‘BLANK196’, ‘BLANK197’, ‘BLANK198’, ‘BLANK199’, ‘BLANK200’, ‘BLANK201’, ‘BLANK202’, ‘BLANK203’, ‘BLANK204’, ‘BLANK205’, ‘BLANK206’, ‘BLANK207’, ‘BLANK208’, ‘BLANK208b’, ‘VERTEXSEL’, ‘EDGESEL’, ‘FACESEL’, ‘LINKEDSEL’, ‘BLANK210’, ‘ROTATE’, ‘CURSOR’, ‘ROTATECOLLECTION’, ‘ROTATECENTER’, ‘ROTACTIVE’, ‘ALIGN’, ‘BLANK211’, ‘SMOOTHCURVE’, ‘SPHERECURVE’, ‘ROOTCURVE’, ‘SHARPCURVE’, ‘LINCURVE’, ‘NOCURVE’, ‘RNDCURVE’, ‘PROP_OFF’, ‘PROP_ON’, ‘PROP_CON’, ‘BLANK212’, ‘PARTICLE_POINT’, ‘PARTICLE_TIP’, ‘PARTICLE_PATH’, ‘MAN_TRANS’, ‘MAN_ROT’, ‘MAN_SCALE’, ‘MANIPUL’, ‘SNAP_OFF’, ‘SNAP_ON’, ‘SNAP_NORMAL’, ‘SNAP_INCREMENT’, ‘SNAP_VERTEX’, ‘SNAP_EDGE’, ‘SNAP_FACE’, ‘SNAP_VOLUME’, ‘UVS_FACE’, ‘STICKY_UVS_LOC’, ‘STICKY_UVS_DISABLE’, ‘STICKY_UVS_VERT’, ‘CLIPUV_DEHLT’, ‘CLIPUV_HLT’, ‘SNAP_PEEL_OBJECT’, ‘GRID’, ‘GEARS’, ‘BLANK221’, ‘BLANK224’, ‘BLANK225’, ‘BLANK226’, ‘BLANK226b’, ‘PASTEDOWN’, ‘COPYDOWN’, ‘PASTEFLIPUP’, ‘PASTEFLIPDOWN’, ‘BLANK227’, ‘BLANK228’, ‘BLANK229’, ‘BLANK230’, ‘SNAP_SURFACE’, ‘BLANK232’, ‘BLANK233’, ‘RETOPO’, ‘UV_VERTEXSEL’, ‘UV_EDGESEL’, ‘UV_FACESEL’, ‘UV_ISLANDSEL’, ‘UV_SYNC_SELECT’, ‘BLANK240’, ‘BLANK241’, ‘BLANK242’, ‘BLANK243’, ‘BLANK244’, ‘BLANK245’, ‘BLANK246’, ‘BLANK247’, ‘BLANK247b’, ‘BBOX’, ‘WIRE’, ‘SOLID’, ‘SMOOTH’, ‘POTATO’, ‘BLANK248’, ‘ORTHO’, ‘ORTHO_OFF’, ‘CAMERA’, ‘LOCKVIEW_OFF’, ‘LOCKVIEW_ON’, ‘BLANK250’, ‘AXIS_SIDE’, ‘AXIS_FRONT’, ‘AXIS_TOP’, ‘NDOF_DOM’, ‘NDOF_TURN’, ‘NDOF_FLY’, ‘NDOF_TRANS’, ‘LAYER_USED’, ‘LAYER_ACTIVE’, ‘BLANK254’, ‘BLANK255’, ‘BLANK256’, ‘BLANK257’, ‘BLANK257b’, ‘BLANK258’, ‘BLANK259’, ‘BLANK260’, ‘BLANK261’, ‘BLANK262’, ‘BLANK263’, ‘BLANK264’, ‘BLANK265’, ‘BLANK266’, ‘BLANK267’, ‘BLANK268’, ‘BLANK269’, ‘BLANK270’, ‘BLANK271’, ‘BLANK272’, ‘BLANK273’, ‘BLANK274’, ‘BLANK275’, ‘BLANK276’, ‘BLANK277’, ‘BLANK278’, ‘BLANK279’, ‘BLANK280’, ‘BLANK281’, ‘BLANK282’, ‘BLANK282b’, ‘SORTALPHA’, ‘SORTBYEXT’, ‘SORTTIME’, ‘SORTSIZE’, ‘LONGDISPLAY’, ‘SHORTDISPLAY’, ‘GHOST’, ‘IMGDISPLAY’, ‘BLANK284’, ‘BLANK285’, ‘BOOKMARKS’, ‘FONTPREVIEW’, ‘FILTER’, ‘NEWFOLDER’, ‘BLANK285F’, ‘FILE_PARENT’, ‘FILE_REFRESH’, ‘FILE_FOLDER’, ‘FILE_BLANK’, ‘FILE_BLEND’, ‘FILE_IMAGE’, ‘FILE_MOVIE’, ‘FILE_SCRIPT’, ‘FILE_SOUND’, ‘FILE_FONT’, ‘BLANK291b’, ‘BLANK292’, ‘BLANK293’, ‘BLANK294’, ‘BLANK295’, ‘BLANK296’, ‘BLANK297’, ‘BLANK298’, ‘BLANK299’, ‘BLANK300’, ‘BLANK301’, ‘BLANK302’, ‘BLANK303’, ‘BLANK304’, ‘BLANK305’, ‘BLANK306’, ‘BACK’, ‘FORWARD’, ‘BLANK309’, ‘BLANK310’, ‘BLANK311’, ‘BLANK312’, ‘BLANK313’, ‘BLANK314’, ‘BLANK315’, ‘BLANK316’, ‘DISK_DRIVE’, ‘MATPLANE’, ‘MATSPHERE’, ‘MATCUBE’, ‘MONKEY’, ‘HAIR’, ‘ALIASED’, ‘ANTIALIASED’, ‘MAT_SPHERE_SKY’, ‘BLANK319’, ‘BLANK320’, ‘BLANK321’, ‘BLANK322’, ‘WORDWRAP_OFF’, ‘WORDWRAP_ON’, ‘SYNTAX_OFF’, ‘SYNTAX_ON’, ‘LINENUMBERS_OFF’, ‘LINENUMBERS_ON’, ‘SCRIPTPLUGINS’, ‘BLANK323’, ‘BLANK324’, ‘BLANK325’, ‘BLANK326’, ‘BLANK327’, ‘BLANK328’, ‘BLANK328b’, ‘SEQ_SEQUENCER’, ‘SEQ_PREVIEW’, ‘SEQ_LUMA_WAVEFORM’, ‘SEQ_CHROMA_SCOPE’, ‘SEQ_HISTOGRAM’, ‘SEQ_SPLITVIEW’, ‘BLANK331’, ‘BLANK332’, ‘BLANK333’, ‘IMAGE_RGB’, ‘IMAGE_RGB_ALPHA’, ‘IMAGE_ALPHA’, ‘IMAGE_ZDEPTH’, ‘IMAGEFILE’, ‘BLANK336’, ‘BLANK337’, ‘BLANK338’, ‘BLANK339’, ‘BLANK340’, ‘BLANK341’, ‘BLANK342’, ‘BLANK343’, ‘BLANK344’, ‘BLANK345’, ‘BLANK346’, ‘BLANK346b’, ‘BRUSH_ADD’, ‘BRUSH_BLOB’, ‘BRUSH_BLUR’, ‘BRUSH_CLAY’, ‘BRUSH_CLONE’, ‘BRUSH_CREASE’, ‘BRUSH_DARKEN’, ‘BRUSH_FILL’, ‘BRUSH_FLATTEN’, ‘BRUSH_GRAB’, ‘BRUSH_INFLATE’, ‘BRUSH_LAYER’, ‘BRUSH_LIGHTEN’, ‘BRUSH_MIX’, ‘BRUSH_MULTIPLY’, ‘BRUSH_NUDGE’, ‘BRUSH_PINCH’, ‘BRUSH_SCRAPE’, ‘BRUSH_SCULPT_DRAW’, ‘BRUSH_SMEAR’, ‘BRUSH_SMOOTH’, ‘BRUSH_SNAKE_HOOK’, ‘BRUSH_SOFTEN’, ‘BRUSH_SUBTRACT’, ‘BRUSH_TEXDRAW’, ‘BRUSH_THUMB’, ‘BRUSH_ROTATE’, ‘BRUSH_VERTEXDRAW’, ‘VIEW3D_VEC’, ‘EDIT_VEC’, ‘EDITMODE_DEHLT’, ‘EDITMODE_HLT’, ‘DISCLOSURE_TRI_RIGHT_VEC’, ‘DISCLOSURE_TRI_DOWN_VEC’, ‘MOVE_UP_VEC’, ‘MOVE_DOWN_VEC’, ‘X_VEC’, ‘SMALL_TRI_RIGHT_VEC’], (optional)) – Icon, Override automatic icon of the item
  • expand (boolean, (optional)) – Expand button to show more detail.
  • slider (boolean, (optional)) – Use slider widget for numeric values.
  • toggle (boolean, (optional)) – Use toggle widget for boolean values.
  • icon_only (boolean, (optional)) – Draw only icons in buttons, no text.
  • event (boolean, (optional)) – Use button to input key events.
  • full_event (boolean, (optional)) – Use button to input full events including modifiers.
  • emboss (boolean, (optional)) – Draw the button itself, just the icon/text.
  • index (int in [-2, inf], (optional)) – The index of this button, when set a single member of an array can be accessed, when set to -1 all array members are used.
props_enum(data, property)

props_enum

Parameters:
  • data (AnyType, (never None)) – Data from which to take property.
  • property (string) – Identifier of property in data.
prop_menu_enum(data, property, text="", icon='BLENDER')

prop_menu_enum

Parameters:
  • data (AnyType, (never None)) – Data from which to take property.
  • property (string) – Identifier of property in data.
  • text (string, (optional)) – Override automatic text of the item.
  • icon (enum in [‘BLENDER’, ‘QUESTION’, ‘ERROR’, ‘CANCEL’, ‘TRIA_RIGHT’, ‘TRIA_DOWN’, ‘TRIA_LEFT’, ‘TRIA_UP’, ‘ARROW_LEFTRIGHT’, ‘PLUS’, ‘DISCLOSURE_TRI_DOWN’, ‘DISCLOSURE_TRI_RIGHT’, ‘RADIOBUT_OFF’, ‘RADIOBUT_ON’, ‘MENU_PANEL’, ‘PYTHON’, ‘BLANK003’, ‘DOT’, ‘BLANK004’, ‘X’, ‘BLANK005’, ‘GO_LEFT’, ‘PLUG’, ‘UI’, ‘NODE’, ‘NODE_SEL’, ‘FULLSCREEN’, ‘SPLITSCREEN’, ‘RIGHTARROW_THIN’, ‘BORDERMOVE’, ‘VIEWZOOM’, ‘ZOOMIN’, ‘ZOOMOUT’, ‘PANEL_CLOSE’, ‘COPY_ID’, ‘EYEDROPPER’, ‘LINK_AREA’, ‘AUTO’, ‘CHECKBOX_DEHLT’, ‘CHECKBOX_HLT’, ‘UNLOCKED’, ‘LOCKED’, ‘UNPINNED’, ‘PINNED’, ‘SCREEN_BACK’, ‘RIGHTARROW’, ‘DOWNARROW_HLT’, ‘DOTSUP’, ‘DOTSDOWN’, ‘LINK’, ‘INLINK’, ‘PLUGIN’, ‘HELP’, ‘GHOST_ENABLED’, ‘COLOR’, ‘LINKED’, ‘UNLINKED’, ‘HAND’, ‘ZOOM_ALL’, ‘ZOOM_SELECTED’, ‘ZOOM_PREVIOUS’, ‘ZOOM_IN’, ‘ZOOM_OUT’, ‘RENDER_REGION’, ‘BORDER_RECT’, ‘BORDER_LASSO’, ‘FREEZE’, ‘STYLUS_PRESSURE’, ‘GHOST_DISABLED’, ‘NEW’, ‘FILE_TICK’, ‘QUIT’, ‘URL’, ‘RECOVER_LAST’, ‘BLANK038’, ‘FULLSCREEN_ENTER’, ‘FULLSCREEN_EXIT’, ‘BLANK1’, ‘LAMP’, ‘MATERIAL’, ‘TEXTURE’, ‘ANIM’, ‘WORLD’, ‘SCENE’, ‘EDIT’, ‘GAME’, ‘RADIO’, ‘SCRIPT’, ‘PARTICLES’, ‘PHYSICS’, ‘SPEAKER’, ‘TEXTURE_SHADED’, ‘BLANK042’, ‘BLANK043’, ‘BLANK044’, ‘BLANK045’, ‘BLANK046’, ‘BLANK047’, ‘BLANK048’, ‘BLANK049’, ‘BLANK050’, ‘BLANK051’, ‘BLANK052’, ‘BLANK052b’, ‘VIEW3D’, ‘IPO’, ‘OOPS’, ‘BUTS’, ‘FILESEL’, ‘IMAGE_COL’, ‘INFO’, ‘SEQUENCE’, ‘TEXT’, ‘IMASEL’, ‘SOUND’, ‘ACTION’, ‘NLA’, ‘SCRIPTWIN’, ‘TIME’, ‘NODETREE’, ‘LOGIC’, ‘CONSOLE’, ‘PREFERENCES’, ‘ASSET_MANAGER’, ‘BLANK057’, ‘BLANK058’, ‘BLANK059’, ‘BLANK060’, ‘BLANK061’, ‘BLANK061b’, ‘OBJECT_DATAMODE’, ‘EDITMODE_HLT’, ‘FACESEL_HLT’, ‘VPAINT_HLT’, ‘TPAINT_HLT’, ‘WPAINT_HLT’, ‘SCULPTMODE_HLT’, ‘POSE_HLT’, ‘PARTICLEMODE’, ‘LIGHTPAINT’, ‘BLANK063’, ‘BLANK064’, ‘BLANK065’, ‘BLANK066’, ‘BLANK067’, ‘BLANK068’, ‘BLANK069’, ‘BLANK070’, ‘BLANK071’, ‘BLANK072’, ‘BLANK073’, ‘BLANK074’, ‘BLANK075’, ‘BLANK076’, ‘BLANK077’, ‘BLANK077b’, ‘SCENE_DATA’, ‘RENDERLAYERS’, ‘WORLD_DATA’, ‘OBJECT_DATA’, ‘MESH_DATA’, ‘CURVE_DATA’, ‘META_DATA’, ‘LATTICE_DATA’, ‘LAMP_DATA’, ‘MATERIAL_DATA’, ‘TEXTURE_DATA’, ‘ANIM_DATA’, ‘CAMERA_DATA’, ‘PARTICLE_DATA’, ‘LIBRARY_DATA_DIRECT’, ‘GROUP’, ‘ARMATURE_DATA’, ‘POSE_DATA’, ‘BONE_DATA’, ‘CONSTRAINT’, ‘SHAPEKEY_DATA’, ‘CONSTRAINT_BONE’, ‘BLANK079’, ‘PACKAGE’, ‘UGLYPACKAGE’, ‘BLANK079b’, ‘BRUSH_DATA’, ‘IMAGE_DATA’, ‘FILE’, ‘FCURVE’, ‘FONT_DATA’, ‘RENDER_RESULT’, ‘SURFACE_DATA’, ‘EMPTY_DATA’, ‘SETTINGS’, ‘RENDER_ANIMATION’, ‘RENDER_STILL’, ‘BLANK080F’, ‘BOIDS’, ‘STRANDS’, ‘LIBRARY_DATA_INDIRECT’, ‘GREASEPENCIL’, ‘BLANK083’, ‘BLANK084’, ‘GROUP_BONE’, ‘GROUP_VERTEX’, ‘GROUP_VCOL’, ‘GROUP_UVS’, ‘BLANK089’, ‘BLANK090’, ‘RNA’, ‘RNA_ADD’, ‘BLANK092’, ‘BLANK093’, ‘BLANK094’, ‘BLANK095’, ‘BLANK096’, ‘BLANK097’, ‘BLANK098’, ‘BLANK099’, ‘BLANK100’, ‘BLANK101’, ‘BLANK102’, ‘BLANK103’, ‘BLANK104’, ‘BLANK105’, ‘BLANK106’, ‘BLANK107’, ‘BLANK108’, ‘BLANK109’, ‘BLANK110’, ‘BLANK111’, ‘BLANK112’, ‘BLANK113’, ‘BLANK114’, ‘BLANK115’, ‘BLANK116’, ‘BLANK116b’, ‘OUTLINER_OB_EMPTY’, ‘OUTLINER_OB_MESH’, ‘OUTLINER_OB_CURVE’, ‘OUTLINER_OB_LATTICE’, ‘OUTLINER_OB_META’, ‘OUTLINER_OB_LAMP’, ‘OUTLINER_OB_CAMERA’, ‘OUTLINER_OB_ARMATURE’, ‘OUTLINER_OB_FONT’, ‘OUTLINER_OB_SURFACE’, ‘BLANK119’, ‘BLANK120’, ‘BLANK121’, ‘BLANK122’, ‘BLANK123’, ‘BLANK124’, ‘BLANK125’, ‘BLANK126’, ‘BLANK127’, ‘RESTRICT_VIEW_OFF’, ‘RESTRICT_VIEW_ON’, ‘RESTRICT_SELECT_OFF’, ‘RESTRICT_SELECT_ON’, ‘RESTRICT_RENDER_OFF’, ‘RESTRICT_RENDER_ON’, ‘BLANK127b’, ‘OUTLINER_DATA_EMPTY’, ‘OUTLINER_DATA_MESH’, ‘OUTLINER_DATA_CURVE’, ‘OUTLINER_DATA_LATTICE’, ‘OUTLINER_DATA_META’, ‘OUTLINER_DATA_LAMP’, ‘OUTLINER_DATA_CAMERA’, ‘OUTLINER_DATA_ARMATURE’, ‘OUTLINER_DATA_FONT’, ‘OUTLINER_DATA_SURFACE’, ‘OUTLINER_DATA_POSE’, ‘BLANK129’, ‘BLANK130’, ‘BLANK131’, ‘BLANK132’, ‘BLANK133’, ‘BLANK134’, ‘BLANK135’, ‘BLANK136’, ‘BLANK137’, ‘BLANK138’, ‘BLANK139’, ‘BLANK140’, ‘BLANK141’, ‘BLANK142’, ‘BLANK142b’, ‘MESH_PLANE’, ‘MESH_CUBE’, ‘MESH_CIRCLE’, ‘MESH_UVSPHERE’, ‘MESH_ICOSPHERE’, ‘MESH_GRID’, ‘MESH_MONKEY’, ‘MESH_CYLINDER’, ‘MESH_TORUS’, ‘MESH_CONE’, ‘BLANK610’, ‘BLANK611’, ‘LAMP_POINT’, ‘LAMP_SUN’, ‘LAMP_SPOT’, ‘LAMP_HEMI’, ‘LAMP_AREA’, ‘BLANK617’, ‘BLANK618’, ‘BLANK619’, ‘META_PLANE’, ‘META_CUBE’, ‘META_BALL’, ‘META_ELLIPSOID’, ‘META_CAPSULE’, ‘BLANK625’, ‘SURFACE_NCURVE’, ‘SURFACE_NCIRCLE’, ‘SURFACE_NSURFACE’, ‘SURFACE_NCYLINDER’, ‘SURFACE_NSPHERE’, ‘SURFACE_NTORUS’, ‘BLANK636’, ‘BLANK637’, ‘BLANK638’, ‘CURVE_BEZCURVE’, ‘CURVE_BEZCIRCLE’, ‘CURVE_NCURVE’, ‘CURVE_NCIRCLE’, ‘CURVE_PATH’, ‘BLANK644’, ‘BLANK645’, ‘BLANK646’, ‘BLANK647’, ‘BLANK648’, ‘BLANK649’, ‘BLANK650’, ‘BLANK651’, ‘BLANK652’, ‘BLANK653’, ‘BLANK654’, ‘BLANK655’, ‘FORCE_FORCE’, ‘FORCE_WIND’, ‘FORCE_VORTEX’, ‘FORCE_MAGNETIC’, ‘FORCE_HARMONIC’, ‘FORCE_CHARGE’, ‘FORCE_LENNARDJONES’, ‘FORCE_TEXTURE’, ‘FORCE_CURVE’, ‘FORCE_BOID’, ‘FORCE_TURBULENCE’, ‘FORCE_DRAG’, ‘BLANK672’, ‘BLANK673’, ‘BLANK674’, ‘BLANK675’, ‘BLANK676’, ‘BLANK677’, ‘BLANK678’, ‘BLANK679’, ‘BLANK680’, ‘BLANK681’, ‘BLANK682’, ‘BLANK683’, ‘BLANK684’, ‘BLANK685’, ‘BLANK690’, ‘BLANK691’, ‘BLANK692’, ‘BLANK693’, ‘BLANK694’, ‘BLANK695’, ‘BLANK696’, ‘BLANK697’, ‘BLANK698’, ‘BLANK699’, ‘BLANK700’, ‘BLANK701’, ‘BLANK702’, ‘BLANK703’, ‘BLANK704’, ‘BLANK705’, ‘BLANK706’, ‘BLANK707’, ‘BLANK708’, ‘BLANK709’, ‘BLANK710’, ‘BLANK711’, ‘BLANK712’, ‘BLANK713’, ‘BLANK714’, ‘BLANK715’, ‘BLANK720’, ‘BLANK721’, ‘BLANK722’, ‘BLANK733’, ‘BLANK734’, ‘BLANK735’, ‘BLANK736’, ‘BLANK737’, ‘BLANK738’, ‘BLANK739’, ‘BLANK740’, ‘BLANK741’, ‘BLANK742’, ‘BLANK743’, ‘BLANK744’, ‘BLANK745’, ‘BLANK746’, ‘BLANK747’, ‘BLANK748’, ‘BLANK749’, ‘BLANK750’, ‘BLANK751’, ‘BLANK752’, ‘BLANK753’, ‘BLANK754’, ‘BLANK755’, ‘BLANK760’, ‘BLANK761’, ‘BLANK762’, ‘BLANK763’, ‘BLANK764’, ‘BLANK765’, ‘BLANK766’, ‘BLANK767’, ‘BLANK768’, ‘BLANK769’, ‘BLANK770’, ‘BLANK771’, ‘BLANK772’, ‘BLANK773’, ‘BLANK774’, ‘BLANK775’, ‘BLANK776’, ‘BLANK777’, ‘BLANK778’, ‘BLANK779’, ‘BLANK780’, ‘BLANK781’, ‘BLANK782’, ‘BLANK783’, ‘BLANK784’, ‘BLANK785’, ‘MODIFIER’, ‘MOD_WAVE’, ‘MOD_BUILD’, ‘MOD_DECIM’, ‘MOD_MIRROR’, ‘MOD_SOFT’, ‘MOD_SUBSURF’, ‘HOOK’, ‘MOD_PHYSICS’, ‘MOD_PARTICLES’, ‘MOD_BOOLEAN’, ‘MOD_EDGESPLIT’, ‘MOD_ARRAY’, ‘MOD_UVPROJECT’, ‘MOD_DISPLACE’, ‘MOD_CURVE’, ‘MOD_LATTICE’, ‘CONSTRAINT_DATA’, ‘MOD_ARMATURE’, ‘MOD_SHRINKWRAP’, ‘MOD_CAST’, ‘MOD_MESHDEFORM’, ‘MOD_BEVEL’, ‘MOD_SMOOTH’, ‘MOD_SIMPLEDEFORM’, ‘MOD_MASK’, ‘MOD_CLOTH’, ‘MOD_EXPLODE’, ‘MOD_FLUIDSIM’, ‘MOD_MULTIRES’, ‘MOD_SMOKE’, ‘MOD_SOLIDIFY’, ‘MOD_SCREW’, ‘BLANK160’, ‘BLANK161’, ‘BLANK162’, ‘BLANK163’, ‘BLANK164’, ‘BLANK165’, ‘BLANK166’, ‘BLANK167’, ‘BLANK168’, ‘BLANK169’, ‘BLANK170’, ‘BLANK171’, ‘BLANK172’, ‘BLANK173’, ‘BLANK174’, ‘BLANK175’, ‘BLANK176’, ‘BLANK177’, ‘BLANK177b’, ‘REC’, ‘PLAY’, ‘FF’, ‘REW’, ‘PAUSE’, ‘PREV_KEYFRAME’, ‘NEXT_KEYFRAME’, ‘PLAY_AUDIO’, ‘PLAY_REVERSE’, ‘PREVIEW_RANGE’, ‘BLANK180’, ‘PMARKER_ACT’, ‘PMARKER_SEL’, ‘PMARKER’, ‘MARKER_HLT’, ‘MARKER’, ‘SPACE2’, ‘SPACE3’, ‘BLANK181’, ‘KEY_DEHLT’, ‘KEY_HLT’, ‘MUTE_IPO_OFF’, ‘MUTE_IPO_ON’, ‘BLANK182’, ‘BLANK183’, ‘BLANK183b’, ‘BLANK184’, ‘BLANK185’, ‘BLANK186’, ‘BLANK187’, ‘BLANK188’, ‘BLANK189’, ‘BLANK190’, ‘BLANK191’, ‘BLANK192’, ‘BLANK193’, ‘BLANK194’, ‘BLANK195’, ‘BLANK196’, ‘BLANK197’, ‘BLANK198’, ‘BLANK199’, ‘BLANK200’, ‘BLANK201’, ‘BLANK202’, ‘BLANK203’, ‘BLANK204’, ‘BLANK205’, ‘BLANK206’, ‘BLANK207’, ‘BLANK208’, ‘BLANK208b’, ‘VERTEXSEL’, ‘EDGESEL’, ‘FACESEL’, ‘LINKEDSEL’, ‘BLANK210’, ‘ROTATE’, ‘CURSOR’, ‘ROTATECOLLECTION’, ‘ROTATECENTER’, ‘ROTACTIVE’, ‘ALIGN’, ‘BLANK211’, ‘SMOOTHCURVE’, ‘SPHERECURVE’, ‘ROOTCURVE’, ‘SHARPCURVE’, ‘LINCURVE’, ‘NOCURVE’, ‘RNDCURVE’, ‘PROP_OFF’, ‘PROP_ON’, ‘PROP_CON’, ‘BLANK212’, ‘PARTICLE_POINT’, ‘PARTICLE_TIP’, ‘PARTICLE_PATH’, ‘MAN_TRANS’, ‘MAN_ROT’, ‘MAN_SCALE’, ‘MANIPUL’, ‘SNAP_OFF’, ‘SNAP_ON’, ‘SNAP_NORMAL’, ‘SNAP_INCREMENT’, ‘SNAP_VERTEX’, ‘SNAP_EDGE’, ‘SNAP_FACE’, ‘SNAP_VOLUME’, ‘UVS_FACE’, ‘STICKY_UVS_LOC’, ‘STICKY_UVS_DISABLE’, ‘STICKY_UVS_VERT’, ‘CLIPUV_DEHLT’, ‘CLIPUV_HLT’, ‘SNAP_PEEL_OBJECT’, ‘GRID’, ‘GEARS’, ‘BLANK221’, ‘BLANK224’, ‘BLANK225’, ‘BLANK226’, ‘BLANK226b’, ‘PASTEDOWN’, ‘COPYDOWN’, ‘PASTEFLIPUP’, ‘PASTEFLIPDOWN’, ‘BLANK227’, ‘BLANK228’, ‘BLANK229’, ‘BLANK230’, ‘SNAP_SURFACE’, ‘BLANK232’, ‘BLANK233’, ‘RETOPO’, ‘UV_VERTEXSEL’, ‘UV_EDGESEL’, ‘UV_FACESEL’, ‘UV_ISLANDSEL’, ‘UV_SYNC_SELECT’, ‘BLANK240’, ‘BLANK241’, ‘BLANK242’, ‘BLANK243’, ‘BLANK244’, ‘BLANK245’, ‘BLANK246’, ‘BLANK247’, ‘BLANK247b’, ‘BBOX’, ‘WIRE’, ‘SOLID’, ‘SMOOTH’, ‘POTATO’, ‘BLANK248’, ‘ORTHO’, ‘ORTHO_OFF’, ‘CAMERA’, ‘LOCKVIEW_OFF’, ‘LOCKVIEW_ON’, ‘BLANK250’, ‘AXIS_SIDE’, ‘AXIS_FRONT’, ‘AXIS_TOP’, ‘NDOF_DOM’, ‘NDOF_TURN’, ‘NDOF_FLY’, ‘NDOF_TRANS’, ‘LAYER_USED’, ‘LAYER_ACTIVE’, ‘BLANK254’, ‘BLANK255’, ‘BLANK256’, ‘BLANK257’, ‘BLANK257b’, ‘BLANK258’, ‘BLANK259’, ‘BLANK260’, ‘BLANK261’, ‘BLANK262’, ‘BLANK263’, ‘BLANK264’, ‘BLANK265’, ‘BLANK266’, ‘BLANK267’, ‘BLANK268’, ‘BLANK269’, ‘BLANK270’, ‘BLANK271’, ‘BLANK272’, ‘BLANK273’, ‘BLANK274’, ‘BLANK275’, ‘BLANK276’, ‘BLANK277’, ‘BLANK278’, ‘BLANK279’, ‘BLANK280’, ‘BLANK281’, ‘BLANK282’, ‘BLANK282b’, ‘SORTALPHA’, ‘SORTBYEXT’, ‘SORTTIME’, ‘SORTSIZE’, ‘LONGDISPLAY’, ‘SHORTDISPLAY’, ‘GHOST’, ‘IMGDISPLAY’, ‘BLANK284’, ‘BLANK285’, ‘BOOKMARKS’, ‘FONTPREVIEW’, ‘FILTER’, ‘NEWFOLDER’, ‘BLANK285F’, ‘FILE_PARENT’, ‘FILE_REFRESH’, ‘FILE_FOLDER’, ‘FILE_BLANK’, ‘FILE_BLEND’, ‘FILE_IMAGE’, ‘FILE_MOVIE’, ‘FILE_SCRIPT’, ‘FILE_SOUND’, ‘FILE_FONT’, ‘BLANK291b’, ‘BLANK292’, ‘BLANK293’, ‘BLANK294’, ‘BLANK295’, ‘BLANK296’, ‘BLANK297’, ‘BLANK298’, ‘BLANK299’, ‘BLANK300’, ‘BLANK301’, ‘BLANK302’, ‘BLANK303’, ‘BLANK304’, ‘BLANK305’, ‘BLANK306’, ‘BACK’, ‘FORWARD’, ‘BLANK309’, ‘BLANK310’, ‘BLANK311’, ‘BLANK312’, ‘BLANK313’, ‘BLANK314’, ‘BLANK315’, ‘BLANK316’, ‘DISK_DRIVE’, ‘MATPLANE’, ‘MATSPHERE’, ‘MATCUBE’, ‘MONKEY’, ‘HAIR’, ‘ALIASED’, ‘ANTIALIASED’, ‘MAT_SPHERE_SKY’, ‘BLANK319’, ‘BLANK320’, ‘BLANK321’, ‘BLANK322’, ‘WORDWRAP_OFF’, ‘WORDWRAP_ON’, ‘SYNTAX_OFF’, ‘SYNTAX_ON’, ‘LINENUMBERS_OFF’, ‘LINENUMBERS_ON’, ‘SCRIPTPLUGINS’, ‘BLANK323’, ‘BLANK324’, ‘BLANK325’, ‘BLANK326’, ‘BLANK327’, ‘BLANK328’, ‘BLANK328b’, ‘SEQ_SEQUENCER’, ‘SEQ_PREVIEW’, ‘SEQ_LUMA_WAVEFORM’, ‘SEQ_CHROMA_SCOPE’, ‘SEQ_HISTOGRAM’, ‘SEQ_SPLITVIEW’, ‘BLANK331’, ‘BLANK332’, ‘BLANK333’, ‘IMAGE_RGB’, ‘IMAGE_RGB_ALPHA’, ‘IMAGE_ALPHA’, ‘IMAGE_ZDEPTH’, ‘IMAGEFILE’, ‘BLANK336’, ‘BLANK337’, ‘BLANK338’, ‘BLANK339’, ‘BLANK340’, ‘BLANK341’, ‘BLANK342’, ‘BLANK343’, ‘BLANK344’, ‘BLANK345’, ‘BLANK346’, ‘BLANK346b’, ‘BRUSH_ADD’, ‘BRUSH_BLOB’, ‘BRUSH_BLUR’, ‘BRUSH_CLAY’, ‘BRUSH_CLONE’, ‘BRUSH_CREASE’, ‘BRUSH_DARKEN’, ‘BRUSH_FILL’, ‘BRUSH_FLATTEN’, ‘BRUSH_GRAB’, ‘BRUSH_INFLATE’, ‘BRUSH_LAYER’, ‘BRUSH_LIGHTEN’, ‘BRUSH_MIX’, ‘BRUSH_MULTIPLY’, ‘BRUSH_NUDGE’, ‘BRUSH_PINCH’, ‘BRUSH_SCRAPE’, ‘BRUSH_SCULPT_DRAW’, ‘BRUSH_SMEAR’, ‘BRUSH_SMOOTH’, ‘BRUSH_SNAKE_HOOK’, ‘BRUSH_SOFTEN’, ‘BRUSH_SUBTRACT’, ‘BRUSH_TEXDRAW’, ‘BRUSH_THUMB’, ‘BRUSH_ROTATE’, ‘BRUSH_VERTEXDRAW’, ‘VIEW3D_VEC’, ‘EDIT_VEC’, ‘EDITMODE_DEHLT’, ‘EDITMODE_HLT’, ‘DISCLOSURE_TRI_RIGHT_VEC’, ‘DISCLOSURE_TRI_DOWN_VEC’, ‘MOVE_UP_VEC’, ‘MOVE_DOWN_VEC’, ‘X_VEC’, ‘SMALL_TRI_RIGHT_VEC’], (optional)) – Icon, Override automatic icon of the item
prop_enum(data, property, value, text="", icon='BLENDER')

prop_enum

Parameters:
  • data (AnyType, (never None)) – Data from which to take property.
  • property (string) – Identifier of property in data.
  • value (string) – Enum property value.
  • text (string, (optional)) – Override automatic text of the item.
  • icon (enum in [‘BLENDER’, ‘QUESTION’, ‘ERROR’, ‘CANCEL’, ‘TRIA_RIGHT’, ‘TRIA_DOWN’, ‘TRIA_LEFT’, ‘TRIA_UP’, ‘ARROW_LEFTRIGHT’, ‘PLUS’, ‘DISCLOSURE_TRI_DOWN’, ‘DISCLOSURE_TRI_RIGHT’, ‘RADIOBUT_OFF’, ‘RADIOBUT_ON’, ‘MENU_PANEL’, ‘PYTHON’, ‘BLANK003’, ‘DOT’, ‘BLANK004’, ‘X’, ‘BLANK005’, ‘GO_LEFT’, ‘PLUG’, ‘UI’, ‘NODE’, ‘NODE_SEL’, ‘FULLSCREEN’, ‘SPLITSCREEN’, ‘RIGHTARROW_THIN’, ‘BORDERMOVE’, ‘VIEWZOOM’, ‘ZOOMIN’, ‘ZOOMOUT’, ‘PANEL_CLOSE’, ‘COPY_ID’, ‘EYEDROPPER’, ‘LINK_AREA’, ‘AUTO’, ‘CHECKBOX_DEHLT’, ‘CHECKBOX_HLT’, ‘UNLOCKED’, ‘LOCKED’, ‘UNPINNED’, ‘PINNED’, ‘SCREEN_BACK’, ‘RIGHTARROW’, ‘DOWNARROW_HLT’, ‘DOTSUP’, ‘DOTSDOWN’, ‘LINK’, ‘INLINK’, ‘PLUGIN’, ‘HELP’, ‘GHOST_ENABLED’, ‘COLOR’, ‘LINKED’, ‘UNLINKED’, ‘HAND’, ‘ZOOM_ALL’, ‘ZOOM_SELECTED’, ‘ZOOM_PREVIOUS’, ‘ZOOM_IN’, ‘ZOOM_OUT’, ‘RENDER_REGION’, ‘BORDER_RECT’, ‘BORDER_LASSO’, ‘FREEZE’, ‘STYLUS_PRESSURE’, ‘GHOST_DISABLED’, ‘NEW’, ‘FILE_TICK’, ‘QUIT’, ‘URL’, ‘RECOVER_LAST’, ‘BLANK038’, ‘FULLSCREEN_ENTER’, ‘FULLSCREEN_EXIT’, ‘BLANK1’, ‘LAMP’, ‘MATERIAL’, ‘TEXTURE’, ‘ANIM’, ‘WORLD’, ‘SCENE’, ‘EDIT’, ‘GAME’, ‘RADIO’, ‘SCRIPT’, ‘PARTICLES’, ‘PHYSICS’, ‘SPEAKER’, ‘TEXTURE_SHADED’, ‘BLANK042’, ‘BLANK043’, ‘BLANK044’, ‘BLANK045’, ‘BLANK046’, ‘BLANK047’, ‘BLANK048’, ‘BLANK049’, ‘BLANK050’, ‘BLANK051’, ‘BLANK052’, ‘BLANK052b’, ‘VIEW3D’, ‘IPO’, ‘OOPS’, ‘BUTS’, ‘FILESEL’, ‘IMAGE_COL’, ‘INFO’, ‘SEQUENCE’, ‘TEXT’, ‘IMASEL’, ‘SOUND’, ‘ACTION’, ‘NLA’, ‘SCRIPTWIN’, ‘TIME’, ‘NODETREE’, ‘LOGIC’, ‘CONSOLE’, ‘PREFERENCES’, ‘ASSET_MANAGER’, ‘BLANK057’, ‘BLANK058’, ‘BLANK059’, ‘BLANK060’, ‘BLANK061’, ‘BLANK061b’, ‘OBJECT_DATAMODE’, ‘EDITMODE_HLT’, ‘FACESEL_HLT’, ‘VPAINT_HLT’, ‘TPAINT_HLT’, ‘WPAINT_HLT’, ‘SCULPTMODE_HLT’, ‘POSE_HLT’, ‘PARTICLEMODE’, ‘LIGHTPAINT’, ‘BLANK063’, ‘BLANK064’, ‘BLANK065’, ‘BLANK066’, ‘BLANK067’, ‘BLANK068’, ‘BLANK069’, ‘BLANK070’, ‘BLANK071’, ‘BLANK072’, ‘BLANK073’, ‘BLANK074’, ‘BLANK075’, ‘BLANK076’, ‘BLANK077’, ‘BLANK077b’, ‘SCENE_DATA’, ‘RENDERLAYERS’, ‘WORLD_DATA’, ‘OBJECT_DATA’, ‘MESH_DATA’, ‘CURVE_DATA’, ‘META_DATA’, ‘LATTICE_DATA’, ‘LAMP_DATA’, ‘MATERIAL_DATA’, ‘TEXTURE_DATA’, ‘ANIM_DATA’, ‘CAMERA_DATA’, ‘PARTICLE_DATA’, ‘LIBRARY_DATA_DIRECT’, ‘GROUP’, ‘ARMATURE_DATA’, ‘POSE_DATA’, ‘BONE_DATA’, ‘CONSTRAINT’, ‘SHAPEKEY_DATA’, ‘CONSTRAINT_BONE’, ‘BLANK079’, ‘PACKAGE’, ‘UGLYPACKAGE’, ‘BLANK079b’, ‘BRUSH_DATA’, ‘IMAGE_DATA’, ‘FILE’, ‘FCURVE’, ‘FONT_DATA’, ‘RENDER_RESULT’, ‘SURFACE_DATA’, ‘EMPTY_DATA’, ‘SETTINGS’, ‘RENDER_ANIMATION’, ‘RENDER_STILL’, ‘BLANK080F’, ‘BOIDS’, ‘STRANDS’, ‘LIBRARY_DATA_INDIRECT’, ‘GREASEPENCIL’, ‘BLANK083’, ‘BLANK084’, ‘GROUP_BONE’, ‘GROUP_VERTEX’, ‘GROUP_VCOL’, ‘GROUP_UVS’, ‘BLANK089’, ‘BLANK090’, ‘RNA’, ‘RNA_ADD’, ‘BLANK092’, ‘BLANK093’, ‘BLANK094’, ‘BLANK095’, ‘BLANK096’, ‘BLANK097’, ‘BLANK098’, ‘BLANK099’, ‘BLANK100’, ‘BLANK101’, ‘BLANK102’, ‘BLANK103’, ‘BLANK104’, ‘BLANK105’, ‘BLANK106’, ‘BLANK107’, ‘BLANK108’, ‘BLANK109’, ‘BLANK110’, ‘BLANK111’, ‘BLANK112’, ‘BLANK113’, ‘BLANK114’, ‘BLANK115’, ‘BLANK116’, ‘BLANK116b’, ‘OUTLINER_OB_EMPTY’, ‘OUTLINER_OB_MESH’, ‘OUTLINER_OB_CURVE’, ‘OUTLINER_OB_LATTICE’, ‘OUTLINER_OB_META’, ‘OUTLINER_OB_LAMP’, ‘OUTLINER_OB_CAMERA’, ‘OUTLINER_OB_ARMATURE’, ‘OUTLINER_OB_FONT’, ‘OUTLINER_OB_SURFACE’, ‘BLANK119’, ‘BLANK120’, ‘BLANK121’, ‘BLANK122’, ‘BLANK123’, ‘BLANK124’, ‘BLANK125’, ‘BLANK126’, ‘BLANK127’, ‘RESTRICT_VIEW_OFF’, ‘RESTRICT_VIEW_ON’, ‘RESTRICT_SELECT_OFF’, ‘RESTRICT_SELECT_ON’, ‘RESTRICT_RENDER_OFF’, ‘RESTRICT_RENDER_ON’, ‘BLANK127b’, ‘OUTLINER_DATA_EMPTY’, ‘OUTLINER_DATA_MESH’, ‘OUTLINER_DATA_CURVE’, ‘OUTLINER_DATA_LATTICE’, ‘OUTLINER_DATA_META’, ‘OUTLINER_DATA_LAMP’, ‘OUTLINER_DATA_CAMERA’, ‘OUTLINER_DATA_ARMATURE’, ‘OUTLINER_DATA_FONT’, ‘OUTLINER_DATA_SURFACE’, ‘OUTLINER_DATA_POSE’, ‘BLANK129’, ‘BLANK130’, ‘BLANK131’, ‘BLANK132’, ‘BLANK133’, ‘BLANK134’, ‘BLANK135’, ‘BLANK136’, ‘BLANK137’, ‘BLANK138’, ‘BLANK139’, ‘BLANK140’, ‘BLANK141’, ‘BLANK142’, ‘BLANK142b’, ‘MESH_PLANE’, ‘MESH_CUBE’, ‘MESH_CIRCLE’, ‘MESH_UVSPHERE’, ‘MESH_ICOSPHERE’, ‘MESH_GRID’, ‘MESH_MONKEY’, ‘MESH_CYLINDER’, ‘MESH_TORUS’, ‘MESH_CONE’, ‘BLANK610’, ‘BLANK611’, ‘LAMP_POINT’, ‘LAMP_SUN’, ‘LAMP_SPOT’, ‘LAMP_HEMI’, ‘LAMP_AREA’, ‘BLANK617’, ‘BLANK618’, ‘BLANK619’, ‘META_PLANE’, ‘META_CUBE’, ‘META_BALL’, ‘META_ELLIPSOID’, ‘META_CAPSULE’, ‘BLANK625’, ‘SURFACE_NCURVE’, ‘SURFACE_NCIRCLE’, ‘SURFACE_NSURFACE’, ‘SURFACE_NCYLINDER’, ‘SURFACE_NSPHERE’, ‘SURFACE_NTORUS’, ‘BLANK636’, ‘BLANK637’, ‘BLANK638’, ‘CURVE_BEZCURVE’, ‘CURVE_BEZCIRCLE’, ‘CURVE_NCURVE’, ‘CURVE_NCIRCLE’, ‘CURVE_PATH’, ‘BLANK644’, ‘BLANK645’, ‘BLANK646’, ‘BLANK647’, ‘BLANK648’, ‘BLANK649’, ‘BLANK650’, ‘BLANK651’, ‘BLANK652’, ‘BLANK653’, ‘BLANK654’, ‘BLANK655’, ‘FORCE_FORCE’, ‘FORCE_WIND’, ‘FORCE_VORTEX’, ‘FORCE_MAGNETIC’, ‘FORCE_HARMONIC’, ‘FORCE_CHARGE’, ‘FORCE_LENNARDJONES’, ‘FORCE_TEXTURE’, ‘FORCE_CURVE’, ‘FORCE_BOID’, ‘FORCE_TURBULENCE’, ‘FORCE_DRAG’, ‘BLANK672’, ‘BLANK673’, ‘BLANK674’, ‘BLANK675’, ‘BLANK676’, ‘BLANK677’, ‘BLANK678’, ‘BLANK679’, ‘BLANK680’, ‘BLANK681’, ‘BLANK682’, ‘BLANK683’, ‘BLANK684’, ‘BLANK685’, ‘BLANK690’, ‘BLANK691’, ‘BLANK692’, ‘BLANK693’, ‘BLANK694’, ‘BLANK695’, ‘BLANK696’, ‘BLANK697’, ‘BLANK698’, ‘BLANK699’, ‘BLANK700’, ‘BLANK701’, ‘BLANK702’, ‘BLANK703’, ‘BLANK704’, ‘BLANK705’, ‘BLANK706’, ‘BLANK707’, ‘BLANK708’, ‘BLANK709’, ‘BLANK710’, ‘BLANK711’, ‘BLANK712’, ‘BLANK713’, ‘BLANK714’, ‘BLANK715’, ‘BLANK720’, ‘BLANK721’, ‘BLANK722’, ‘BLANK733’, ‘BLANK734’, ‘BLANK735’, ‘BLANK736’, ‘BLANK737’, ‘BLANK738’, ‘BLANK739’, ‘BLANK740’, ‘BLANK741’, ‘BLANK742’, ‘BLANK743’, ‘BLANK744’, ‘BLANK745’, ‘BLANK746’, ‘BLANK747’, ‘BLANK748’, ‘BLANK749’, ‘BLANK750’, ‘BLANK751’, ‘BLANK752’, ‘BLANK753’, ‘BLANK754’, ‘BLANK755’, ‘BLANK760’, ‘BLANK761’, ‘BLANK762’, ‘BLANK763’, ‘BLANK764’, ‘BLANK765’, ‘BLANK766’, ‘BLANK767’, ‘BLANK768’, ‘BLANK769’, ‘BLANK770’, ‘BLANK771’, ‘BLANK772’, ‘BLANK773’, ‘BLANK774’, ‘BLANK775’, ‘BLANK776’, ‘BLANK777’, ‘BLANK778’, ‘BLANK779’, ‘BLANK780’, ‘BLANK781’, ‘BLANK782’, ‘BLANK783’, ‘BLANK784’, ‘BLANK785’, ‘MODIFIER’, ‘MOD_WAVE’, ‘MOD_BUILD’, ‘MOD_DECIM’, ‘MOD_MIRROR’, ‘MOD_SOFT’, ‘MOD_SUBSURF’, ‘HOOK’, ‘MOD_PHYSICS’, ‘MOD_PARTICLES’, ‘MOD_BOOLEAN’, ‘MOD_EDGESPLIT’, ‘MOD_ARRAY’, ‘MOD_UVPROJECT’, ‘MOD_DISPLACE’, ‘MOD_CURVE’, ‘MOD_LATTICE’, ‘CONSTRAINT_DATA’, ‘MOD_ARMATURE’, ‘MOD_SHRINKWRAP’, ‘MOD_CAST’, ‘MOD_MESHDEFORM’, ‘MOD_BEVEL’, ‘MOD_SMOOTH’, ‘MOD_SIMPLEDEFORM’, ‘MOD_MASK’, ‘MOD_CLOTH’, ‘MOD_EXPLODE’, ‘MOD_FLUIDSIM’, ‘MOD_MULTIRES’, ‘MOD_SMOKE’, ‘MOD_SOLIDIFY’, ‘MOD_SCREW’, ‘BLANK160’, ‘BLANK161’, ‘BLANK162’, ‘BLANK163’, ‘BLANK164’, ‘BLANK165’, ‘BLANK166’, ‘BLANK167’, ‘BLANK168’, ‘BLANK169’, ‘BLANK170’, ‘BLANK171’, ‘BLANK172’, ‘BLANK173’, ‘BLANK174’, ‘BLANK175’, ‘BLANK176’, ‘BLANK177’, ‘BLANK177b’, ‘REC’, ‘PLAY’, ‘FF’, ‘REW’, ‘PAUSE’, ‘PREV_KEYFRAME’, ‘NEXT_KEYFRAME’, ‘PLAY_AUDIO’, ‘PLAY_REVERSE’, ‘PREVIEW_RANGE’, ‘BLANK180’, ‘PMARKER_ACT’, ‘PMARKER_SEL’, ‘PMARKER’, ‘MARKER_HLT’, ‘MARKER’, ‘SPACE2’, ‘SPACE3’, ‘BLANK181’, ‘KEY_DEHLT’, ‘KEY_HLT’, ‘MUTE_IPO_OFF’, ‘MUTE_IPO_ON’, ‘BLANK182’, ‘BLANK183’, ‘BLANK183b’, ‘BLANK184’, ‘BLANK185’, ‘BLANK186’, ‘BLANK187’, ‘BLANK188’, ‘BLANK189’, ‘BLANK190’, ‘BLANK191’, ‘BLANK192’, ‘BLANK193’, ‘BLANK194’, ‘BLANK195’, ‘BLANK196’, ‘BLANK197’, ‘BLANK198’, ‘BLANK199’, ‘BLANK200’, ‘BLANK201’, ‘BLANK202’, ‘BLANK203’, ‘BLANK204’, ‘BLANK205’, ‘BLANK206’, ‘BLANK207’, ‘BLANK208’, ‘BLANK208b’, ‘VERTEXSEL’, ‘EDGESEL’, ‘FACESEL’, ‘LINKEDSEL’, ‘BLANK210’, ‘ROTATE’, ‘CURSOR’, ‘ROTATECOLLECTION’, ‘ROTATECENTER’, ‘ROTACTIVE’, ‘ALIGN’, ‘BLANK211’, ‘SMOOTHCURVE’, ‘SPHERECURVE’, ‘ROOTCURVE’, ‘SHARPCURVE’, ‘LINCURVE’, ‘NOCURVE’, ‘RNDCURVE’, ‘PROP_OFF’, ‘PROP_ON’, ‘PROP_CON’, ‘BLANK212’, ‘PARTICLE_POINT’, ‘PARTICLE_TIP’, ‘PARTICLE_PATH’, ‘MAN_TRANS’, ‘MAN_ROT’, ‘MAN_SCALE’, ‘MANIPUL’, ‘SNAP_OFF’, ‘SNAP_ON’, ‘SNAP_NORMAL’, ‘SNAP_INCREMENT’, ‘SNAP_VERTEX’, ‘SNAP_EDGE’, ‘SNAP_FACE’, ‘SNAP_VOLUME’, ‘UVS_FACE’, ‘STICKY_UVS_LOC’, ‘STICKY_UVS_DISABLE’, ‘STICKY_UVS_VERT’, ‘CLIPUV_DEHLT’, ‘CLIPUV_HLT’, ‘SNAP_PEEL_OBJECT’, ‘GRID’, ‘GEARS’, ‘BLANK221’, ‘BLANK224’, ‘BLANK225’, ‘BLANK226’, ‘BLANK226b’, ‘PASTEDOWN’, ‘COPYDOWN’, ‘PASTEFLIPUP’, ‘PASTEFLIPDOWN’, ‘BLANK227’, ‘BLANK228’, ‘BLANK229’, ‘BLANK230’, ‘SNAP_SURFACE’, ‘BLANK232’, ‘BLANK233’, ‘RETOPO’, ‘UV_VERTEXSEL’, ‘UV_EDGESEL’, ‘UV_FACESEL’, ‘UV_ISLANDSEL’, ‘UV_SYNC_SELECT’, ‘BLANK240’, ‘BLANK241’, ‘BLANK242’, ‘BLANK243’, ‘BLANK244’, ‘BLANK245’, ‘BLANK246’, ‘BLANK247’, ‘BLANK247b’, ‘BBOX’, ‘WIRE’, ‘SOLID’, ‘SMOOTH’, ‘POTATO’, ‘BLANK248’, ‘ORTHO’, ‘ORTHO_OFF’, ‘CAMERA’, ‘LOCKVIEW_OFF’, ‘LOCKVIEW_ON’, ‘BLANK250’, ‘AXIS_SIDE’, ‘AXIS_FRONT’, ‘AXIS_TOP’, ‘NDOF_DOM’, ‘NDOF_TURN’, ‘NDOF_FLY’, ‘NDOF_TRANS’, ‘LAYER_USED’, ‘LAYER_ACTIVE’, ‘BLANK254’, ‘BLANK255’, ‘BLANK256’, ‘BLANK257’, ‘BLANK257b’, ‘BLANK258’, ‘BLANK259’, ‘BLANK260’, ‘BLANK261’, ‘BLANK262’, ‘BLANK263’, ‘BLANK264’, ‘BLANK265’, ‘BLANK266’, ‘BLANK267’, ‘BLANK268’, ‘BLANK269’, ‘BLANK270’, ‘BLANK271’, ‘BLANK272’, ‘BLANK273’, ‘BLANK274’, ‘BLANK275’, ‘BLANK276’, ‘BLANK277’, ‘BLANK278’, ‘BLANK279’, ‘BLANK280’, ‘BLANK281’, ‘BLANK282’, ‘BLANK282b’, ‘SORTALPHA’, ‘SORTBYEXT’, ‘SORTTIME’, ‘SORTSIZE’, ‘LONGDISPLAY’, ‘SHORTDISPLAY’, ‘GHOST’, ‘IMGDISPLAY’, ‘BLANK284’, ‘BLANK285’, ‘BOOKMARKS’, ‘FONTPREVIEW’, ‘FILTER’, ‘NEWFOLDER’, ‘BLANK285F’, ‘FILE_PARENT’, ‘FILE_REFRESH’, ‘FILE_FOLDER’, ‘FILE_BLANK’, ‘FILE_BLEND’, ‘FILE_IMAGE’, ‘FILE_MOVIE’, ‘FILE_SCRIPT’, ‘FILE_SOUND’, ‘FILE_FONT’, ‘BLANK291b’, ‘BLANK292’, ‘BLANK293’, ‘BLANK294’, ‘BLANK295’, ‘BLANK296’, ‘BLANK297’, ‘BLANK298’, ‘BLANK299’, ‘BLANK300’, ‘BLANK301’, ‘BLANK302’, ‘BLANK303’, ‘BLANK304’, ‘BLANK305’, ‘BLANK306’, ‘BACK’, ‘FORWARD’, ‘BLANK309’, ‘BLANK310’, ‘BLANK311’, ‘BLANK312’, ‘BLANK313’, ‘BLANK314’, ‘BLANK315’, ‘BLANK316’, ‘DISK_DRIVE’, ‘MATPLANE’, ‘MATSPHERE’, ‘MATCUBE’, ‘MONKEY’, ‘HAIR’, ‘ALIASED’, ‘ANTIALIASED’, ‘MAT_SPHERE_SKY’, ‘BLANK319’, ‘BLANK320’, ‘BLANK321’, ‘BLANK322’, ‘WORDWRAP_OFF’, ‘WORDWRAP_ON’, ‘SYNTAX_OFF’, ‘SYNTAX_ON’, ‘LINENUMBERS_OFF’, ‘LINENUMBERS_ON’, ‘SCRIPTPLUGINS’, ‘BLANK323’, ‘BLANK324’, ‘BLANK325’, ‘BLANK326’, ‘BLANK327’, ‘BLANK328’, ‘BLANK328b’, ‘SEQ_SEQUENCER’, ‘SEQ_PREVIEW’, ‘SEQ_LUMA_WAVEFORM’, ‘SEQ_CHROMA_SCOPE’, ‘SEQ_HISTOGRAM’, ‘SEQ_SPLITVIEW’, ‘BLANK331’, ‘BLANK332’, ‘BLANK333’, ‘IMAGE_RGB’, ‘IMAGE_RGB_ALPHA’, ‘IMAGE_ALPHA’, ‘IMAGE_ZDEPTH’, ‘IMAGEFILE’, ‘BLANK336’, ‘BLANK337’, ‘BLANK338’, ‘BLANK339’, ‘BLANK340’, ‘BLANK341’, ‘BLANK342’, ‘BLANK343’, ‘BLANK344’, ‘BLANK345’, ‘BLANK346’, ‘BLANK346b’, ‘BRUSH_ADD’, ‘BRUSH_BLOB’, ‘BRUSH_BLUR’, ‘BRUSH_CLAY’, ‘BRUSH_CLONE’, ‘BRUSH_CREASE’, ‘BRUSH_DARKEN’, ‘BRUSH_FILL’, ‘BRUSH_FLATTEN’, ‘BRUSH_GRAB’, ‘BRUSH_INFLATE’, ‘BRUSH_LAYER’, ‘BRUSH_LIGHTEN’, ‘BRUSH_MIX’, ‘BRUSH_MULTIPLY’, ‘BRUSH_NUDGE’, ‘BRUSH_PINCH’, ‘BRUSH_SCRAPE’, ‘BRUSH_SCULPT_DRAW’, ‘BRUSH_SMEAR’, ‘BRUSH_SMOOTH’, ‘BRUSH_SNAKE_HOOK’, ‘BRUSH_SOFTEN’, ‘BRUSH_SUBTRACT’, ‘BRUSH_TEXDRAW’, ‘BRUSH_THUMB’, ‘BRUSH_ROTATE’, ‘BRUSH_VERTEXDRAW’, ‘VIEW3D_VEC’, ‘EDIT_VEC’, ‘EDITMODE_DEHLT’, ‘EDITMODE_HLT’, ‘DISCLOSURE_TRI_RIGHT_VEC’, ‘DISCLOSURE_TRI_DOWN_VEC’, ‘MOVE_UP_VEC’, ‘MOVE_DOWN_VEC’, ‘X_VEC’, ‘SMALL_TRI_RIGHT_VEC’], (optional)) – Icon, Override automatic icon of the item

prop_search

Parameters:
  • data (AnyType, (never None)) – Data from which to take property.
  • property (string) – Identifier of property in data.
  • search_data (AnyType, (never None)) – Data from which to take collection to search in.
  • search_property (string) – Identifier of search collection property.
  • text (string, (optional)) – Override automatic text of the item.
  • icon (enum in [‘BLENDER’, ‘QUESTION’, ‘ERROR’, ‘CANCEL’, ‘TRIA_RIGHT’, ‘TRIA_DOWN’, ‘TRIA_LEFT’, ‘TRIA_UP’, ‘ARROW_LEFTRIGHT’, ‘PLUS’, ‘DISCLOSURE_TRI_DOWN’, ‘DISCLOSURE_TRI_RIGHT’, ‘RADIOBUT_OFF’, ‘RADIOBUT_ON’, ‘MENU_PANEL’, ‘PYTHON’, ‘BLANK003’, ‘DOT’, ‘BLANK004’, ‘X’, ‘BLANK005’, ‘GO_LEFT’, ‘PLUG’, ‘UI’, ‘NODE’, ‘NODE_SEL’, ‘FULLSCREEN’, ‘SPLITSCREEN’, ‘RIGHTARROW_THIN’, ‘BORDERMOVE’, ‘VIEWZOOM’, ‘ZOOMIN’, ‘ZOOMOUT’, ‘PANEL_CLOSE’, ‘COPY_ID’, ‘EYEDROPPER’, ‘LINK_AREA’, ‘AUTO’, ‘CHECKBOX_DEHLT’, ‘CHECKBOX_HLT’, ‘UNLOCKED’, ‘LOCKED’, ‘UNPINNED’, ‘PINNED’, ‘SCREEN_BACK’, ‘RIGHTARROW’, ‘DOWNARROW_HLT’, ‘DOTSUP’, ‘DOTSDOWN’, ‘LINK’, ‘INLINK’, ‘PLUGIN’, ‘HELP’, ‘GHOST_ENABLED’, ‘COLOR’, ‘LINKED’, ‘UNLINKED’, ‘HAND’, ‘ZOOM_ALL’, ‘ZOOM_SELECTED’, ‘ZOOM_PREVIOUS’, ‘ZOOM_IN’, ‘ZOOM_OUT’, ‘RENDER_REGION’, ‘BORDER_RECT’, ‘BORDER_LASSO’, ‘FREEZE’, ‘STYLUS_PRESSURE’, ‘GHOST_DISABLED’, ‘NEW’, ‘FILE_TICK’, ‘QUIT’, ‘URL’, ‘RECOVER_LAST’, ‘BLANK038’, ‘FULLSCREEN_ENTER’, ‘FULLSCREEN_EXIT’, ‘BLANK1’, ‘LAMP’, ‘MATERIAL’, ‘TEXTURE’, ‘ANIM’, ‘WORLD’, ‘SCENE’, ‘EDIT’, ‘GAME’, ‘RADIO’, ‘SCRIPT’, ‘PARTICLES’, ‘PHYSICS’, ‘SPEAKER’, ‘TEXTURE_SHADED’, ‘BLANK042’, ‘BLANK043’, ‘BLANK044’, ‘BLANK045’, ‘BLANK046’, ‘BLANK047’, ‘BLANK048’, ‘BLANK049’, ‘BLANK050’, ‘BLANK051’, ‘BLANK052’, ‘BLANK052b’, ‘VIEW3D’, ‘IPO’, ‘OOPS’, ‘BUTS’, ‘FILESEL’, ‘IMAGE_COL’, ‘INFO’, ‘SEQUENCE’, ‘TEXT’, ‘IMASEL’, ‘SOUND’, ‘ACTION’, ‘NLA’, ‘SCRIPTWIN’, ‘TIME’, ‘NODETREE’, ‘LOGIC’, ‘CONSOLE’, ‘PREFERENCES’, ‘ASSET_MANAGER’, ‘BLANK057’, ‘BLANK058’, ‘BLANK059’, ‘BLANK060’, ‘BLANK061’, ‘BLANK061b’, ‘OBJECT_DATAMODE’, ‘EDITMODE_HLT’, ‘FACESEL_HLT’, ‘VPAINT_HLT’, ‘TPAINT_HLT’, ‘WPAINT_HLT’, ‘SCULPTMODE_HLT’, ‘POSE_HLT’, ‘PARTICLEMODE’, ‘LIGHTPAINT’, ‘BLANK063’, ‘BLANK064’, ‘BLANK065’, ‘BLANK066’, ‘BLANK067’, ‘BLANK068’, ‘BLANK069’, ‘BLANK070’, ‘BLANK071’, ‘BLANK072’, ‘BLANK073’, ‘BLANK074’, ‘BLANK075’, ‘BLANK076’, ‘BLANK077’, ‘BLANK077b’, ‘SCENE_DATA’, ‘RENDERLAYERS’, ‘WORLD_DATA’, ‘OBJECT_DATA’, ‘MESH_DATA’, ‘CURVE_DATA’, ‘META_DATA’, ‘LATTICE_DATA’, ‘LAMP_DATA’, ‘MATERIAL_DATA’, ‘TEXTURE_DATA’, ‘ANIM_DATA’, ‘CAMERA_DATA’, ‘PARTICLE_DATA’, ‘LIBRARY_DATA_DIRECT’, ‘GROUP’, ‘ARMATURE_DATA’, ‘POSE_DATA’, ‘BONE_DATA’, ‘CONSTRAINT’, ‘SHAPEKEY_DATA’, ‘CONSTRAINT_BONE’, ‘BLANK079’, ‘PACKAGE’, ‘UGLYPACKAGE’, ‘BLANK079b’, ‘BRUSH_DATA’, ‘IMAGE_DATA’, ‘FILE’, ‘FCURVE’, ‘FONT_DATA’, ‘RENDER_RESULT’, ‘SURFACE_DATA’, ‘EMPTY_DATA’, ‘SETTINGS’, ‘RENDER_ANIMATION’, ‘RENDER_STILL’, ‘BLANK080F’, ‘BOIDS’, ‘STRANDS’, ‘LIBRARY_DATA_INDIRECT’, ‘GREASEPENCIL’, ‘BLANK083’, ‘BLANK084’, ‘GROUP_BONE’, ‘GROUP_VERTEX’, ‘GROUP_VCOL’, ‘GROUP_UVS’, ‘BLANK089’, ‘BLANK090’, ‘RNA’, ‘RNA_ADD’, ‘BLANK092’, ‘BLANK093’, ‘BLANK094’, ‘BLANK095’, ‘BLANK096’, ‘BLANK097’, ‘BLANK098’, ‘BLANK099’, ‘BLANK100’, ‘BLANK101’, ‘BLANK102’, ‘BLANK103’, ‘BLANK104’, ‘BLANK105’, ‘BLANK106’, ‘BLANK107’, ‘BLANK108’, ‘BLANK109’, ‘BLANK110’, ‘BLANK111’, ‘BLANK112’, ‘BLANK113’, ‘BLANK114’, ‘BLANK115’, ‘BLANK116’, ‘BLANK116b’, ‘OUTLINER_OB_EMPTY’, ‘OUTLINER_OB_MESH’, ‘OUTLINER_OB_CURVE’, ‘OUTLINER_OB_LATTICE’, ‘OUTLINER_OB_META’, ‘OUTLINER_OB_LAMP’, ‘OUTLINER_OB_CAMERA’, ‘OUTLINER_OB_ARMATURE’, ‘OUTLINER_OB_FONT’, ‘OUTLINER_OB_SURFACE’, ‘BLANK119’, ‘BLANK120’, ‘BLANK121’, ‘BLANK122’, ‘BLANK123’, ‘BLANK124’, ‘BLANK125’, ‘BLANK126’, ‘BLANK127’, ‘RESTRICT_VIEW_OFF’, ‘RESTRICT_VIEW_ON’, ‘RESTRICT_SELECT_OFF’, ‘RESTRICT_SELECT_ON’, ‘RESTRICT_RENDER_OFF’, ‘RESTRICT_RENDER_ON’, ‘BLANK127b’, ‘OUTLINER_DATA_EMPTY’, ‘OUTLINER_DATA_MESH’, ‘OUTLINER_DATA_CURVE’, ‘OUTLINER_DATA_LATTICE’, ‘OUTLINER_DATA_META’, ‘OUTLINER_DATA_LAMP’, ‘OUTLINER_DATA_CAMERA’, ‘OUTLINER_DATA_ARMATURE’, ‘OUTLINER_DATA_FONT’, ‘OUTLINER_DATA_SURFACE’, ‘OUTLINER_DATA_POSE’, ‘BLANK129’, ‘BLANK130’, ‘BLANK131’, ‘BLANK132’, ‘BLANK133’, ‘BLANK134’, ‘BLANK135’, ‘BLANK136’, ‘BLANK137’, ‘BLANK138’, ‘BLANK139’, ‘BLANK140’, ‘BLANK141’, ‘BLANK142’, ‘BLANK142b’, ‘MESH_PLANE’, ‘MESH_CUBE’, ‘MESH_CIRCLE’, ‘MESH_UVSPHERE’, ‘MESH_ICOSPHERE’, ‘MESH_GRID’, ‘MESH_MONKEY’, ‘MESH_CYLINDER’, ‘MESH_TORUS’, ‘MESH_CONE’, ‘BLANK610’, ‘BLANK611’, ‘LAMP_POINT’, ‘LAMP_SUN’, ‘LAMP_SPOT’, ‘LAMP_HEMI’, ‘LAMP_AREA’, ‘BLANK617’, ‘BLANK618’, ‘BLANK619’, ‘META_PLANE’, ‘META_CUBE’, ‘META_BALL’, ‘META_ELLIPSOID’, ‘META_CAPSULE’, ‘BLANK625’, ‘SURFACE_NCURVE’, ‘SURFACE_NCIRCLE’, ‘SURFACE_NSURFACE’, ‘SURFACE_NCYLINDER’, ‘SURFACE_NSPHERE’, ‘SURFACE_NTORUS’, ‘BLANK636’, ‘BLANK637’, ‘BLANK638’, ‘CURVE_BEZCURVE’, ‘CURVE_BEZCIRCLE’, ‘CURVE_NCURVE’, ‘CURVE_NCIRCLE’, ‘CURVE_PATH’, ‘BLANK644’, ‘BLANK645’, ‘BLANK646’, ‘BLANK647’, ‘BLANK648’, ‘BLANK649’, ‘BLANK650’, ‘BLANK651’, ‘BLANK652’, ‘BLANK653’, ‘BLANK654’, ‘BLANK655’, ‘FORCE_FORCE’, ‘FORCE_WIND’, ‘FORCE_VORTEX’, ‘FORCE_MAGNETIC’, ‘FORCE_HARMONIC’, ‘FORCE_CHARGE’, ‘FORCE_LENNARDJONES’, ‘FORCE_TEXTURE’, ‘FORCE_CURVE’, ‘FORCE_BOID’, ‘FORCE_TURBULENCE’, ‘FORCE_DRAG’, ‘BLANK672’, ‘BLANK673’, ‘BLANK674’, ‘BLANK675’, ‘BLANK676’, ‘BLANK677’, ‘BLANK678’, ‘BLANK679’, ‘BLANK680’, ‘BLANK681’, ‘BLANK682’, ‘BLANK683’, ‘BLANK684’, ‘BLANK685’, ‘BLANK690’, ‘BLANK691’, ‘BLANK692’, ‘BLANK693’, ‘BLANK694’, ‘BLANK695’, ‘BLANK696’, ‘BLANK697’, ‘BLANK698’, ‘BLANK699’, ‘BLANK700’, ‘BLANK701’, ‘BLANK702’, ‘BLANK703’, ‘BLANK704’, ‘BLANK705’, ‘BLANK706’, ‘BLANK707’, ‘BLANK708’, ‘BLANK709’, ‘BLANK710’, ‘BLANK711’, ‘BLANK712’, ‘BLANK713’, ‘BLANK714’, ‘BLANK715’, ‘BLANK720’, ‘BLANK721’, ‘BLANK722’, ‘BLANK733’, ‘BLANK734’, ‘BLANK735’, ‘BLANK736’, ‘BLANK737’, ‘BLANK738’, ‘BLANK739’, ‘BLANK740’, ‘BLANK741’, ‘BLANK742’, ‘BLANK743’, ‘BLANK744’, ‘BLANK745’, ‘BLANK746’, ‘BLANK747’, ‘BLANK748’, ‘BLANK749’, ‘BLANK750’, ‘BLANK751’, ‘BLANK752’, ‘BLANK753’, ‘BLANK754’, ‘BLANK755’, ‘BLANK760’, ‘BLANK761’, ‘BLANK762’, ‘BLANK763’, ‘BLANK764’, ‘BLANK765’, ‘BLANK766’, ‘BLANK767’, ‘BLANK768’, ‘BLANK769’, ‘BLANK770’, ‘BLANK771’, ‘BLANK772’, ‘BLANK773’, ‘BLANK774’, ‘BLANK775’, ‘BLANK776’, ‘BLANK777’, ‘BLANK778’, ‘BLANK779’, ‘BLANK780’, ‘BLANK781’, ‘BLANK782’, ‘BLANK783’, ‘BLANK784’, ‘BLANK785’, ‘MODIFIER’, ‘MOD_WAVE’, ‘MOD_BUILD’, ‘MOD_DECIM’, ‘MOD_MIRROR’, ‘MOD_SOFT’, ‘MOD_SUBSURF’, ‘HOOK’, ‘MOD_PHYSICS’, ‘MOD_PARTICLES’, ‘MOD_BOOLEAN’, ‘MOD_EDGESPLIT’, ‘MOD_ARRAY’, ‘MOD_UVPROJECT’, ‘MOD_DISPLACE’, ‘MOD_CURVE’, ‘MOD_LATTICE’, ‘CONSTRAINT_DATA’, ‘MOD_ARMATURE’, ‘MOD_SHRINKWRAP’, ‘MOD_CAST’, ‘MOD_MESHDEFORM’, ‘MOD_BEVEL’, ‘MOD_SMOOTH’, ‘MOD_SIMPLEDEFORM’, ‘MOD_MASK’, ‘MOD_CLOTH’, ‘MOD_EXPLODE’, ‘MOD_FLUIDSIM’, ‘MOD_MULTIRES’, ‘MOD_SMOKE’, ‘MOD_SOLIDIFY’, ‘MOD_SCREW’, ‘BLANK160’, ‘BLANK161’, ‘BLANK162’, ‘BLANK163’, ‘BLANK164’, ‘BLANK165’, ‘BLANK166’, ‘BLANK167’, ‘BLANK168’, ‘BLANK169’, ‘BLANK170’, ‘BLANK171’, ‘BLANK172’, ‘BLANK173’, ‘BLANK174’, ‘BLANK175’, ‘BLANK176’, ‘BLANK177’, ‘BLANK177b’, ‘REC’, ‘PLAY’, ‘FF’, ‘REW’, ‘PAUSE’, ‘PREV_KEYFRAME’, ‘NEXT_KEYFRAME’, ‘PLAY_AUDIO’, ‘PLAY_REVERSE’, ‘PREVIEW_RANGE’, ‘BLANK180’, ‘PMARKER_ACT’, ‘PMARKER_SEL’, ‘PMARKER’, ‘MARKER_HLT’, ‘MARKER’, ‘SPACE2’, ‘SPACE3’, ‘BLANK181’, ‘KEY_DEHLT’, ‘KEY_HLT’, ‘MUTE_IPO_OFF’, ‘MUTE_IPO_ON’, ‘BLANK182’, ‘BLANK183’, ‘BLANK183b’, ‘BLANK184’, ‘BLANK185’, ‘BLANK186’, ‘BLANK187’, ‘BLANK188’, ‘BLANK189’, ‘BLANK190’, ‘BLANK191’, ‘BLANK192’, ‘BLANK193’, ‘BLANK194’, ‘BLANK195’, ‘BLANK196’, ‘BLANK197’, ‘BLANK198’, ‘BLANK199’, ‘BLANK200’, ‘BLANK201’, ‘BLANK202’, ‘BLANK203’, ‘BLANK204’, ‘BLANK205’, ‘BLANK206’, ‘BLANK207’, ‘BLANK208’, ‘BLANK208b’, ‘VERTEXSEL’, ‘EDGESEL’, ‘FACESEL’, ‘LINKEDSEL’, ‘BLANK210’, ‘ROTATE’, ‘CURSOR’, ‘ROTATECOLLECTION’, ‘ROTATECENTER’, ‘ROTACTIVE’, ‘ALIGN’, ‘BLANK211’, ‘SMOOTHCURVE’, ‘SPHERECURVE’, ‘ROOTCURVE’, ‘SHARPCURVE’, ‘LINCURVE’, ‘NOCURVE’, ‘RNDCURVE’, ‘PROP_OFF’, ‘PROP_ON’, ‘PROP_CON’, ‘BLANK212’, ‘PARTICLE_POINT’, ‘PARTICLE_TIP’, ‘PARTICLE_PATH’, ‘MAN_TRANS’, ‘MAN_ROT’, ‘MAN_SCALE’, ‘MANIPUL’, ‘SNAP_OFF’, ‘SNAP_ON’, ‘SNAP_NORMAL’, ‘SNAP_INCREMENT’, ‘SNAP_VERTEX’, ‘SNAP_EDGE’, ‘SNAP_FACE’, ‘SNAP_VOLUME’, ‘UVS_FACE’, ‘STICKY_UVS_LOC’, ‘STICKY_UVS_DISABLE’, ‘STICKY_UVS_VERT’, ‘CLIPUV_DEHLT’, ‘CLIPUV_HLT’, ‘SNAP_PEEL_OBJECT’, ‘GRID’, ‘GEARS’, ‘BLANK221’, ‘BLANK224’, ‘BLANK225’, ‘BLANK226’, ‘BLANK226b’, ‘PASTEDOWN’, ‘COPYDOWN’, ‘PASTEFLIPUP’, ‘PASTEFLIPDOWN’, ‘BLANK227’, ‘BLANK228’, ‘BLANK229’, ‘BLANK230’, ‘SNAP_SURFACE’, ‘BLANK232’, ‘BLANK233’, ‘RETOPO’, ‘UV_VERTEXSEL’, ‘UV_EDGESEL’, ‘UV_FACESEL’, ‘UV_ISLANDSEL’, ‘UV_SYNC_SELECT’, ‘BLANK240’, ‘BLANK241’, ‘BLANK242’, ‘BLANK243’, ‘BLANK244’, ‘BLANK245’, ‘BLANK246’, ‘BLANK247’, ‘BLANK247b’, ‘BBOX’, ‘WIRE’, ‘SOLID’, ‘SMOOTH’, ‘POTATO’, ‘BLANK248’, ‘ORTHO’, ‘ORTHO_OFF’, ‘CAMERA’, ‘LOCKVIEW_OFF’, ‘LOCKVIEW_ON’, ‘BLANK250’, ‘AXIS_SIDE’, ‘AXIS_FRONT’, ‘AXIS_TOP’, ‘NDOF_DOM’, ‘NDOF_TURN’, ‘NDOF_FLY’, ‘NDOF_TRANS’, ‘LAYER_USED’, ‘LAYER_ACTIVE’, ‘BLANK254’, ‘BLANK255’, ‘BLANK256’, ‘BLANK257’, ‘BLANK257b’, ‘BLANK258’, ‘BLANK259’, ‘BLANK260’, ‘BLANK261’, ‘BLANK262’, ‘BLANK263’, ‘BLANK264’, ‘BLANK265’, ‘BLANK266’, ‘BLANK267’, ‘BLANK268’, ‘BLANK269’, ‘BLANK270’, ‘BLANK271’, ‘BLANK272’, ‘BLANK273’, ‘BLANK274’, ‘BLANK275’, ‘BLANK276’, ‘BLANK277’, ‘BLANK278’, ‘BLANK279’, ‘BLANK280’, ‘BLANK281’, ‘BLANK282’, ‘BLANK282b’, ‘SORTALPHA’, ‘SORTBYEXT’, ‘SORTTIME’, ‘SORTSIZE’, ‘LONGDISPLAY’, ‘SHORTDISPLAY’, ‘GHOST’, ‘IMGDISPLAY’, ‘BLANK284’, ‘BLANK285’, ‘BOOKMARKS’, ‘FONTPREVIEW’, ‘FILTER’, ‘NEWFOLDER’, ‘BLANK285F’, ‘FILE_PARENT’, ‘FILE_REFRESH’, ‘FILE_FOLDER’, ‘FILE_BLANK’, ‘FILE_BLEND’, ‘FILE_IMAGE’, ‘FILE_MOVIE’, ‘FILE_SCRIPT’, ‘FILE_SOUND’, ‘FILE_FONT’, ‘BLANK291b’, ‘BLANK292’, ‘BLANK293’, ‘BLANK294’, ‘BLANK295’, ‘BLANK296’, ‘BLANK297’, ‘BLANK298’, ‘BLANK299’, ‘BLANK300’, ‘BLANK301’, ‘BLANK302’, ‘BLANK303’, ‘BLANK304’, ‘BLANK305’, ‘BLANK306’, ‘BACK’, ‘FORWARD’, ‘BLANK309’, ‘BLANK310’, ‘BLANK311’, ‘BLANK312’, ‘BLANK313’, ‘BLANK314’, ‘BLANK315’, ‘BLANK316’, ‘DISK_DRIVE’, ‘MATPLANE’, ‘MATSPHERE’, ‘MATCUBE’, ‘MONKEY’, ‘HAIR’, ‘ALIASED’, ‘ANTIALIASED’, ‘MAT_SPHERE_SKY’, ‘BLANK319’, ‘BLANK320’, ‘BLANK321’, ‘BLANK322’, ‘WORDWRAP_OFF’, ‘WORDWRAP_ON’, ‘SYNTAX_OFF’, ‘SYNTAX_ON’, ‘LINENUMBERS_OFF’, ‘LINENUMBERS_ON’, ‘SCRIPTPLUGINS’, ‘BLANK323’, ‘BLANK324’, ‘BLANK325’, ‘BLANK326’, ‘BLANK327’, ‘BLANK328’, ‘BLANK328b’, ‘SEQ_SEQUENCER’, ‘SEQ_PREVIEW’, ‘SEQ_LUMA_WAVEFORM’, ‘SEQ_CHROMA_SCOPE’, ‘SEQ_HISTOGRAM’, ‘SEQ_SPLITVIEW’, ‘BLANK331’, ‘BLANK332’, ‘BLANK333’, ‘IMAGE_RGB’, ‘IMAGE_RGB_ALPHA’, ‘IMAGE_ALPHA’, ‘IMAGE_ZDEPTH’, ‘IMAGEFILE’, ‘BLANK336’, ‘BLANK337’, ‘BLANK338’, ‘BLANK339’, ‘BLANK340’, ‘BLANK341’, ‘BLANK342’, ‘BLANK343’, ‘BLANK344’, ‘BLANK345’, ‘BLANK346’, ‘BLANK346b’, ‘BRUSH_ADD’, ‘BRUSH_BLOB’, ‘BRUSH_BLUR’, ‘BRUSH_CLAY’, ‘BRUSH_CLONE’, ‘BRUSH_CREASE’, ‘BRUSH_DARKEN’, ‘BRUSH_FILL’, ‘BRUSH_FLATTEN’, ‘BRUSH_GRAB’, ‘BRUSH_INFLATE’, ‘BRUSH_LAYER’, ‘BRUSH_LIGHTEN’, ‘BRUSH_MIX’, ‘BRUSH_MULTIPLY’, ‘BRUSH_NUDGE’, ‘BRUSH_PINCH’, ‘BRUSH_SCRAPE’, ‘BRUSH_SCULPT_DRAW’, ‘BRUSH_SMEAR’, ‘BRUSH_SMOOTH’, ‘BRUSH_SNAKE_HOOK’, ‘BRUSH_SOFTEN’, ‘BRUSH_SUBTRACT’, ‘BRUSH_TEXDRAW’, ‘BRUSH_THUMB’, ‘BRUSH_ROTATE’, ‘BRUSH_VERTEXDRAW’, ‘VIEW3D_VEC’, ‘EDIT_VEC’, ‘EDITMODE_DEHLT’, ‘EDITMODE_HLT’, ‘DISCLOSURE_TRI_RIGHT_VEC’, ‘DISCLOSURE_TRI_DOWN_VEC’, ‘MOVE_UP_VEC’, ‘MOVE_DOWN_VEC’, ‘X_VEC’, ‘SMALL_TRI_RIGHT_VEC’], (optional)) – Icon, Override automatic icon of the item
operator(operator, text="", icon='BLENDER', emboss=True)

Item. Places a button into the layout to call an Operator.

Parameters:
  • operator (string) – Identifier of the operator.
  • text (string, (optional)) – Override automatic text of the item.
  • icon (enum in [‘BLENDER’, ‘QUESTION’, ‘ERROR’, ‘CANCEL’, ‘TRIA_RIGHT’, ‘TRIA_DOWN’, ‘TRIA_LEFT’, ‘TRIA_UP’, ‘ARROW_LEFTRIGHT’, ‘PLUS’, ‘DISCLOSURE_TRI_DOWN’, ‘DISCLOSURE_TRI_RIGHT’, ‘RADIOBUT_OFF’, ‘RADIOBUT_ON’, ‘MENU_PANEL’, ‘PYTHON’, ‘BLANK003’, ‘DOT’, ‘BLANK004’, ‘X’, ‘BLANK005’, ‘GO_LEFT’, ‘PLUG’, ‘UI’, ‘NODE’, ‘NODE_SEL’, ‘FULLSCREEN’, ‘SPLITSCREEN’, ‘RIGHTARROW_THIN’, ‘BORDERMOVE’, ‘VIEWZOOM’, ‘ZOOMIN’, ‘ZOOMOUT’, ‘PANEL_CLOSE’, ‘COPY_ID’, ‘EYEDROPPER’, ‘LINK_AREA’, ‘AUTO’, ‘CHECKBOX_DEHLT’, ‘CHECKBOX_HLT’, ‘UNLOCKED’, ‘LOCKED’, ‘UNPINNED’, ‘PINNED’, ‘SCREEN_BACK’, ‘RIGHTARROW’, ‘DOWNARROW_HLT’, ‘DOTSUP’, ‘DOTSDOWN’, ‘LINK’, ‘INLINK’, ‘PLUGIN’, ‘HELP’, ‘GHOST_ENABLED’, ‘COLOR’, ‘LINKED’, ‘UNLINKED’, ‘HAND’, ‘ZOOM_ALL’, ‘ZOOM_SELECTED’, ‘ZOOM_PREVIOUS’, ‘ZOOM_IN’, ‘ZOOM_OUT’, ‘RENDER_REGION’, ‘BORDER_RECT’, ‘BORDER_LASSO’, ‘FREEZE’, ‘STYLUS_PRESSURE’, ‘GHOST_DISABLED’, ‘NEW’, ‘FILE_TICK’, ‘QUIT’, ‘URL’, ‘RECOVER_LAST’, ‘BLANK038’, ‘FULLSCREEN_ENTER’, ‘FULLSCREEN_EXIT’, ‘BLANK1’, ‘LAMP’, ‘MATERIAL’, ‘TEXTURE’, ‘ANIM’, ‘WORLD’, ‘SCENE’, ‘EDIT’, ‘GAME’, ‘RADIO’, ‘SCRIPT’, ‘PARTICLES’, ‘PHYSICS’, ‘SPEAKER’, ‘TEXTURE_SHADED’, ‘BLANK042’, ‘BLANK043’, ‘BLANK044’, ‘BLANK045’, ‘BLANK046’, ‘BLANK047’, ‘BLANK048’, ‘BLANK049’, ‘BLANK050’, ‘BLANK051’, ‘BLANK052’, ‘BLANK052b’, ‘VIEW3D’, ‘IPO’, ‘OOPS’, ‘BUTS’, ‘FILESEL’, ‘IMAGE_COL’, ‘INFO’, ‘SEQUENCE’, ‘TEXT’, ‘IMASEL’, ‘SOUND’, ‘ACTION’, ‘NLA’, ‘SCRIPTWIN’, ‘TIME’, ‘NODETREE’, ‘LOGIC’, ‘CONSOLE’, ‘PREFERENCES’, ‘ASSET_MANAGER’, ‘BLANK057’, ‘BLANK058’, ‘BLANK059’, ‘BLANK060’, ‘BLANK061’, ‘BLANK061b’, ‘OBJECT_DATAMODE’, ‘EDITMODE_HLT’, ‘FACESEL_HLT’, ‘VPAINT_HLT’, ‘TPAINT_HLT’, ‘WPAINT_HLT’, ‘SCULPTMODE_HLT’, ‘POSE_HLT’, ‘PARTICLEMODE’, ‘LIGHTPAINT’, ‘BLANK063’, ‘BLANK064’, ‘BLANK065’, ‘BLANK066’, ‘BLANK067’, ‘BLANK068’, ‘BLANK069’, ‘BLANK070’, ‘BLANK071’, ‘BLANK072’, ‘BLANK073’, ‘BLANK074’, ‘BLANK075’, ‘BLANK076’, ‘BLANK077’, ‘BLANK077b’, ‘SCENE_DATA’, ‘RENDERLAYERS’, ‘WORLD_DATA’, ‘OBJECT_DATA’, ‘MESH_DATA’, ‘CURVE_DATA’, ‘META_DATA’, ‘LATTICE_DATA’, ‘LAMP_DATA’, ‘MATERIAL_DATA’, ‘TEXTURE_DATA’, ‘ANIM_DATA’, ‘CAMERA_DATA’, ‘PARTICLE_DATA’, ‘LIBRARY_DATA_DIRECT’, ‘GROUP’, ‘ARMATURE_DATA’, ‘POSE_DATA’, ‘BONE_DATA’, ‘CONSTRAINT’, ‘SHAPEKEY_DATA’, ‘CONSTRAINT_BONE’, ‘BLANK079’, ‘PACKAGE’, ‘UGLYPACKAGE’, ‘BLANK079b’, ‘BRUSH_DATA’, ‘IMAGE_DATA’, ‘FILE’, ‘FCURVE’, ‘FONT_DATA’, ‘RENDER_RESULT’, ‘SURFACE_DATA’, ‘EMPTY_DATA’, ‘SETTINGS’, ‘RENDER_ANIMATION’, ‘RENDER_STILL’, ‘BLANK080F’, ‘BOIDS’, ‘STRANDS’, ‘LIBRARY_DATA_INDIRECT’, ‘GREASEPENCIL’, ‘BLANK083’, ‘BLANK084’, ‘GROUP_BONE’, ‘GROUP_VERTEX’, ‘GROUP_VCOL’, ‘GROUP_UVS’, ‘BLANK089’, ‘BLANK090’, ‘RNA’, ‘RNA_ADD’, ‘BLANK092’, ‘BLANK093’, ‘BLANK094’, ‘BLANK095’, ‘BLANK096’, ‘BLANK097’, ‘BLANK098’, ‘BLANK099’, ‘BLANK100’, ‘BLANK101’, ‘BLANK102’, ‘BLANK103’, ‘BLANK104’, ‘BLANK105’, ‘BLANK106’, ‘BLANK107’, ‘BLANK108’, ‘BLANK109’, ‘BLANK110’, ‘BLANK111’, ‘BLANK112’, ‘BLANK113’, ‘BLANK114’, ‘BLANK115’, ‘BLANK116’, ‘BLANK116b’, ‘OUTLINER_OB_EMPTY’, ‘OUTLINER_OB_MESH’, ‘OUTLINER_OB_CURVE’, ‘OUTLINER_OB_LATTICE’, ‘OUTLINER_OB_META’, ‘OUTLINER_OB_LAMP’, ‘OUTLINER_OB_CAMERA’, ‘OUTLINER_OB_ARMATURE’, ‘OUTLINER_OB_FONT’, ‘OUTLINER_OB_SURFACE’, ‘BLANK119’, ‘BLANK120’, ‘BLANK121’, ‘BLANK122’, ‘BLANK123’, ‘BLANK124’, ‘BLANK125’, ‘BLANK126’, ‘BLANK127’, ‘RESTRICT_VIEW_OFF’, ‘RESTRICT_VIEW_ON’, ‘RESTRICT_SELECT_OFF’, ‘RESTRICT_SELECT_ON’, ‘RESTRICT_RENDER_OFF’, ‘RESTRICT_RENDER_ON’, ‘BLANK127b’, ‘OUTLINER_DATA_EMPTY’, ‘OUTLINER_DATA_MESH’, ‘OUTLINER_DATA_CURVE’, ‘OUTLINER_DATA_LATTICE’, ‘OUTLINER_DATA_META’, ‘OUTLINER_DATA_LAMP’, ‘OUTLINER_DATA_CAMERA’, ‘OUTLINER_DATA_ARMATURE’, ‘OUTLINER_DATA_FONT’, ‘OUTLINER_DATA_SURFACE’, ‘OUTLINER_DATA_POSE’, ‘BLANK129’, ‘BLANK130’, ‘BLANK131’, ‘BLANK132’, ‘BLANK133’, ‘BLANK134’, ‘BLANK135’, ‘BLANK136’, ‘BLANK137’, ‘BLANK138’, ‘BLANK139’, ‘BLANK140’, ‘BLANK141’, ‘BLANK142’, ‘BLANK142b’, ‘MESH_PLANE’, ‘MESH_CUBE’, ‘MESH_CIRCLE’, ‘MESH_UVSPHERE’, ‘MESH_ICOSPHERE’, ‘MESH_GRID’, ‘MESH_MONKEY’, ‘MESH_CYLINDER’, ‘MESH_TORUS’, ‘MESH_CONE’, ‘BLANK610’, ‘BLANK611’, ‘LAMP_POINT’, ‘LAMP_SUN’, ‘LAMP_SPOT’, ‘LAMP_HEMI’, ‘LAMP_AREA’, ‘BLANK617’, ‘BLANK618’, ‘BLANK619’, ‘META_PLANE’, ‘META_CUBE’, ‘META_BALL’, ‘META_ELLIPSOID’, ‘META_CAPSULE’, ‘BLANK625’, ‘SURFACE_NCURVE’, ‘SURFACE_NCIRCLE’, ‘SURFACE_NSURFACE’, ‘SURFACE_NCYLINDER’, ‘SURFACE_NSPHERE’, ‘SURFACE_NTORUS’, ‘BLANK636’, ‘BLANK637’, ‘BLANK638’, ‘CURVE_BEZCURVE’, ‘CURVE_BEZCIRCLE’, ‘CURVE_NCURVE’, ‘CURVE_NCIRCLE’, ‘CURVE_PATH’, ‘BLANK644’, ‘BLANK645’, ‘BLANK646’, ‘BLANK647’, ‘BLANK648’, ‘BLANK649’, ‘BLANK650’, ‘BLANK651’, ‘BLANK652’, ‘BLANK653’, ‘BLANK654’, ‘BLANK655’, ‘FORCE_FORCE’, ‘FORCE_WIND’, ‘FORCE_VORTEX’, ‘FORCE_MAGNETIC’, ‘FORCE_HARMONIC’, ‘FORCE_CHARGE’, ‘FORCE_LENNARDJONES’, ‘FORCE_TEXTURE’, ‘FORCE_CURVE’, ‘FORCE_BOID’, ‘FORCE_TURBULENCE’, ‘FORCE_DRAG’, ‘BLANK672’, ‘BLANK673’, ‘BLANK674’, ‘BLANK675’, ‘BLANK676’, ‘BLANK677’, ‘BLANK678’, ‘BLANK679’, ‘BLANK680’, ‘BLANK681’, ‘BLANK682’, ‘BLANK683’, ‘BLANK684’, ‘BLANK685’, ‘BLANK690’, ‘BLANK691’, ‘BLANK692’, ‘BLANK693’, ‘BLANK694’, ‘BLANK695’, ‘BLANK696’, ‘BLANK697’, ‘BLANK698’, ‘BLANK699’, ‘BLANK700’, ‘BLANK701’, ‘BLANK702’, ‘BLANK703’, ‘BLANK704’, ‘BLANK705’, ‘BLANK706’, ‘BLANK707’, ‘BLANK708’, ‘BLANK709’, ‘BLANK710’, ‘BLANK711’, ‘BLANK712’, ‘BLANK713’, ‘BLANK714’, ‘BLANK715’, ‘BLANK720’, ‘BLANK721’, ‘BLANK722’, ‘BLANK733’, ‘BLANK734’, ‘BLANK735’, ‘BLANK736’, ‘BLANK737’, ‘BLANK738’, ‘BLANK739’, ‘BLANK740’, ‘BLANK741’, ‘BLANK742’, ‘BLANK743’, ‘BLANK744’, ‘BLANK745’, ‘BLANK746’, ‘BLANK747’, ‘BLANK748’, ‘BLANK749’, ‘BLANK750’, ‘BLANK751’, ‘BLANK752’, ‘BLANK753’, ‘BLANK754’, ‘BLANK755’, ‘BLANK760’, ‘BLANK761’, ‘BLANK762’, ‘BLANK763’, ‘BLANK764’, ‘BLANK765’, ‘BLANK766’, ‘BLANK767’, ‘BLANK768’, ‘BLANK769’, ‘BLANK770’, ‘BLANK771’, ‘BLANK772’, ‘BLANK773’, ‘BLANK774’, ‘BLANK775’, ‘BLANK776’, ‘BLANK777’, ‘BLANK778’, ‘BLANK779’, ‘BLANK780’, ‘BLANK781’, ‘BLANK782’, ‘BLANK783’, ‘BLANK784’, ‘BLANK785’, ‘MODIFIER’, ‘MOD_WAVE’, ‘MOD_BUILD’, ‘MOD_DECIM’, ‘MOD_MIRROR’, ‘MOD_SOFT’, ‘MOD_SUBSURF’, ‘HOOK’, ‘MOD_PHYSICS’, ‘MOD_PARTICLES’, ‘MOD_BOOLEAN’, ‘MOD_EDGESPLIT’, ‘MOD_ARRAY’, ‘MOD_UVPROJECT’, ‘MOD_DISPLACE’, ‘MOD_CURVE’, ‘MOD_LATTICE’, ‘CONSTRAINT_DATA’, ‘MOD_ARMATURE’, ‘MOD_SHRINKWRAP’, ‘MOD_CAST’, ‘MOD_MESHDEFORM’, ‘MOD_BEVEL’, ‘MOD_SMOOTH’, ‘MOD_SIMPLEDEFORM’, ‘MOD_MASK’, ‘MOD_CLOTH’, ‘MOD_EXPLODE’, ‘MOD_FLUIDSIM’, ‘MOD_MULTIRES’, ‘MOD_SMOKE’, ‘MOD_SOLIDIFY’, ‘MOD_SCREW’, ‘BLANK160’, ‘BLANK161’, ‘BLANK162’, ‘BLANK163’, ‘BLANK164’, ‘BLANK165’, ‘BLANK166’, ‘BLANK167’, ‘BLANK168’, ‘BLANK169’, ‘BLANK170’, ‘BLANK171’, ‘BLANK172’, ‘BLANK173’, ‘BLANK174’, ‘BLANK175’, ‘BLANK176’, ‘BLANK177’, ‘BLANK177b’, ‘REC’, ‘PLAY’, ‘FF’, ‘REW’, ‘PAUSE’, ‘PREV_KEYFRAME’, ‘NEXT_KEYFRAME’, ‘PLAY_AUDIO’, ‘PLAY_REVERSE’, ‘PREVIEW_RANGE’, ‘BLANK180’, ‘PMARKER_ACT’, ‘PMARKER_SEL’, ‘PMARKER’, ‘MARKER_HLT’, ‘MARKER’, ‘SPACE2’, ‘SPACE3’, ‘BLANK181’, ‘KEY_DEHLT’, ‘KEY_HLT’, ‘MUTE_IPO_OFF’, ‘MUTE_IPO_ON’, ‘BLANK182’, ‘BLANK183’, ‘BLANK183b’, ‘BLANK184’, ‘BLANK185’, ‘BLANK186’, ‘BLANK187’, ‘BLANK188’, ‘BLANK189’, ‘BLANK190’, ‘BLANK191’, ‘BLANK192’, ‘BLANK193’, ‘BLANK194’, ‘BLANK195’, ‘BLANK196’, ‘BLANK197’, ‘BLANK198’, ‘BLANK199’, ‘BLANK200’, ‘BLANK201’, ‘BLANK202’, ‘BLANK203’, ‘BLANK204’, ‘BLANK205’, ‘BLANK206’, ‘BLANK207’, ‘BLANK208’, ‘BLANK208b’, ‘VERTEXSEL’, ‘EDGESEL’, ‘FACESEL’, ‘LINKEDSEL’, ‘BLANK210’, ‘ROTATE’, ‘CURSOR’, ‘ROTATECOLLECTION’, ‘ROTATECENTER’, ‘ROTACTIVE’, ‘ALIGN’, ‘BLANK211’, ‘SMOOTHCURVE’, ‘SPHERECURVE’, ‘ROOTCURVE’, ‘SHARPCURVE’, ‘LINCURVE’, ‘NOCURVE’, ‘RNDCURVE’, ‘PROP_OFF’, ‘PROP_ON’, ‘PROP_CON’, ‘BLANK212’, ‘PARTICLE_POINT’, ‘PARTICLE_TIP’, ‘PARTICLE_PATH’, ‘MAN_TRANS’, ‘MAN_ROT’, ‘MAN_SCALE’, ‘MANIPUL’, ‘SNAP_OFF’, ‘SNAP_ON’, ‘SNAP_NORMAL’, ‘SNAP_INCREMENT’, ‘SNAP_VERTEX’, ‘SNAP_EDGE’, ‘SNAP_FACE’, ‘SNAP_VOLUME’, ‘UVS_FACE’, ‘STICKY_UVS_LOC’, ‘STICKY_UVS_DISABLE’, ‘STICKY_UVS_VERT’, ‘CLIPUV_DEHLT’, ‘CLIPUV_HLT’, ‘SNAP_PEEL_OBJECT’, ‘GRID’, ‘GEARS’, ‘BLANK221’, ‘BLANK224’, ‘BLANK225’, ‘BLANK226’, ‘BLANK226b’, ‘PASTEDOWN’, ‘COPYDOWN’, ‘PASTEFLIPUP’, ‘PASTEFLIPDOWN’, ‘BLANK227’, ‘BLANK228’, ‘BLANK229’, ‘BLANK230’, ‘SNAP_SURFACE’, ‘BLANK232’, ‘BLANK233’, ‘RETOPO’, ‘UV_VERTEXSEL’, ‘UV_EDGESEL’, ‘UV_FACESEL’, ‘UV_ISLANDSEL’, ‘UV_SYNC_SELECT’, ‘BLANK240’, ‘BLANK241’, ‘BLANK242’, ‘BLANK243’, ‘BLANK244’, ‘BLANK245’, ‘BLANK246’, ‘BLANK247’, ‘BLANK247b’, ‘BBOX’, ‘WIRE’, ‘SOLID’, ‘SMOOTH’, ‘POTATO’, ‘BLANK248’, ‘ORTHO’, ‘ORTHO_OFF’, ‘CAMERA’, ‘LOCKVIEW_OFF’, ‘LOCKVIEW_ON’, ‘BLANK250’, ‘AXIS_SIDE’, ‘AXIS_FRONT’, ‘AXIS_TOP’, ‘NDOF_DOM’, ‘NDOF_TURN’, ‘NDOF_FLY’, ‘NDOF_TRANS’, ‘LAYER_USED’, ‘LAYER_ACTIVE’, ‘BLANK254’, ‘BLANK255’, ‘BLANK256’, ‘BLANK257’, ‘BLANK257b’, ‘BLANK258’, ‘BLANK259’, ‘BLANK260’, ‘BLANK261’, ‘BLANK262’, ‘BLANK263’, ‘BLANK264’, ‘BLANK265’, ‘BLANK266’, ‘BLANK267’, ‘BLANK268’, ‘BLANK269’, ‘BLANK270’, ‘BLANK271’, ‘BLANK272’, ‘BLANK273’, ‘BLANK274’, ‘BLANK275’, ‘BLANK276’, ‘BLANK277’, ‘BLANK278’, ‘BLANK279’, ‘BLANK280’, ‘BLANK281’, ‘BLANK282’, ‘BLANK282b’, ‘SORTALPHA’, ‘SORTBYEXT’, ‘SORTTIME’, ‘SORTSIZE’, ‘LONGDISPLAY’, ‘SHORTDISPLAY’, ‘GHOST’, ‘IMGDISPLAY’, ‘BLANK284’, ‘BLANK285’, ‘BOOKMARKS’, ‘FONTPREVIEW’, ‘FILTER’, ‘NEWFOLDER’, ‘BLANK285F’, ‘FILE_PARENT’, ‘FILE_REFRESH’, ‘FILE_FOLDER’, ‘FILE_BLANK’, ‘FILE_BLEND’, ‘FILE_IMAGE’, ‘FILE_MOVIE’, ‘FILE_SCRIPT’, ‘FILE_SOUND’, ‘FILE_FONT’, ‘BLANK291b’, ‘BLANK292’, ‘BLANK293’, ‘BLANK294’, ‘BLANK295’, ‘BLANK296’, ‘BLANK297’, ‘BLANK298’, ‘BLANK299’, ‘BLANK300’, ‘BLANK301’, ‘BLANK302’, ‘BLANK303’, ‘BLANK304’, ‘BLANK305’, ‘BLANK306’, ‘BACK’, ‘FORWARD’, ‘BLANK309’, ‘BLANK310’, ‘BLANK311’, ‘BLANK312’, ‘BLANK313’, ‘BLANK314’, ‘BLANK315’, ‘BLANK316’, ‘DISK_DRIVE’, ‘MATPLANE’, ‘MATSPHERE’, ‘MATCUBE’, ‘MONKEY’, ‘HAIR’, ‘ALIASED’, ‘ANTIALIASED’, ‘MAT_SPHERE_SKY’, ‘BLANK319’, ‘BLANK320’, ‘BLANK321’, ‘BLANK322’, ‘WORDWRAP_OFF’, ‘WORDWRAP_ON’, ‘SYNTAX_OFF’, ‘SYNTAX_ON’, ‘LINENUMBERS_OFF’, ‘LINENUMBERS_ON’, ‘SCRIPTPLUGINS’, ‘BLANK323’, ‘BLANK324’, ‘BLANK325’, ‘BLANK326’, ‘BLANK327’, ‘BLANK328’, ‘BLANK328b’, ‘SEQ_SEQUENCER’, ‘SEQ_PREVIEW’, ‘SEQ_LUMA_WAVEFORM’, ‘SEQ_CHROMA_SCOPE’, ‘SEQ_HISTOGRAM’, ‘SEQ_SPLITVIEW’, ‘BLANK331’, ‘BLANK332’, ‘BLANK333’, ‘IMAGE_RGB’, ‘IMAGE_RGB_ALPHA’, ‘IMAGE_ALPHA’, ‘IMAGE_ZDEPTH’, ‘IMAGEFILE’, ‘BLANK336’, ‘BLANK337’, ‘BLANK338’, ‘BLANK339’, ‘BLANK340’, ‘BLANK341’, ‘BLANK342’, ‘BLANK343’, ‘BLANK344’, ‘BLANK345’, ‘BLANK346’, ‘BLANK346b’, ‘BRUSH_ADD’, ‘BRUSH_BLOB’, ‘BRUSH_BLUR’, ‘BRUSH_CLAY’, ‘BRUSH_CLONE’, ‘BRUSH_CREASE’, ‘BRUSH_DARKEN’, ‘BRUSH_FILL’, ‘BRUSH_FLATTEN’, ‘BRUSH_GRAB’, ‘BRUSH_INFLATE’, ‘BRUSH_LAYER’, ‘BRUSH_LIGHTEN’, ‘BRUSH_MIX’, ‘BRUSH_MULTIPLY’, ‘BRUSH_NUDGE’, ‘BRUSH_PINCH’, ‘BRUSH_SCRAPE’, ‘BRUSH_SCULPT_DRAW’, ‘BRUSH_SMEAR’, ‘BRUSH_SMOOTH’, ‘BRUSH_SNAKE_HOOK’, ‘BRUSH_SOFTEN’, ‘BRUSH_SUBTRACT’, ‘BRUSH_TEXDRAW’, ‘BRUSH_THUMB’, ‘BRUSH_ROTATE’, ‘BRUSH_VERTEXDRAW’, ‘VIEW3D_VEC’, ‘EDIT_VEC’, ‘EDITMODE_DEHLT’, ‘EDITMODE_HLT’, ‘DISCLOSURE_TRI_RIGHT_VEC’, ‘DISCLOSURE_TRI_DOWN_VEC’, ‘MOVE_UP_VEC’, ‘MOVE_DOWN_VEC’, ‘X_VEC’, ‘SMALL_TRI_RIGHT_VEC’], (optional)) – Icon, Override automatic icon of the item
  • emboss (boolean, (optional)) – Draw the button itself, just the icon/text.
Returns:

Operator properties to fill in, return when ‘properties’ is set to true.

Return type:

OperatorProperties

operator_enums(operator, property)

operator_enums

Parameters:
  • operator (string) – Identifier of the operator.
  • property (string) – Identifier of property in operator.
operator_menu_enum(operator, property, text="", icon='BLENDER')

operator_menu_enum

Parameters:
  • operator (string) – Identifier of the operator.
  • property (string) – Identifier of property in operator.
  • text (string, (optional)) – Override automatic text of the item.
  • icon (enum in [‘BLENDER’, ‘QUESTION’, ‘ERROR’, ‘CANCEL’, ‘TRIA_RIGHT’, ‘TRIA_DOWN’, ‘TRIA_LEFT’, ‘TRIA_UP’, ‘ARROW_LEFTRIGHT’, ‘PLUS’, ‘DISCLOSURE_TRI_DOWN’, ‘DISCLOSURE_TRI_RIGHT’, ‘RADIOBUT_OFF’, ‘RADIOBUT_ON’, ‘MENU_PANEL’, ‘PYTHON’, ‘BLANK003’, ‘DOT’, ‘BLANK004’, ‘X’, ‘BLANK005’, ‘GO_LEFT’, ‘PLUG’, ‘UI’, ‘NODE’, ‘NODE_SEL’, ‘FULLSCREEN’, ‘SPLITSCREEN’, ‘RIGHTARROW_THIN’, ‘BORDERMOVE’, ‘VIEWZOOM’, ‘ZOOMIN’, ‘ZOOMOUT’, ‘PANEL_CLOSE’, ‘COPY_ID’, ‘EYEDROPPER’, ‘LINK_AREA’, ‘AUTO’, ‘CHECKBOX_DEHLT’, ‘CHECKBOX_HLT’, ‘UNLOCKED’, ‘LOCKED’, ‘UNPINNED’, ‘PINNED’, ‘SCREEN_BACK’, ‘RIGHTARROW’, ‘DOWNARROW_HLT’, ‘DOTSUP’, ‘DOTSDOWN’, ‘LINK’, ‘INLINK’, ‘PLUGIN’, ‘HELP’, ‘GHOST_ENABLED’, ‘COLOR’, ‘LINKED’, ‘UNLINKED’, ‘HAND’, ‘ZOOM_ALL’, ‘ZOOM_SELECTED’, ‘ZOOM_PREVIOUS’, ‘ZOOM_IN’, ‘ZOOM_OUT’, ‘RENDER_REGION’, ‘BORDER_RECT’, ‘BORDER_LASSO’, ‘FREEZE’, ‘STYLUS_PRESSURE’, ‘GHOST_DISABLED’, ‘NEW’, ‘FILE_TICK’, ‘QUIT’, ‘URL’, ‘RECOVER_LAST’, ‘BLANK038’, ‘FULLSCREEN_ENTER’, ‘FULLSCREEN_EXIT’, ‘BLANK1’, ‘LAMP’, ‘MATERIAL’, ‘TEXTURE’, ‘ANIM’, ‘WORLD’, ‘SCENE’, ‘EDIT’, ‘GAME’, ‘RADIO’, ‘SCRIPT’, ‘PARTICLES’, ‘PHYSICS’, ‘SPEAKER’, ‘TEXTURE_SHADED’, ‘BLANK042’, ‘BLANK043’, ‘BLANK044’, ‘BLANK045’, ‘BLANK046’, ‘BLANK047’, ‘BLANK048’, ‘BLANK049’, ‘BLANK050’, ‘BLANK051’, ‘BLANK052’, ‘BLANK052b’, ‘VIEW3D’, ‘IPO’, ‘OOPS’, ‘BUTS’, ‘FILESEL’, ‘IMAGE_COL’, ‘INFO’, ‘SEQUENCE’, ‘TEXT’, ‘IMASEL’, ‘SOUND’, ‘ACTION’, ‘NLA’, ‘SCRIPTWIN’, ‘TIME’, ‘NODETREE’, ‘LOGIC’, ‘CONSOLE’, ‘PREFERENCES’, ‘ASSET_MANAGER’, ‘BLANK057’, ‘BLANK058’, ‘BLANK059’, ‘BLANK060’, ‘BLANK061’, ‘BLANK061b’, ‘OBJECT_DATAMODE’, ‘EDITMODE_HLT’, ‘FACESEL_HLT’, ‘VPAINT_HLT’, ‘TPAINT_HLT’, ‘WPAINT_HLT’, ‘SCULPTMODE_HLT’, ‘POSE_HLT’, ‘PARTICLEMODE’, ‘LIGHTPAINT’, ‘BLANK063’, ‘BLANK064’, ‘BLANK065’, ‘BLANK066’, ‘BLANK067’, ‘BLANK068’, ‘BLANK069’, ‘BLANK070’, ‘BLANK071’, ‘BLANK072’, ‘BLANK073’, ‘BLANK074’, ‘BLANK075’, ‘BLANK076’, ‘BLANK077’, ‘BLANK077b’, ‘SCENE_DATA’, ‘RENDERLAYERS’, ‘WORLD_DATA’, ‘OBJECT_DATA’, ‘MESH_DATA’, ‘CURVE_DATA’, ‘META_DATA’, ‘LATTICE_DATA’, ‘LAMP_DATA’, ‘MATERIAL_DATA’, ‘TEXTURE_DATA’, ‘ANIM_DATA’, ‘CAMERA_DATA’, ‘PARTICLE_DATA’, ‘LIBRARY_DATA_DIRECT’, ‘GROUP’, ‘ARMATURE_DATA’, ‘POSE_DATA’, ‘BONE_DATA’, ‘CONSTRAINT’, ‘SHAPEKEY_DATA’, ‘CONSTRAINT_BONE’, ‘BLANK079’, ‘PACKAGE’, ‘UGLYPACKAGE’, ‘BLANK079b’, ‘BRUSH_DATA’, ‘IMAGE_DATA’, ‘FILE’, ‘FCURVE’, ‘FONT_DATA’, ‘RENDER_RESULT’, ‘SURFACE_DATA’, ‘EMPTY_DATA’, ‘SETTINGS’, ‘RENDER_ANIMATION’, ‘RENDER_STILL’, ‘BLANK080F’, ‘BOIDS’, ‘STRANDS’, ‘LIBRARY_DATA_INDIRECT’, ‘GREASEPENCIL’, ‘BLANK083’, ‘BLANK084’, ‘GROUP_BONE’, ‘GROUP_VERTEX’, ‘GROUP_VCOL’, ‘GROUP_UVS’, ‘BLANK089’, ‘BLANK090’, ‘RNA’, ‘RNA_ADD’, ‘BLANK092’, ‘BLANK093’, ‘BLANK094’, ‘BLANK095’, ‘BLANK096’, ‘BLANK097’, ‘BLANK098’, ‘BLANK099’, ‘BLANK100’, ‘BLANK101’, ‘BLANK102’, ‘BLANK103’, ‘BLANK104’, ‘BLANK105’, ‘BLANK106’, ‘BLANK107’, ‘BLANK108’, ‘BLANK109’, ‘BLANK110’, ‘BLANK111’, ‘BLANK112’, ‘BLANK113’, ‘BLANK114’, ‘BLANK115’, ‘BLANK116’, ‘BLANK116b’, ‘OUTLINER_OB_EMPTY’, ‘OUTLINER_OB_MESH’, ‘OUTLINER_OB_CURVE’, ‘OUTLINER_OB_LATTICE’, ‘OUTLINER_OB_META’, ‘OUTLINER_OB_LAMP’, ‘OUTLINER_OB_CAMERA’, ‘OUTLINER_OB_ARMATURE’, ‘OUTLINER_OB_FONT’, ‘OUTLINER_OB_SURFACE’, ‘BLANK119’, ‘BLANK120’, ‘BLANK121’, ‘BLANK122’, ‘BLANK123’, ‘BLANK124’, ‘BLANK125’, ‘BLANK126’, ‘BLANK127’, ‘RESTRICT_VIEW_OFF’, ‘RESTRICT_VIEW_ON’, ‘RESTRICT_SELECT_OFF’, ‘RESTRICT_SELECT_ON’, ‘RESTRICT_RENDER_OFF’, ‘RESTRICT_RENDER_ON’, ‘BLANK127b’, ‘OUTLINER_DATA_EMPTY’, ‘OUTLINER_DATA_MESH’, ‘OUTLINER_DATA_CURVE’, ‘OUTLINER_DATA_LATTICE’, ‘OUTLINER_DATA_META’, ‘OUTLINER_DATA_LAMP’, ‘OUTLINER_DATA_CAMERA’, ‘OUTLINER_DATA_ARMATURE’, ‘OUTLINER_DATA_FONT’, ‘OUTLINER_DATA_SURFACE’, ‘OUTLINER_DATA_POSE’, ‘BLANK129’, ‘BLANK130’, ‘BLANK131’, ‘BLANK132’, ‘BLANK133’, ‘BLANK134’, ‘BLANK135’, ‘BLANK136’, ‘BLANK137’, ‘BLANK138’, ‘BLANK139’, ‘BLANK140’, ‘BLANK141’, ‘BLANK142’, ‘BLANK142b’, ‘MESH_PLANE’, ‘MESH_CUBE’, ‘MESH_CIRCLE’, ‘MESH_UVSPHERE’, ‘MESH_ICOSPHERE’, ‘MESH_GRID’, ‘MESH_MONKEY’, ‘MESH_CYLINDER’, ‘MESH_TORUS’, ‘MESH_CONE’, ‘BLANK610’, ‘BLANK611’, ‘LAMP_POINT’, ‘LAMP_SUN’, ‘LAMP_SPOT’, ‘LAMP_HEMI’, ‘LAMP_AREA’, ‘BLANK617’, ‘BLANK618’, ‘BLANK619’, ‘META_PLANE’, ‘META_CUBE’, ‘META_BALL’, ‘META_ELLIPSOID’, ‘META_CAPSULE’, ‘BLANK625’, ‘SURFACE_NCURVE’, ‘SURFACE_NCIRCLE’, ‘SURFACE_NSURFACE’, ‘SURFACE_NCYLINDER’, ‘SURFACE_NSPHERE’, ‘SURFACE_NTORUS’, ‘BLANK636’, ‘BLANK637’, ‘BLANK638’, ‘CURVE_BEZCURVE’, ‘CURVE_BEZCIRCLE’, ‘CURVE_NCURVE’, ‘CURVE_NCIRCLE’, ‘CURVE_PATH’, ‘BLANK644’, ‘BLANK645’, ‘BLANK646’, ‘BLANK647’, ‘BLANK648’, ‘BLANK649’, ‘BLANK650’, ‘BLANK651’, ‘BLANK652’, ‘BLANK653’, ‘BLANK654’, ‘BLANK655’, ‘FORCE_FORCE’, ‘FORCE_WIND’, ‘FORCE_VORTEX’, ‘FORCE_MAGNETIC’, ‘FORCE_HARMONIC’, ‘FORCE_CHARGE’, ‘FORCE_LENNARDJONES’, ‘FORCE_TEXTURE’, ‘FORCE_CURVE’, ‘FORCE_BOID’, ‘FORCE_TURBULENCE’, ‘FORCE_DRAG’, ‘BLANK672’, ‘BLANK673’, ‘BLANK674’, ‘BLANK675’, ‘BLANK676’, ‘BLANK677’, ‘BLANK678’, ‘BLANK679’, ‘BLANK680’, ‘BLANK681’, ‘BLANK682’, ‘BLANK683’, ‘BLANK684’, ‘BLANK685’, ‘BLANK690’, ‘BLANK691’, ‘BLANK692’, ‘BLANK693’, ‘BLANK694’, ‘BLANK695’, ‘BLANK696’, ‘BLANK697’, ‘BLANK698’, ‘BLANK699’, ‘BLANK700’, ‘BLANK701’, ‘BLANK702’, ‘BLANK703’, ‘BLANK704’, ‘BLANK705’, ‘BLANK706’, ‘BLANK707’, ‘BLANK708’, ‘BLANK709’, ‘BLANK710’, ‘BLANK711’, ‘BLANK712’, ‘BLANK713’, ‘BLANK714’, ‘BLANK715’, ‘BLANK720’, ‘BLANK721’, ‘BLANK722’, ‘BLANK733’, ‘BLANK734’, ‘BLANK735’, ‘BLANK736’, ‘BLANK737’, ‘BLANK738’, ‘BLANK739’, ‘BLANK740’, ‘BLANK741’, ‘BLANK742’, ‘BLANK743’, ‘BLANK744’, ‘BLANK745’, ‘BLANK746’, ‘BLANK747’, ‘BLANK748’, ‘BLANK749’, ‘BLANK750’, ‘BLANK751’, ‘BLANK752’, ‘BLANK753’, ‘BLANK754’, ‘BLANK755’, ‘BLANK760’, ‘BLANK761’, ‘BLANK762’, ‘BLANK763’, ‘BLANK764’, ‘BLANK765’, ‘BLANK766’, ‘BLANK767’, ‘BLANK768’, ‘BLANK769’, ‘BLANK770’, ‘BLANK771’, ‘BLANK772’, ‘BLANK773’, ‘BLANK774’, ‘BLANK775’, ‘BLANK776’, ‘BLANK777’, ‘BLANK778’, ‘BLANK779’, ‘BLANK780’, ‘BLANK781’, ‘BLANK782’, ‘BLANK783’, ‘BLANK784’, ‘BLANK785’, ‘MODIFIER’, ‘MOD_WAVE’, ‘MOD_BUILD’, ‘MOD_DECIM’, ‘MOD_MIRROR’, ‘MOD_SOFT’, ‘MOD_SUBSURF’, ‘HOOK’, ‘MOD_PHYSICS’, ‘MOD_PARTICLES’, ‘MOD_BOOLEAN’, ‘MOD_EDGESPLIT’, ‘MOD_ARRAY’, ‘MOD_UVPROJECT’, ‘MOD_DISPLACE’, ‘MOD_CURVE’, ‘MOD_LATTICE’, ‘CONSTRAINT_DATA’, ‘MOD_ARMATURE’, ‘MOD_SHRINKWRAP’, ‘MOD_CAST’, ‘MOD_MESHDEFORM’, ‘MOD_BEVEL’, ‘MOD_SMOOTH’, ‘MOD_SIMPLEDEFORM’, ‘MOD_MASK’, ‘MOD_CLOTH’, ‘MOD_EXPLODE’, ‘MOD_FLUIDSIM’, ‘MOD_MULTIRES’, ‘MOD_SMOKE’, ‘MOD_SOLIDIFY’, ‘MOD_SCREW’, ‘BLANK160’, ‘BLANK161’, ‘BLANK162’, ‘BLANK163’, ‘BLANK164’, ‘BLANK165’, ‘BLANK166’, ‘BLANK167’, ‘BLANK168’, ‘BLANK169’, ‘BLANK170’, ‘BLANK171’, ‘BLANK172’, ‘BLANK173’, ‘BLANK174’, ‘BLANK175’, ‘BLANK176’, ‘BLANK177’, ‘BLANK177b’, ‘REC’, ‘PLAY’, ‘FF’, ‘REW’, ‘PAUSE’, ‘PREV_KEYFRAME’, ‘NEXT_KEYFRAME’, ‘PLAY_AUDIO’, ‘PLAY_REVERSE’, ‘PREVIEW_RANGE’, ‘BLANK180’, ‘PMARKER_ACT’, ‘PMARKER_SEL’, ‘PMARKER’, ‘MARKER_HLT’, ‘MARKER’, ‘SPACE2’, ‘SPACE3’, ‘BLANK181’, ‘KEY_DEHLT’, ‘KEY_HLT’, ‘MUTE_IPO_OFF’, ‘MUTE_IPO_ON’, ‘BLANK182’, ‘BLANK183’, ‘BLANK183b’, ‘BLANK184’, ‘BLANK185’, ‘BLANK186’, ‘BLANK187’, ‘BLANK188’, ‘BLANK189’, ‘BLANK190’, ‘BLANK191’, ‘BLANK192’, ‘BLANK193’, ‘BLANK194’, ‘BLANK195’, ‘BLANK196’, ‘BLANK197’, ‘BLANK198’, ‘BLANK199’, ‘BLANK200’, ‘BLANK201’, ‘BLANK202’, ‘BLANK203’, ‘BLANK204’, ‘BLANK205’, ‘BLANK206’, ‘BLANK207’, ‘BLANK208’, ‘BLANK208b’, ‘VERTEXSEL’, ‘EDGESEL’, ‘FACESEL’, ‘LINKEDSEL’, ‘BLANK210’, ‘ROTATE’, ‘CURSOR’, ‘ROTATECOLLECTION’, ‘ROTATECENTER’, ‘ROTACTIVE’, ‘ALIGN’, ‘BLANK211’, ‘SMOOTHCURVE’, ‘SPHERECURVE’, ‘ROOTCURVE’, ‘SHARPCURVE’, ‘LINCURVE’, ‘NOCURVE’, ‘RNDCURVE’, ‘PROP_OFF’, ‘PROP_ON’, ‘PROP_CON’, ‘BLANK212’, ‘PARTICLE_POINT’, ‘PARTICLE_TIP’, ‘PARTICLE_PATH’, ‘MAN_TRANS’, ‘MAN_ROT’, ‘MAN_SCALE’, ‘MANIPUL’, ‘SNAP_OFF’, ‘SNAP_ON’, ‘SNAP_NORMAL’, ‘SNAP_INCREMENT’, ‘SNAP_VERTEX’, ‘SNAP_EDGE’, ‘SNAP_FACE’, ‘SNAP_VOLUME’, ‘UVS_FACE’, ‘STICKY_UVS_LOC’, ‘STICKY_UVS_DISABLE’, ‘STICKY_UVS_VERT’, ‘CLIPUV_DEHLT’, ‘CLIPUV_HLT’, ‘SNAP_PEEL_OBJECT’, ‘GRID’, ‘GEARS’, ‘BLANK221’, ‘BLANK224’, ‘BLANK225’, ‘BLANK226’, ‘BLANK226b’, ‘PASTEDOWN’, ‘COPYDOWN’, ‘PASTEFLIPUP’, ‘PASTEFLIPDOWN’, ‘BLANK227’, ‘BLANK228’, ‘BLANK229’, ‘BLANK230’, ‘SNAP_SURFACE’, ‘BLANK232’, ‘BLANK233’, ‘RETOPO’, ‘UV_VERTEXSEL’, ‘UV_EDGESEL’, ‘UV_FACESEL’, ‘UV_ISLANDSEL’, ‘UV_SYNC_SELECT’, ‘BLANK240’, ‘BLANK241’, ‘BLANK242’, ‘BLANK243’, ‘BLANK244’, ‘BLANK245’, ‘BLANK246’, ‘BLANK247’, ‘BLANK247b’, ‘BBOX’, ‘WIRE’, ‘SOLID’, ‘SMOOTH’, ‘POTATO’, ‘BLANK248’, ‘ORTHO’, ‘ORTHO_OFF’, ‘CAMERA’, ‘LOCKVIEW_OFF’, ‘LOCKVIEW_ON’, ‘BLANK250’, ‘AXIS_SIDE’, ‘AXIS_FRONT’, ‘AXIS_TOP’, ‘NDOF_DOM’, ‘NDOF_TURN’, ‘NDOF_FLY’, ‘NDOF_TRANS’, ‘LAYER_USED’, ‘LAYER_ACTIVE’, ‘BLANK254’, ‘BLANK255’, ‘BLANK256’, ‘BLANK257’, ‘BLANK257b’, ‘BLANK258’, ‘BLANK259’, ‘BLANK260’, ‘BLANK261’, ‘BLANK262’, ‘BLANK263’, ‘BLANK264’, ‘BLANK265’, ‘BLANK266’, ‘BLANK267’, ‘BLANK268’, ‘BLANK269’, ‘BLANK270’, ‘BLANK271’, ‘BLANK272’, ‘BLANK273’, ‘BLANK274’, ‘BLANK275’, ‘BLANK276’, ‘BLANK277’, ‘BLANK278’, ‘BLANK279’, ‘BLANK280’, ‘BLANK281’, ‘BLANK282’, ‘BLANK282b’, ‘SORTALPHA’, ‘SORTBYEXT’, ‘SORTTIME’, ‘SORTSIZE’, ‘LONGDISPLAY’, ‘SHORTDISPLAY’, ‘GHOST’, ‘IMGDISPLAY’, ‘BLANK284’, ‘BLANK285’, ‘BOOKMARKS’, ‘FONTPREVIEW’, ‘FILTER’, ‘NEWFOLDER’, ‘BLANK285F’, ‘FILE_PARENT’, ‘FILE_REFRESH’, ‘FILE_FOLDER’, ‘FILE_BLANK’, ‘FILE_BLEND’, ‘FILE_IMAGE’, ‘FILE_MOVIE’, ‘FILE_SCRIPT’, ‘FILE_SOUND’, ‘FILE_FONT’, ‘BLANK291b’, ‘BLANK292’, ‘BLANK293’, ‘BLANK294’, ‘BLANK295’, ‘BLANK296’, ‘BLANK297’, ‘BLANK298’, ‘BLANK299’, ‘BLANK300’, ‘BLANK301’, ‘BLANK302’, ‘BLANK303’, ‘BLANK304’, ‘BLANK305’, ‘BLANK306’, ‘BACK’, ‘FORWARD’, ‘BLANK309’, ‘BLANK310’, ‘BLANK311’, ‘BLANK312’, ‘BLANK313’, ‘BLANK314’, ‘BLANK315’, ‘BLANK316’, ‘DISK_DRIVE’, ‘MATPLANE’, ‘MATSPHERE’, ‘MATCUBE’, ‘MONKEY’, ‘HAIR’, ‘ALIASED’, ‘ANTIALIASED’, ‘MAT_SPHERE_SKY’, ‘BLANK319’, ‘BLANK320’, ‘BLANK321’, ‘BLANK322’, ‘WORDWRAP_OFF’, ‘WORDWRAP_ON’, ‘SYNTAX_OFF’, ‘SYNTAX_ON’, ‘LINENUMBERS_OFF’, ‘LINENUMBERS_ON’, ‘SCRIPTPLUGINS’, ‘BLANK323’, ‘BLANK324’, ‘BLANK325’, ‘BLANK326’, ‘BLANK327’, ‘BLANK328’, ‘BLANK328b’, ‘SEQ_SEQUENCER’, ‘SEQ_PREVIEW’, ‘SEQ_LUMA_WAVEFORM’, ‘SEQ_CHROMA_SCOPE’, ‘SEQ_HISTOGRAM’, ‘SEQ_SPLITVIEW’, ‘BLANK331’, ‘BLANK332’, ‘BLANK333’, ‘IMAGE_RGB’, ‘IMAGE_RGB_ALPHA’, ‘IMAGE_ALPHA’, ‘IMAGE_ZDEPTH’, ‘IMAGEFILE’, ‘BLANK336’, ‘BLANK337’, ‘BLANK338’, ‘BLANK339’, ‘BLANK340’, ‘BLANK341’, ‘BLANK342’, ‘BLANK343’, ‘BLANK344’, ‘BLANK345’, ‘BLANK346’, ‘BLANK346b’, ‘BRUSH_ADD’, ‘BRUSH_BLOB’, ‘BRUSH_BLUR’, ‘BRUSH_CLAY’, ‘BRUSH_CLONE’, ‘BRUSH_CREASE’, ‘BRUSH_DARKEN’, ‘BRUSH_FILL’, ‘BRUSH_FLATTEN’, ‘BRUSH_GRAB’, ‘BRUSH_INFLATE’, ‘BRUSH_LAYER’, ‘BRUSH_LIGHTEN’, ‘BRUSH_MIX’, ‘BRUSH_MULTIPLY’, ‘BRUSH_NUDGE’, ‘BRUSH_PINCH’, ‘BRUSH_SCRAPE’, ‘BRUSH_SCULPT_DRAW’, ‘BRUSH_SMEAR’, ‘BRUSH_SMOOTH’, ‘BRUSH_SNAKE_HOOK’, ‘BRUSH_SOFTEN’, ‘BRUSH_SUBTRACT’, ‘BRUSH_TEXDRAW’, ‘BRUSH_THUMB’, ‘BRUSH_ROTATE’, ‘BRUSH_VERTEXDRAW’, ‘VIEW3D_VEC’, ‘EDIT_VEC’, ‘EDITMODE_DEHLT’, ‘EDITMODE_HLT’, ‘DISCLOSURE_TRI_RIGHT_VEC’, ‘DISCLOSURE_TRI_DOWN_VEC’, ‘MOVE_UP_VEC’, ‘MOVE_DOWN_VEC’, ‘X_VEC’, ‘SMALL_TRI_RIGHT_VEC’], (optional)) – Icon, Override automatic icon of the item
label(text="", icon='BLENDER')

Item. Display text in the layout.

Parameters:
  • text (string, (optional)) – Override automatic text of the item.
  • icon (enum in [‘BLENDER’, ‘QUESTION’, ‘ERROR’, ‘CANCEL’, ‘TRIA_RIGHT’, ‘TRIA_DOWN’, ‘TRIA_LEFT’, ‘TRIA_UP’, ‘ARROW_LEFTRIGHT’, ‘PLUS’, ‘DISCLOSURE_TRI_DOWN’, ‘DISCLOSURE_TRI_RIGHT’, ‘RADIOBUT_OFF’, ‘RADIOBUT_ON’, ‘MENU_PANEL’, ‘PYTHON’, ‘BLANK003’, ‘DOT’, ‘BLANK004’, ‘X’, ‘BLANK005’, ‘GO_LEFT’, ‘PLUG’, ‘UI’, ‘NODE’, ‘NODE_SEL’, ‘FULLSCREEN’, ‘SPLITSCREEN’, ‘RIGHTARROW_THIN’, ‘BORDERMOVE’, ‘VIEWZOOM’, ‘ZOOMIN’, ‘ZOOMOUT’, ‘PANEL_CLOSE’, ‘COPY_ID’, ‘EYEDROPPER’, ‘LINK_AREA’, ‘AUTO’, ‘CHECKBOX_DEHLT’, ‘CHECKBOX_HLT’, ‘UNLOCKED’, ‘LOCKED’, ‘UNPINNED’, ‘PINNED’, ‘SCREEN_BACK’, ‘RIGHTARROW’, ‘DOWNARROW_HLT’, ‘DOTSUP’, ‘DOTSDOWN’, ‘LINK’, ‘INLINK’, ‘PLUGIN’, ‘HELP’, ‘GHOST_ENABLED’, ‘COLOR’, ‘LINKED’, ‘UNLINKED’, ‘HAND’, ‘ZOOM_ALL’, ‘ZOOM_SELECTED’, ‘ZOOM_PREVIOUS’, ‘ZOOM_IN’, ‘ZOOM_OUT’, ‘RENDER_REGION’, ‘BORDER_RECT’, ‘BORDER_LASSO’, ‘FREEZE’, ‘STYLUS_PRESSURE’, ‘GHOST_DISABLED’, ‘NEW’, ‘FILE_TICK’, ‘QUIT’, ‘URL’, ‘RECOVER_LAST’, ‘BLANK038’, ‘FULLSCREEN_ENTER’, ‘FULLSCREEN_EXIT’, ‘BLANK1’, ‘LAMP’, ‘MATERIAL’, ‘TEXTURE’, ‘ANIM’, ‘WORLD’, ‘SCENE’, ‘EDIT’, ‘GAME’, ‘RADIO’, ‘SCRIPT’, ‘PARTICLES’, ‘PHYSICS’, ‘SPEAKER’, ‘TEXTURE_SHADED’, ‘BLANK042’, ‘BLANK043’, ‘BLANK044’, ‘BLANK045’, ‘BLANK046’, ‘BLANK047’, ‘BLANK048’, ‘BLANK049’, ‘BLANK050’, ‘BLANK051’, ‘BLANK052’, ‘BLANK052b’, ‘VIEW3D’, ‘IPO’, ‘OOPS’, ‘BUTS’, ‘FILESEL’, ‘IMAGE_COL’, ‘INFO’, ‘SEQUENCE’, ‘TEXT’, ‘IMASEL’, ‘SOUND’, ‘ACTION’, ‘NLA’, ‘SCRIPTWIN’, ‘TIME’, ‘NODETREE’, ‘LOGIC’, ‘CONSOLE’, ‘PREFERENCES’, ‘ASSET_MANAGER’, ‘BLANK057’, ‘BLANK058’, ‘BLANK059’, ‘BLANK060’, ‘BLANK061’, ‘BLANK061b’, ‘OBJECT_DATAMODE’, ‘EDITMODE_HLT’, ‘FACESEL_HLT’, ‘VPAINT_HLT’, ‘TPAINT_HLT’, ‘WPAINT_HLT’, ‘SCULPTMODE_HLT’, ‘POSE_HLT’, ‘PARTICLEMODE’, ‘LIGHTPAINT’, ‘BLANK063’, ‘BLANK064’, ‘BLANK065’, ‘BLANK066’, ‘BLANK067’, ‘BLANK068’, ‘BLANK069’, ‘BLANK070’, ‘BLANK071’, ‘BLANK072’, ‘BLANK073’, ‘BLANK074’, ‘BLANK075’, ‘BLANK076’, ‘BLANK077’, ‘BLANK077b’, ‘SCENE_DATA’, ‘RENDERLAYERS’, ‘WORLD_DATA’, ‘OBJECT_DATA’, ‘MESH_DATA’, ‘CURVE_DATA’, ‘META_DATA’, ‘LATTICE_DATA’, ‘LAMP_DATA’, ‘MATERIAL_DATA’, ‘TEXTURE_DATA’, ‘ANIM_DATA’, ‘CAMERA_DATA’, ‘PARTICLE_DATA’, ‘LIBRARY_DATA_DIRECT’, ‘GROUP’, ‘ARMATURE_DATA’, ‘POSE_DATA’, ‘BONE_DATA’, ‘CONSTRAINT’, ‘SHAPEKEY_DATA’, ‘CONSTRAINT_BONE’, ‘BLANK079’, ‘PACKAGE’, ‘UGLYPACKAGE’, ‘BLANK079b’, ‘BRUSH_DATA’, ‘IMAGE_DATA’, ‘FILE’, ‘FCURVE’, ‘FONT_DATA’, ‘RENDER_RESULT’, ‘SURFACE_DATA’, ‘EMPTY_DATA’, ‘SETTINGS’, ‘RENDER_ANIMATION’, ‘RENDER_STILL’, ‘BLANK080F’, ‘BOIDS’, ‘STRANDS’, ‘LIBRARY_DATA_INDIRECT’, ‘GREASEPENCIL’, ‘BLANK083’, ‘BLANK084’, ‘GROUP_BONE’, ‘GROUP_VERTEX’, ‘GROUP_VCOL’, ‘GROUP_UVS’, ‘BLANK089’, ‘BLANK090’, ‘RNA’, ‘RNA_ADD’, ‘BLANK092’, ‘BLANK093’, ‘BLANK094’, ‘BLANK095’, ‘BLANK096’, ‘BLANK097’, ‘BLANK098’, ‘BLANK099’, ‘BLANK100’, ‘BLANK101’, ‘BLANK102’, ‘BLANK103’, ‘BLANK104’, ‘BLANK105’, ‘BLANK106’, ‘BLANK107’, ‘BLANK108’, ‘BLANK109’, ‘BLANK110’, ‘BLANK111’, ‘BLANK112’, ‘BLANK113’, ‘BLANK114’, ‘BLANK115’, ‘BLANK116’, ‘BLANK116b’, ‘OUTLINER_OB_EMPTY’, ‘OUTLINER_OB_MESH’, ‘OUTLINER_OB_CURVE’, ‘OUTLINER_OB_LATTICE’, ‘OUTLINER_OB_META’, ‘OUTLINER_OB_LAMP’, ‘OUTLINER_OB_CAMERA’, ‘OUTLINER_OB_ARMATURE’, ‘OUTLINER_OB_FONT’, ‘OUTLINER_OB_SURFACE’, ‘BLANK119’, ‘BLANK120’, ‘BLANK121’, ‘BLANK122’, ‘BLANK123’, ‘BLANK124’, ‘BLANK125’, ‘BLANK126’, ‘BLANK127’, ‘RESTRICT_VIEW_OFF’, ‘RESTRICT_VIEW_ON’, ‘RESTRICT_SELECT_OFF’, ‘RESTRICT_SELECT_ON’, ‘RESTRICT_RENDER_OFF’, ‘RESTRICT_RENDER_ON’, ‘BLANK127b’, ‘OUTLINER_DATA_EMPTY’, ‘OUTLINER_DATA_MESH’, ‘OUTLINER_DATA_CURVE’, ‘OUTLINER_DATA_LATTICE’, ‘OUTLINER_DATA_META’, ‘OUTLINER_DATA_LAMP’, ‘OUTLINER_DATA_CAMERA’, ‘OUTLINER_DATA_ARMATURE’, ‘OUTLINER_DATA_FONT’, ‘OUTLINER_DATA_SURFACE’, ‘OUTLINER_DATA_POSE’, ‘BLANK129’, ‘BLANK130’, ‘BLANK131’, ‘BLANK132’, ‘BLANK133’, ‘BLANK134’, ‘BLANK135’, ‘BLANK136’, ‘BLANK137’, ‘BLANK138’, ‘BLANK139’, ‘BLANK140’, ‘BLANK141’, ‘BLANK142’, ‘BLANK142b’, ‘MESH_PLANE’, ‘MESH_CUBE’, ‘MESH_CIRCLE’, ‘MESH_UVSPHERE’, ‘MESH_ICOSPHERE’, ‘MESH_GRID’, ‘MESH_MONKEY’, ‘MESH_CYLINDER’, ‘MESH_TORUS’, ‘MESH_CONE’, ‘BLANK610’, ‘BLANK611’, ‘LAMP_POINT’, ‘LAMP_SUN’, ‘LAMP_SPOT’, ‘LAMP_HEMI’, ‘LAMP_AREA’, ‘BLANK617’, ‘BLANK618’, ‘BLANK619’, ‘META_PLANE’, ‘META_CUBE’, ‘META_BALL’, ‘META_ELLIPSOID’, ‘META_CAPSULE’, ‘BLANK625’, ‘SURFACE_NCURVE’, ‘SURFACE_NCIRCLE’, ‘SURFACE_NSURFACE’, ‘SURFACE_NCYLINDER’, ‘SURFACE_NSPHERE’, ‘SURFACE_NTORUS’, ‘BLANK636’, ‘BLANK637’, ‘BLANK638’, ‘CURVE_BEZCURVE’, ‘CURVE_BEZCIRCLE’, ‘CURVE_NCURVE’, ‘CURVE_NCIRCLE’, ‘CURVE_PATH’, ‘BLANK644’, ‘BLANK645’, ‘BLANK646’, ‘BLANK647’, ‘BLANK648’, ‘BLANK649’, ‘BLANK650’, ‘BLANK651’, ‘BLANK652’, ‘BLANK653’, ‘BLANK654’, ‘BLANK655’, ‘FORCE_FORCE’, ‘FORCE_WIND’, ‘FORCE_VORTEX’, ‘FORCE_MAGNETIC’, ‘FORCE_HARMONIC’, ‘FORCE_CHARGE’, ‘FORCE_LENNARDJONES’, ‘FORCE_TEXTURE’, ‘FORCE_CURVE’, ‘FORCE_BOID’, ‘FORCE_TURBULENCE’, ‘FORCE_DRAG’, ‘BLANK672’, ‘BLANK673’, ‘BLANK674’, ‘BLANK675’, ‘BLANK676’, ‘BLANK677’, ‘BLANK678’, ‘BLANK679’, ‘BLANK680’, ‘BLANK681’, ‘BLANK682’, ‘BLANK683’, ‘BLANK684’, ‘BLANK685’, ‘BLANK690’, ‘BLANK691’, ‘BLANK692’, ‘BLANK693’, ‘BLANK694’, ‘BLANK695’, ‘BLANK696’, ‘BLANK697’, ‘BLANK698’, ‘BLANK699’, ‘BLANK700’, ‘BLANK701’, ‘BLANK702’, ‘BLANK703’, ‘BLANK704’, ‘BLANK705’, ‘BLANK706’, ‘BLANK707’, ‘BLANK708’, ‘BLANK709’, ‘BLANK710’, ‘BLANK711’, ‘BLANK712’, ‘BLANK713’, ‘BLANK714’, ‘BLANK715’, ‘BLANK720’, ‘BLANK721’, ‘BLANK722’, ‘BLANK733’, ‘BLANK734’, ‘BLANK735’, ‘BLANK736’, ‘BLANK737’, ‘BLANK738’, ‘BLANK739’, ‘BLANK740’, ‘BLANK741’, ‘BLANK742’, ‘BLANK743’, ‘BLANK744’, ‘BLANK745’, ‘BLANK746’, ‘BLANK747’, ‘BLANK748’, ‘BLANK749’, ‘BLANK750’, ‘BLANK751’, ‘BLANK752’, ‘BLANK753’, ‘BLANK754’, ‘BLANK755’, ‘BLANK760’, ‘BLANK761’, ‘BLANK762’, ‘BLANK763’, ‘BLANK764’, ‘BLANK765’, ‘BLANK766’, ‘BLANK767’, ‘BLANK768’, ‘BLANK769’, ‘BLANK770’, ‘BLANK771’, ‘BLANK772’, ‘BLANK773’, ‘BLANK774’, ‘BLANK775’, ‘BLANK776’, ‘BLANK777’, ‘BLANK778’, ‘BLANK779’, ‘BLANK780’, ‘BLANK781’, ‘BLANK782’, ‘BLANK783’, ‘BLANK784’, ‘BLANK785’, ‘MODIFIER’, ‘MOD_WAVE’, ‘MOD_BUILD’, ‘MOD_DECIM’, ‘MOD_MIRROR’, ‘MOD_SOFT’, ‘MOD_SUBSURF’, ‘HOOK’, ‘MOD_PHYSICS’, ‘MOD_PARTICLES’, ‘MOD_BOOLEAN’, ‘MOD_EDGESPLIT’, ‘MOD_ARRAY’, ‘MOD_UVPROJECT’, ‘MOD_DISPLACE’, ‘MOD_CURVE’, ‘MOD_LATTICE’, ‘CONSTRAINT_DATA’, ‘MOD_ARMATURE’, ‘MOD_SHRINKWRAP’, ‘MOD_CAST’, ‘MOD_MESHDEFORM’, ‘MOD_BEVEL’, ‘MOD_SMOOTH’, ‘MOD_SIMPLEDEFORM’, ‘MOD_MASK’, ‘MOD_CLOTH’, ‘MOD_EXPLODE’, ‘MOD_FLUIDSIM’, ‘MOD_MULTIRES’, ‘MOD_SMOKE’, ‘MOD_SOLIDIFY’, ‘MOD_SCREW’, ‘BLANK160’, ‘BLANK161’, ‘BLANK162’, ‘BLANK163’, ‘BLANK164’, ‘BLANK165’, ‘BLANK166’, ‘BLANK167’, ‘BLANK168’, ‘BLANK169’, ‘BLANK170’, ‘BLANK171’, ‘BLANK172’, ‘BLANK173’, ‘BLANK174’, ‘BLANK175’, ‘BLANK176’, ‘BLANK177’, ‘BLANK177b’, ‘REC’, ‘PLAY’, ‘FF’, ‘REW’, ‘PAUSE’, ‘PREV_KEYFRAME’, ‘NEXT_KEYFRAME’, ‘PLAY_AUDIO’, ‘PLAY_REVERSE’, ‘PREVIEW_RANGE’, ‘BLANK180’, ‘PMARKER_ACT’, ‘PMARKER_SEL’, ‘PMARKER’, ‘MARKER_HLT’, ‘MARKER’, ‘SPACE2’, ‘SPACE3’, ‘BLANK181’, ‘KEY_DEHLT’, ‘KEY_HLT’, ‘MUTE_IPO_OFF’, ‘MUTE_IPO_ON’, ‘BLANK182’, ‘BLANK183’, ‘BLANK183b’, ‘BLANK184’, ‘BLANK185’, ‘BLANK186’, ‘BLANK187’, ‘BLANK188’, ‘BLANK189’, ‘BLANK190’, ‘BLANK191’, ‘BLANK192’, ‘BLANK193’, ‘BLANK194’, ‘BLANK195’, ‘BLANK196’, ‘BLANK197’, ‘BLANK198’, ‘BLANK199’, ‘BLANK200’, ‘BLANK201’, ‘BLANK202’, ‘BLANK203’, ‘BLANK204’, ‘BLANK205’, ‘BLANK206’, ‘BLANK207’, ‘BLANK208’, ‘BLANK208b’, ‘VERTEXSEL’, ‘EDGESEL’, ‘FACESEL’, ‘LINKEDSEL’, ‘BLANK210’, ‘ROTATE’, ‘CURSOR’, ‘ROTATECOLLECTION’, ‘ROTATECENTER’, ‘ROTACTIVE’, ‘ALIGN’, ‘BLANK211’, ‘SMOOTHCURVE’, ‘SPHERECURVE’, ‘ROOTCURVE’, ‘SHARPCURVE’, ‘LINCURVE’, ‘NOCURVE’, ‘RNDCURVE’, ‘PROP_OFF’, ‘PROP_ON’, ‘PROP_CON’, ‘BLANK212’, ‘PARTICLE_POINT’, ‘PARTICLE_TIP’, ‘PARTICLE_PATH’, ‘MAN_TRANS’, ‘MAN_ROT’, ‘MAN_SCALE’, ‘MANIPUL’, ‘SNAP_OFF’, ‘SNAP_ON’, ‘SNAP_NORMAL’, ‘SNAP_INCREMENT’, ‘SNAP_VERTEX’, ‘SNAP_EDGE’, ‘SNAP_FACE’, ‘SNAP_VOLUME’, ‘UVS_FACE’, ‘STICKY_UVS_LOC’, ‘STICKY_UVS_DISABLE’, ‘STICKY_UVS_VERT’, ‘CLIPUV_DEHLT’, ‘CLIPUV_HLT’, ‘SNAP_PEEL_OBJECT’, ‘GRID’, ‘GEARS’, ‘BLANK221’, ‘BLANK224’, ‘BLANK225’, ‘BLANK226’, ‘BLANK226b’, ‘PASTEDOWN’, ‘COPYDOWN’, ‘PASTEFLIPUP’, ‘PASTEFLIPDOWN’, ‘BLANK227’, ‘BLANK228’, ‘BLANK229’, ‘BLANK230’, ‘SNAP_SURFACE’, ‘BLANK232’, ‘BLANK233’, ‘RETOPO’, ‘UV_VERTEXSEL’, ‘UV_EDGESEL’, ‘UV_FACESEL’, ‘UV_ISLANDSEL’, ‘UV_SYNC_SELECT’, ‘BLANK240’, ‘BLANK241’, ‘BLANK242’, ‘BLANK243’, ‘BLANK244’, ‘BLANK245’, ‘BLANK246’, ‘BLANK247’, ‘BLANK247b’, ‘BBOX’, ‘WIRE’, ‘SOLID’, ‘SMOOTH’, ‘POTATO’, ‘BLANK248’, ‘ORTHO’, ‘ORTHO_OFF’, ‘CAMERA’, ‘LOCKVIEW_OFF’, ‘LOCKVIEW_ON’, ‘BLANK250’, ‘AXIS_SIDE’, ‘AXIS_FRONT’, ‘AXIS_TOP’, ‘NDOF_DOM’, ‘NDOF_TURN’, ‘NDOF_FLY’, ‘NDOF_TRANS’, ‘LAYER_USED’, ‘LAYER_ACTIVE’, ‘BLANK254’, ‘BLANK255’, ‘BLANK256’, ‘BLANK257’, ‘BLANK257b’, ‘BLANK258’, ‘BLANK259’, ‘BLANK260’, ‘BLANK261’, ‘BLANK262’, ‘BLANK263’, ‘BLANK264’, ‘BLANK265’, ‘BLANK266’, ‘BLANK267’, ‘BLANK268’, ‘BLANK269’, ‘BLANK270’, ‘BLANK271’, ‘BLANK272’, ‘BLANK273’, ‘BLANK274’, ‘BLANK275’, ‘BLANK276’, ‘BLANK277’, ‘BLANK278’, ‘BLANK279’, ‘BLANK280’, ‘BLANK281’, ‘BLANK282’, ‘BLANK282b’, ‘SORTALPHA’, ‘SORTBYEXT’, ‘SORTTIME’, ‘SORTSIZE’, ‘LONGDISPLAY’, ‘SHORTDISPLAY’, ‘GHOST’, ‘IMGDISPLAY’, ‘BLANK284’, ‘BLANK285’, ‘BOOKMARKS’, ‘FONTPREVIEW’, ‘FILTER’, ‘NEWFOLDER’, ‘BLANK285F’, ‘FILE_PARENT’, ‘FILE_REFRESH’, ‘FILE_FOLDER’, ‘FILE_BLANK’, ‘FILE_BLEND’, ‘FILE_IMAGE’, ‘FILE_MOVIE’, ‘FILE_SCRIPT’, ‘FILE_SOUND’, ‘FILE_FONT’, ‘BLANK291b’, ‘BLANK292’, ‘BLANK293’, ‘BLANK294’, ‘BLANK295’, ‘BLANK296’, ‘BLANK297’, ‘BLANK298’, ‘BLANK299’, ‘BLANK300’, ‘BLANK301’, ‘BLANK302’, ‘BLANK303’, ‘BLANK304’, ‘BLANK305’, ‘BLANK306’, ‘BACK’, ‘FORWARD’, ‘BLANK309’, ‘BLANK310’, ‘BLANK311’, ‘BLANK312’, ‘BLANK313’, ‘BLANK314’, ‘BLANK315’, ‘BLANK316’, ‘DISK_DRIVE’, ‘MATPLANE’, ‘MATSPHERE’, ‘MATCUBE’, ‘MONKEY’, ‘HAIR’, ‘ALIASED’, ‘ANTIALIASED’, ‘MAT_SPHERE_SKY’, ‘BLANK319’, ‘BLANK320’, ‘BLANK321’, ‘BLANK322’, ‘WORDWRAP_OFF’, ‘WORDWRAP_ON’, ‘SYNTAX_OFF’, ‘SYNTAX_ON’, ‘LINENUMBERS_OFF’, ‘LINENUMBERS_ON’, ‘SCRIPTPLUGINS’, ‘BLANK323’, ‘BLANK324’, ‘BLANK325’, ‘BLANK326’, ‘BLANK327’, ‘BLANK328’, ‘BLANK328b’, ‘SEQ_SEQUENCER’, ‘SEQ_PREVIEW’, ‘SEQ_LUMA_WAVEFORM’, ‘SEQ_CHROMA_SCOPE’, ‘SEQ_HISTOGRAM’, ‘SEQ_SPLITVIEW’, ‘BLANK331’, ‘BLANK332’, ‘BLANK333’, ‘IMAGE_RGB’, ‘IMAGE_RGB_ALPHA’, ‘IMAGE_ALPHA’, ‘IMAGE_ZDEPTH’, ‘IMAGEFILE’, ‘BLANK336’, ‘BLANK337’, ‘BLANK338’, ‘BLANK339’, ‘BLANK340’, ‘BLANK341’, ‘BLANK342’, ‘BLANK343’, ‘BLANK344’, ‘BLANK345’, ‘BLANK346’, ‘BLANK346b’, ‘BRUSH_ADD’, ‘BRUSH_BLOB’, ‘BRUSH_BLUR’, ‘BRUSH_CLAY’, ‘BRUSH_CLONE’, ‘BRUSH_CREASE’, ‘BRUSH_DARKEN’, ‘BRUSH_FILL’, ‘BRUSH_FLATTEN’, ‘BRUSH_GRAB’, ‘BRUSH_INFLATE’, ‘BRUSH_LAYER’, ‘BRUSH_LIGHTEN’, ‘BRUSH_MIX’, ‘BRUSH_MULTIPLY’, ‘BRUSH_NUDGE’, ‘BRUSH_PINCH’, ‘BRUSH_SCRAPE’, ‘BRUSH_SCULPT_DRAW’, ‘BRUSH_SMEAR’, ‘BRUSH_SMOOTH’, ‘BRUSH_SNAKE_HOOK’, ‘BRUSH_SOFTEN’, ‘BRUSH_SUBTRACT’, ‘BRUSH_TEXDRAW’, ‘BRUSH_THUMB’, ‘BRUSH_ROTATE’, ‘BRUSH_VERTEXDRAW’, ‘VIEW3D_VEC’, ‘EDIT_VEC’, ‘EDITMODE_DEHLT’, ‘EDITMODE_HLT’, ‘DISCLOSURE_TRI_RIGHT_VEC’, ‘DISCLOSURE_TRI_DOWN_VEC’, ‘MOVE_UP_VEC’, ‘MOVE_DOWN_VEC’, ‘X_VEC’, ‘SMALL_TRI_RIGHT_VEC’], (optional)) – Icon, Override automatic icon of the item
menu(menu, text="", icon='BLENDER')

menu

Parameters:
  • menu (string) – Identifier of the menu.
  • text (string, (optional)) – Override automatic text of the item.
  • icon (enum in [‘BLENDER’, ‘QUESTION’, ‘ERROR’, ‘CANCEL’, ‘TRIA_RIGHT’, ‘TRIA_DOWN’, ‘TRIA_LEFT’, ‘TRIA_UP’, ‘ARROW_LEFTRIGHT’, ‘PLUS’, ‘DISCLOSURE_TRI_DOWN’, ‘DISCLOSURE_TRI_RIGHT’, ‘RADIOBUT_OFF’, ‘RADIOBUT_ON’, ‘MENU_PANEL’, ‘PYTHON’, ‘BLANK003’, ‘DOT’, ‘BLANK004’, ‘X’, ‘BLANK005’, ‘GO_LEFT’, ‘PLUG’, ‘UI’, ‘NODE’, ‘NODE_SEL’, ‘FULLSCREEN’, ‘SPLITSCREEN’, ‘RIGHTARROW_THIN’, ‘BORDERMOVE’, ‘VIEWZOOM’, ‘ZOOMIN’, ‘ZOOMOUT’, ‘PANEL_CLOSE’, ‘COPY_ID’, ‘EYEDROPPER’, ‘LINK_AREA’, ‘AUTO’, ‘CHECKBOX_DEHLT’, ‘CHECKBOX_HLT’, ‘UNLOCKED’, ‘LOCKED’, ‘UNPINNED’, ‘PINNED’, ‘SCREEN_BACK’, ‘RIGHTARROW’, ‘DOWNARROW_HLT’, ‘DOTSUP’, ‘DOTSDOWN’, ‘LINK’, ‘INLINK’, ‘PLUGIN’, ‘HELP’, ‘GHOST_ENABLED’, ‘COLOR’, ‘LINKED’, ‘UNLINKED’, ‘HAND’, ‘ZOOM_ALL’, ‘ZOOM_SELECTED’, ‘ZOOM_PREVIOUS’, ‘ZOOM_IN’, ‘ZOOM_OUT’, ‘RENDER_REGION’, ‘BORDER_RECT’, ‘BORDER_LASSO’, ‘FREEZE’, ‘STYLUS_PRESSURE’, ‘GHOST_DISABLED’, ‘NEW’, ‘FILE_TICK’, ‘QUIT’, ‘URL’, ‘RECOVER_LAST’, ‘BLANK038’, ‘FULLSCREEN_ENTER’, ‘FULLSCREEN_EXIT’, ‘BLANK1’, ‘LAMP’, ‘MATERIAL’, ‘TEXTURE’, ‘ANIM’, ‘WORLD’, ‘SCENE’, ‘EDIT’, ‘GAME’, ‘RADIO’, ‘SCRIPT’, ‘PARTICLES’, ‘PHYSICS’, ‘SPEAKER’, ‘TEXTURE_SHADED’, ‘BLANK042’, ‘BLANK043’, ‘BLANK044’, ‘BLANK045’, ‘BLANK046’, ‘BLANK047’, ‘BLANK048’, ‘BLANK049’, ‘BLANK050’, ‘BLANK051’, ‘BLANK052’, ‘BLANK052b’, ‘VIEW3D’, ‘IPO’, ‘OOPS’, ‘BUTS’, ‘FILESEL’, ‘IMAGE_COL’, ‘INFO’, ‘SEQUENCE’, ‘TEXT’, ‘IMASEL’, ‘SOUND’, ‘ACTION’, ‘NLA’, ‘SCRIPTWIN’, ‘TIME’, ‘NODETREE’, ‘LOGIC’, ‘CONSOLE’, ‘PREFERENCES’, ‘ASSET_MANAGER’, ‘BLANK057’, ‘BLANK058’, ‘BLANK059’, ‘BLANK060’, ‘BLANK061’, ‘BLANK061b’, ‘OBJECT_DATAMODE’, ‘EDITMODE_HLT’, ‘FACESEL_HLT’, ‘VPAINT_HLT’, ‘TPAINT_HLT’, ‘WPAINT_HLT’, ‘SCULPTMODE_HLT’, ‘POSE_HLT’, ‘PARTICLEMODE’, ‘LIGHTPAINT’, ‘BLANK063’, ‘BLANK064’, ‘BLANK065’, ‘BLANK066’, ‘BLANK067’, ‘BLANK068’, ‘BLANK069’, ‘BLANK070’, ‘BLANK071’, ‘BLANK072’, ‘BLANK073’, ‘BLANK074’, ‘BLANK075’, ‘BLANK076’, ‘BLANK077’, ‘BLANK077b’, ‘SCENE_DATA’, ‘RENDERLAYERS’, ‘WORLD_DATA’, ‘OBJECT_DATA’, ‘MESH_DATA’, ‘CURVE_DATA’, ‘META_DATA’, ‘LATTICE_DATA’, ‘LAMP_DATA’, ‘MATERIAL_DATA’, ‘TEXTURE_DATA’, ‘ANIM_DATA’, ‘CAMERA_DATA’, ‘PARTICLE_DATA’, ‘LIBRARY_DATA_DIRECT’, ‘GROUP’, ‘ARMATURE_DATA’, ‘POSE_DATA’, ‘BONE_DATA’, ‘CONSTRAINT’, ‘SHAPEKEY_DATA’, ‘CONSTRAINT_BONE’, ‘BLANK079’, ‘PACKAGE’, ‘UGLYPACKAGE’, ‘BLANK079b’, ‘BRUSH_DATA’, ‘IMAGE_DATA’, ‘FILE’, ‘FCURVE’, ‘FONT_DATA’, ‘RENDER_RESULT’, ‘SURFACE_DATA’, ‘EMPTY_DATA’, ‘SETTINGS’, ‘RENDER_ANIMATION’, ‘RENDER_STILL’, ‘BLANK080F’, ‘BOIDS’, ‘STRANDS’, ‘LIBRARY_DATA_INDIRECT’, ‘GREASEPENCIL’, ‘BLANK083’, ‘BLANK084’, ‘GROUP_BONE’, ‘GROUP_VERTEX’, ‘GROUP_VCOL’, ‘GROUP_UVS’, ‘BLANK089’, ‘BLANK090’, ‘RNA’, ‘RNA_ADD’, ‘BLANK092’, ‘BLANK093’, ‘BLANK094’, ‘BLANK095’, ‘BLANK096’, ‘BLANK097’, ‘BLANK098’, ‘BLANK099’, ‘BLANK100’, ‘BLANK101’, ‘BLANK102’, ‘BLANK103’, ‘BLANK104’, ‘BLANK105’, ‘BLANK106’, ‘BLANK107’, ‘BLANK108’, ‘BLANK109’, ‘BLANK110’, ‘BLANK111’, ‘BLANK112’, ‘BLANK113’, ‘BLANK114’, ‘BLANK115’, ‘BLANK116’, ‘BLANK116b’, ‘OUTLINER_OB_EMPTY’, ‘OUTLINER_OB_MESH’, ‘OUTLINER_OB_CURVE’, ‘OUTLINER_OB_LATTICE’, ‘OUTLINER_OB_META’, ‘OUTLINER_OB_LAMP’, ‘OUTLINER_OB_CAMERA’, ‘OUTLINER_OB_ARMATURE’, ‘OUTLINER_OB_FONT’, ‘OUTLINER_OB_SURFACE’, ‘BLANK119’, ‘BLANK120’, ‘BLANK121’, ‘BLANK122’, ‘BLANK123’, ‘BLANK124’, ‘BLANK125’, ‘BLANK126’, ‘BLANK127’, ‘RESTRICT_VIEW_OFF’, ‘RESTRICT_VIEW_ON’, ‘RESTRICT_SELECT_OFF’, ‘RESTRICT_SELECT_ON’, ‘RESTRICT_RENDER_OFF’, ‘RESTRICT_RENDER_ON’, ‘BLANK127b’, ‘OUTLINER_DATA_EMPTY’, ‘OUTLINER_DATA_MESH’, ‘OUTLINER_DATA_CURVE’, ‘OUTLINER_DATA_LATTICE’, ‘OUTLINER_DATA_META’, ‘OUTLINER_DATA_LAMP’, ‘OUTLINER_DATA_CAMERA’, ‘OUTLINER_DATA_ARMATURE’, ‘OUTLINER_DATA_FONT’, ‘OUTLINER_DATA_SURFACE’, ‘OUTLINER_DATA_POSE’, ‘BLANK129’, ‘BLANK130’, ‘BLANK131’, ‘BLANK132’, ‘BLANK133’, ‘BLANK134’, ‘BLANK135’, ‘BLANK136’, ‘BLANK137’, ‘BLANK138’, ‘BLANK139’, ‘BLANK140’, ‘BLANK141’, ‘BLANK142’, ‘BLANK142b’, ‘MESH_PLANE’, ‘MESH_CUBE’, ‘MESH_CIRCLE’, ‘MESH_UVSPHERE’, ‘MESH_ICOSPHERE’, ‘MESH_GRID’, ‘MESH_MONKEY’, ‘MESH_CYLINDER’, ‘MESH_TORUS’, ‘MESH_CONE’, ‘BLANK610’, ‘BLANK611’, ‘LAMP_POINT’, ‘LAMP_SUN’, ‘LAMP_SPOT’, ‘LAMP_HEMI’, ‘LAMP_AREA’, ‘BLANK617’, ‘BLANK618’, ‘BLANK619’, ‘META_PLANE’, ‘META_CUBE’, ‘META_BALL’, ‘META_ELLIPSOID’, ‘META_CAPSULE’, ‘BLANK625’, ‘SURFACE_NCURVE’, ‘SURFACE_NCIRCLE’, ‘SURFACE_NSURFACE’, ‘SURFACE_NCYLINDER’, ‘SURFACE_NSPHERE’, ‘SURFACE_NTORUS’, ‘BLANK636’, ‘BLANK637’, ‘BLANK638’, ‘CURVE_BEZCURVE’, ‘CURVE_BEZCIRCLE’, ‘CURVE_NCURVE’, ‘CURVE_NCIRCLE’, ‘CURVE_PATH’, ‘BLANK644’, ‘BLANK645’, ‘BLANK646’, ‘BLANK647’, ‘BLANK648’, ‘BLANK649’, ‘BLANK650’, ‘BLANK651’, ‘BLANK652’, ‘BLANK653’, ‘BLANK654’, ‘BLANK655’, ‘FORCE_FORCE’, ‘FORCE_WIND’, ‘FORCE_VORTEX’, ‘FORCE_MAGNETIC’, ‘FORCE_HARMONIC’, ‘FORCE_CHARGE’, ‘FORCE_LENNARDJONES’, ‘FORCE_TEXTURE’, ‘FORCE_CURVE’, ‘FORCE_BOID’, ‘FORCE_TURBULENCE’, ‘FORCE_DRAG’, ‘BLANK672’, ‘BLANK673’, ‘BLANK674’, ‘BLANK675’, ‘BLANK676’, ‘BLANK677’, ‘BLANK678’, ‘BLANK679’, ‘BLANK680’, ‘BLANK681’, ‘BLANK682’, ‘BLANK683’, ‘BLANK684’, ‘BLANK685’, ‘BLANK690’, ‘BLANK691’, ‘BLANK692’, ‘BLANK693’, ‘BLANK694’, ‘BLANK695’, ‘BLANK696’, ‘BLANK697’, ‘BLANK698’, ‘BLANK699’, ‘BLANK700’, ‘BLANK701’, ‘BLANK702’, ‘BLANK703’, ‘BLANK704’, ‘BLANK705’, ‘BLANK706’, ‘BLANK707’, ‘BLANK708’, ‘BLANK709’, ‘BLANK710’, ‘BLANK711’, ‘BLANK712’, ‘BLANK713’, ‘BLANK714’, ‘BLANK715’, ‘BLANK720’, ‘BLANK721’, ‘BLANK722’, ‘BLANK733’, ‘BLANK734’, ‘BLANK735’, ‘BLANK736’, ‘BLANK737’, ‘BLANK738’, ‘BLANK739’, ‘BLANK740’, ‘BLANK741’, ‘BLANK742’, ‘BLANK743’, ‘BLANK744’, ‘BLANK745’, ‘BLANK746’, ‘BLANK747’, ‘BLANK748’, ‘BLANK749’, ‘BLANK750’, ‘BLANK751’, ‘BLANK752’, ‘BLANK753’, ‘BLANK754’, ‘BLANK755’, ‘BLANK760’, ‘BLANK761’, ‘BLANK762’, ‘BLANK763’, ‘BLANK764’, ‘BLANK765’, ‘BLANK766’, ‘BLANK767’, ‘BLANK768’, ‘BLANK769’, ‘BLANK770’, ‘BLANK771’, ‘BLANK772’, ‘BLANK773’, ‘BLANK774’, ‘BLANK775’, ‘BLANK776’, ‘BLANK777’, ‘BLANK778’, ‘BLANK779’, ‘BLANK780’, ‘BLANK781’, ‘BLANK782’, ‘BLANK783’, ‘BLANK784’, ‘BLANK785’, ‘MODIFIER’, ‘MOD_WAVE’, ‘MOD_BUILD’, ‘MOD_DECIM’, ‘MOD_MIRROR’, ‘MOD_SOFT’, ‘MOD_SUBSURF’, ‘HOOK’, ‘MOD_PHYSICS’, ‘MOD_PARTICLES’, ‘MOD_BOOLEAN’, ‘MOD_EDGESPLIT’, ‘MOD_ARRAY’, ‘MOD_UVPROJECT’, ‘MOD_DISPLACE’, ‘MOD_CURVE’, ‘MOD_LATTICE’, ‘CONSTRAINT_DATA’, ‘MOD_ARMATURE’, ‘MOD_SHRINKWRAP’, ‘MOD_CAST’, ‘MOD_MESHDEFORM’, ‘MOD_BEVEL’, ‘MOD_SMOOTH’, ‘MOD_SIMPLEDEFORM’, ‘MOD_MASK’, ‘MOD_CLOTH’, ‘MOD_EXPLODE’, ‘MOD_FLUIDSIM’, ‘MOD_MULTIRES’, ‘MOD_SMOKE’, ‘MOD_SOLIDIFY’, ‘MOD_SCREW’, ‘BLANK160’, ‘BLANK161’, ‘BLANK162’, ‘BLANK163’, ‘BLANK164’, ‘BLANK165’, ‘BLANK166’, ‘BLANK167’, ‘BLANK168’, ‘BLANK169’, ‘BLANK170’, ‘BLANK171’, ‘BLANK172’, ‘BLANK173’, ‘BLANK174’, ‘BLANK175’, ‘BLANK176’, ‘BLANK177’, ‘BLANK177b’, ‘REC’, ‘PLAY’, ‘FF’, ‘REW’, ‘PAUSE’, ‘PREV_KEYFRAME’, ‘NEXT_KEYFRAME’, ‘PLAY_AUDIO’, ‘PLAY_REVERSE’, ‘PREVIEW_RANGE’, ‘BLANK180’, ‘PMARKER_ACT’, ‘PMARKER_SEL’, ‘PMARKER’, ‘MARKER_HLT’, ‘MARKER’, ‘SPACE2’, ‘SPACE3’, ‘BLANK181’, ‘KEY_DEHLT’, ‘KEY_HLT’, ‘MUTE_IPO_OFF’, ‘MUTE_IPO_ON’, ‘BLANK182’, ‘BLANK183’, ‘BLANK183b’, ‘BLANK184’, ‘BLANK185’, ‘BLANK186’, ‘BLANK187’, ‘BLANK188’, ‘BLANK189’, ‘BLANK190’, ‘BLANK191’, ‘BLANK192’, ‘BLANK193’, ‘BLANK194’, ‘BLANK195’, ‘BLANK196’, ‘BLANK197’, ‘BLANK198’, ‘BLANK199’, ‘BLANK200’, ‘BLANK201’, ‘BLANK202’, ‘BLANK203’, ‘BLANK204’, ‘BLANK205’, ‘BLANK206’, ‘BLANK207’, ‘BLANK208’, ‘BLANK208b’, ‘VERTEXSEL’, ‘EDGESEL’, ‘FACESEL’, ‘LINKEDSEL’, ‘BLANK210’, ‘ROTATE’, ‘CURSOR’, ‘ROTATECOLLECTION’, ‘ROTATECENTER’, ‘ROTACTIVE’, ‘ALIGN’, ‘BLANK211’, ‘SMOOTHCURVE’, ‘SPHERECURVE’, ‘ROOTCURVE’, ‘SHARPCURVE’, ‘LINCURVE’, ‘NOCURVE’, ‘RNDCURVE’, ‘PROP_OFF’, ‘PROP_ON’, ‘PROP_CON’, ‘BLANK212’, ‘PARTICLE_POINT’, ‘PARTICLE_TIP’, ‘PARTICLE_PATH’, ‘MAN_TRANS’, ‘MAN_ROT’, ‘MAN_SCALE’, ‘MANIPUL’, ‘SNAP_OFF’, ‘SNAP_ON’, ‘SNAP_NORMAL’, ‘SNAP_INCREMENT’, ‘SNAP_VERTEX’, ‘SNAP_EDGE’, ‘SNAP_FACE’, ‘SNAP_VOLUME’, ‘UVS_FACE’, ‘STICKY_UVS_LOC’, ‘STICKY_UVS_DISABLE’, ‘STICKY_UVS_VERT’, ‘CLIPUV_DEHLT’, ‘CLIPUV_HLT’, ‘SNAP_PEEL_OBJECT’, ‘GRID’, ‘GEARS’, ‘BLANK221’, ‘BLANK224’, ‘BLANK225’, ‘BLANK226’, ‘BLANK226b’, ‘PASTEDOWN’, ‘COPYDOWN’, ‘PASTEFLIPUP’, ‘PASTEFLIPDOWN’, ‘BLANK227’, ‘BLANK228’, ‘BLANK229’, ‘BLANK230’, ‘SNAP_SURFACE’, ‘BLANK232’, ‘BLANK233’, ‘RETOPO’, ‘UV_VERTEXSEL’, ‘UV_EDGESEL’, ‘UV_FACESEL’, ‘UV_ISLANDSEL’, ‘UV_SYNC_SELECT’, ‘BLANK240’, ‘BLANK241’, ‘BLANK242’, ‘BLANK243’, ‘BLANK244’, ‘BLANK245’, ‘BLANK246’, ‘BLANK247’, ‘BLANK247b’, ‘BBOX’, ‘WIRE’, ‘SOLID’, ‘SMOOTH’, ‘POTATO’, ‘BLANK248’, ‘ORTHO’, ‘ORTHO_OFF’, ‘CAMERA’, ‘LOCKVIEW_OFF’, ‘LOCKVIEW_ON’, ‘BLANK250’, ‘AXIS_SIDE’, ‘AXIS_FRONT’, ‘AXIS_TOP’, ‘NDOF_DOM’, ‘NDOF_TURN’, ‘NDOF_FLY’, ‘NDOF_TRANS’, ‘LAYER_USED’, ‘LAYER_ACTIVE’, ‘BLANK254’, ‘BLANK255’, ‘BLANK256’, ‘BLANK257’, ‘BLANK257b’, ‘BLANK258’, ‘BLANK259’, ‘BLANK260’, ‘BLANK261’, ‘BLANK262’, ‘BLANK263’, ‘BLANK264’, ‘BLANK265’, ‘BLANK266’, ‘BLANK267’, ‘BLANK268’, ‘BLANK269’, ‘BLANK270’, ‘BLANK271’, ‘BLANK272’, ‘BLANK273’, ‘BLANK274’, ‘BLANK275’, ‘BLANK276’, ‘BLANK277’, ‘BLANK278’, ‘BLANK279’, ‘BLANK280’, ‘BLANK281’, ‘BLANK282’, ‘BLANK282b’, ‘SORTALPHA’, ‘SORTBYEXT’, ‘SORTTIME’, ‘SORTSIZE’, ‘LONGDISPLAY’, ‘SHORTDISPLAY’, ‘GHOST’, ‘IMGDISPLAY’, ‘BLANK284’, ‘BLANK285’, ‘BOOKMARKS’, ‘FONTPREVIEW’, ‘FILTER’, ‘NEWFOLDER’, ‘BLANK285F’, ‘FILE_PARENT’, ‘FILE_REFRESH’, ‘FILE_FOLDER’, ‘FILE_BLANK’, ‘FILE_BLEND’, ‘FILE_IMAGE’, ‘FILE_MOVIE’, ‘FILE_SCRIPT’, ‘FILE_SOUND’, ‘FILE_FONT’, ‘BLANK291b’, ‘BLANK292’, ‘BLANK293’, ‘BLANK294’, ‘BLANK295’, ‘BLANK296’, ‘BLANK297’, ‘BLANK298’, ‘BLANK299’, ‘BLANK300’, ‘BLANK301’, ‘BLANK302’, ‘BLANK303’, ‘BLANK304’, ‘BLANK305’, ‘BLANK306’, ‘BACK’, ‘FORWARD’, ‘BLANK309’, ‘BLANK310’, ‘BLANK311’, ‘BLANK312’, ‘BLANK313’, ‘BLANK314’, ‘BLANK315’, ‘BLANK316’, ‘DISK_DRIVE’, ‘MATPLANE’, ‘MATSPHERE’, ‘MATCUBE’, ‘MONKEY’, ‘HAIR’, ‘ALIASED’, ‘ANTIALIASED’, ‘MAT_SPHERE_SKY’, ‘BLANK319’, ‘BLANK320’, ‘BLANK321’, ‘BLANK322’, ‘WORDWRAP_OFF’, ‘WORDWRAP_ON’, ‘SYNTAX_OFF’, ‘SYNTAX_ON’, ‘LINENUMBERS_OFF’, ‘LINENUMBERS_ON’, ‘SCRIPTPLUGINS’, ‘BLANK323’, ‘BLANK324’, ‘BLANK325’, ‘BLANK326’, ‘BLANK327’, ‘BLANK328’, ‘BLANK328b’, ‘SEQ_SEQUENCER’, ‘SEQ_PREVIEW’, ‘SEQ_LUMA_WAVEFORM’, ‘SEQ_CHROMA_SCOPE’, ‘SEQ_HISTOGRAM’, ‘SEQ_SPLITVIEW’, ‘BLANK331’, ‘BLANK332’, ‘BLANK333’, ‘IMAGE_RGB’, ‘IMAGE_RGB_ALPHA’, ‘IMAGE_ALPHA’, ‘IMAGE_ZDEPTH’, ‘IMAGEFILE’, ‘BLANK336’, ‘BLANK337’, ‘BLANK338’, ‘BLANK339’, ‘BLANK340’, ‘BLANK341’, ‘BLANK342’, ‘BLANK343’, ‘BLANK344’, ‘BLANK345’, ‘BLANK346’, ‘BLANK346b’, ‘BRUSH_ADD’, ‘BRUSH_BLOB’, ‘BRUSH_BLUR’, ‘BRUSH_CLAY’, ‘BRUSH_CLONE’, ‘BRUSH_CREASE’, ‘BRUSH_DARKEN’, ‘BRUSH_FILL’, ‘BRUSH_FLATTEN’, ‘BRUSH_GRAB’, ‘BRUSH_INFLATE’, ‘BRUSH_LAYER’, ‘BRUSH_LIGHTEN’, ‘BRUSH_MIX’, ‘BRUSH_MULTIPLY’, ‘BRUSH_NUDGE’, ‘BRUSH_PINCH’, ‘BRUSH_SCRAPE’, ‘BRUSH_SCULPT_DRAW’, ‘BRUSH_SMEAR’, ‘BRUSH_SMOOTH’, ‘BRUSH_SNAKE_HOOK’, ‘BRUSH_SOFTEN’, ‘BRUSH_SUBTRACT’, ‘BRUSH_TEXDRAW’, ‘BRUSH_THUMB’, ‘BRUSH_ROTATE’, ‘BRUSH_VERTEXDRAW’, ‘VIEW3D_VEC’, ‘EDIT_VEC’, ‘EDITMODE_DEHLT’, ‘EDITMODE_HLT’, ‘DISCLOSURE_TRI_RIGHT_VEC’, ‘DISCLOSURE_TRI_DOWN_VEC’, ‘MOVE_UP_VEC’, ‘MOVE_DOWN_VEC’, ‘X_VEC’, ‘SMALL_TRI_RIGHT_VEC’], (optional)) – Icon, Override automatic icon of the item
separator()

Item. Inserts empty space into the layout between items.

context_pointer_set(name, data)

context_pointer_set

Parameters:
  • name (string) – Name, Name of entry in the context.
  • data (AnyType) – Pointer to put in context.
template_header(menus=True)

template_header

Parameters:
  • menus (boolean, (optional)) – The header has menus, and should show menu expander.
template_ID(data, property, new="", open="", unlink="")

template_ID

Parameters:
  • data (AnyType, (never None)) – Data from which to take property.
  • property (string) – Identifier of property in data.
  • new (string, (optional)) – Operator identifier to create a new ID block.
  • open (string, (optional)) – Operator identifier to open a file for creating a new ID block.
  • unlink (string, (optional)) – Operator identifier to unlink the ID block.
template_ID_preview(data, property, new="", open="", unlink="", rows=0, cols=0)

template_ID_preview

Parameters:
  • data (AnyType, (never None)) – Data from which to take property.
  • property (string) – Identifier of property in data.
  • new (string, (optional)) – Operator identifier to create a new ID block.
  • open (string, (optional)) – Operator identifier to open a file for creating a new ID block.
  • unlink (string, (optional)) – Operator identifier to unlink the ID block.
  • rows (int in [0, inf], (optional)) – Number of thumbnail preview rows to display
  • cols (int in [0, inf], (optional)) – Number of thumbnail preview columns to display
template_any_ID(data, property, type_property, text="")

template_any_ID

Parameters:
  • data (AnyType, (never None)) – Data from which to take property.
  • property (string) – Identifier of property in data.
  • type_property (string) – Identifier of property in data giving the type of the ID-blocks to use.
  • text (string, (optional)) – Custom label to display in UI.
template_path_builder(data, property, root, text="")

template_path_builder

Parameters:
  • data (AnyType, (never None)) – Data from which to take property.
  • property (string) – Identifier of property in data.
  • root (ID) – ID-block from which path is evaluated from.
  • text (string, (optional)) – Custom label to display in UI.
template_modifier(data)

Layout . Generates the UI layout for modifiers.

Parameters:
  • data (Modifier, (never None)) – Modifier data.
Returns:

Sub-layout to put items in.

Return type:

UILayout

template_constraint(data)

Layout . Generates the UI layout for constraints.

Parameters:
  • data (Constraint, (never None)) – Constraint data.
Returns:

Sub-layout to put items in.

Return type:

UILayout

template_preview(id, parent=None, slot=None)

Item. A preview window for materials, textures, lamps, etc.

Parameters:
  • id (ID) – ID datablock.
  • parent (ID, (optional)) – ID datablock.
  • slot (TextureSlot, (optional)) – Texture slot.
template_curve_mapping(data, property, type='NONE', levels=False, brush=False)

Item. A curve mapping widget used for e.g falloff curves for lamps.

Parameters:
  • data (AnyType, (never None)) – Data from which to take property.
  • property (string) – Identifier of property in data.
  • type (enum in [‘NONE’, ‘VECTOR’, ‘COLOR’], (optional)) – Type, Type of curves to display.
  • levels (boolean, (optional)) – Show black/white levels.
  • brush (boolean, (optional)) – Show brush options.
template_color_ramp(data, property, expand=False)

Item. A color ramp widget.

Parameters:
  • data (AnyType, (never None)) – Data from which to take property.
  • property (string) – Identifier of property in data.
  • expand (boolean, (optional)) – Expand button to show more detail.
template_histogram(data, property)

Item. A histogramm widget to analyze imaga data.

Parameters:
  • data (AnyType, (never None)) – Data from which to take property.
  • property (string) – Identifier of property in data.
template_waveform(data, property)

Item. A waveform widget to analyze imaga data.

Parameters:
  • data (AnyType, (never None)) – Data from which to take property.
  • property (string) – Identifier of property in data.
template_vectorscope(data, property)

Item. A vectorscope widget to analyze imaga data.

Parameters:
  • data (AnyType, (never None)) – Data from which to take property.
  • property (string) – Identifier of property in data.
template_layers(data, property, used_layers_data, used_layers_property, active_layer)

template_layers

Parameters:
  • data (AnyType, (never None)) – Data from which to take property.
  • property (string) – Identifier of property in data.
  • used_layers_data (AnyType) – Data from which to take property.
  • used_layers_property (string) – Identifier of property in data.
  • active_layer (int in [0, inf]) – Active Layer
template_color_wheel(data, property, value_slider=False, lock=False, lock_luminosity=False, cubic=True)

Item. A color wheel widget to pick colors.

Parameters:
  • data (AnyType, (never None)) – Data from which to take property.
  • property (string) – Identifier of property in data.
  • value_slider (boolean, (optional)) – Display the value slider to the right of the color wheel
  • lock (boolean, (optional)) – Lock the color wheel display to value 1.0 regardless of actual color
  • lock_luminosity (boolean, (optional)) – Keep the color at its original vector length
  • cubic (boolean, (optional)) – Cubic saturation for picking values close to white
template_image_layers(image, image_user)

template_image_layers

template_image(data, property, image_user, compact=False)

Item(s). User interface for selecting images and their source paths.

Parameters:
  • data (AnyType, (never None)) – Data from which to take property.
  • property (string) – Identifier of property in data.
  • compact (boolean, (optional)) – Use more compact layout.
template_list(data, property, active_data, active_property, rows=5, maxrows=5, type='DEFAULT')

Item. A list widget to display data. e.g. vertexgroups.

Parameters:
  • data (AnyType) – Data from which to take property.
  • property (string) – Identifier of property in data.
  • active_data (AnyType, (never None)) – Data from which to take property for the active element.
  • active_property (string) – Identifier of property in data, for the active element.
  • rows (int in [0, inf], (optional)) – Number of rows to display.
  • maxrows (int in [0, inf], (optional)) – Maximum number of rows to display.
  • type (enum in [‘DEFAULT’, ‘COMPACT’, ‘ICONS’], (optional)) – Type, Type of list to use.
template_running_jobs()

template_running_jobs

template_operator_search

template_header_3D()

template_header_3D

template_reports_banner()

template_reports_banner

introspect()

introspect

Returns:Descr, DESCR
Return type:string

Inherited Properties

Inherited Functions

References

Previous topic

TransformSequence(EffectSequence)

Next topic

UVProjectModifier(Modifier)