Ui Operators¶
- Copy the RNA data path for this property to the clipboard - Parameters: - full_path (boolean, (optional)) – full_path, Copy full data path 
- Copy the Python command matching this button 
- Copy property from this object to selected objects or bones - Parameters: - all (boolean, (optional)) – All, Copy to selected all elements of the array 
- 
bpy.ops.ui.drop_color(color=(0.0, 0.0, 0.0), gamma=False)¶
- Drop colors to buttons - Parameters: - color (float array of 3 items in [0, inf], (optional)) – Color, Source color
- gamma (boolean, (optional)) – Gamma Corrected, The source color is gamma corrected
 
- 
bpy.ops.ui.editsource()¶
- Edit UI source code of the active button 
- 
bpy.ops.ui.edittranslation_init()¶
- Edit i18n in current language for the active button 
- 
bpy.ops.ui.eyedropper_color()¶
- Sample a color from the Blender Window to store in a property 
- 
bpy.ops.ui.eyedropper_color_crypto()¶
- Pick a color from Cryptomatte node Pick output image 
- 
bpy.ops.ui.eyedropper_colorband()¶
- Sample a color band 
- 
bpy.ops.ui.eyedropper_colorband_point()¶
- Pointsample a color band 
- 
bpy.ops.ui.eyedropper_depth()¶
- Sample depth from the 3D view 
- 
bpy.ops.ui.eyedropper_driver(mapping_type='SINGLE_MANY')¶
- Pick a property to use as a driver target - Parameters: - mapping_type (enum in ['SINGLE_MANY', 'DIRECT', 'MATCH', 'NONE_ALL', 'NONE_SINGLE'], (optional)) – - Mapping Type, Method used to match target and driven properties - SINGLE_MANYAll from Target, Drive all components of this property using the target picked.
- DIRECTSingle from Target, Drive this component of this property using the target picked.
- MATCHMatch Indices, Create drivers for each pair of corresponding elements.
- NONE_ALLManually Create Later, Create drivers for all properties without assigning any targets yet.
- NONE_SINGLEManually Create Later (Single), Create driver for this property only and without assigning any targets yet.
 
- 
bpy.ops.ui.eyedropper_id()¶
- Sample a data-block from the 3D View to store in a property 
- 
bpy.ops.ui.reloadtranslation()¶
- Force a full reload of UI translation 
- 
bpy.ops.ui.reports_to_textblock()¶
- Write the reports 
- Reset this property’s value to its default value - Parameters: - all (boolean, (optional)) – All, Reset to default values all elements of the array 
- 
bpy.ops.ui.reset_default_theme()¶
- Reset to the default theme colors 
- Clear the property and use default or generated value in operators