Info Operators¶
-
bpy.ops.info.
report_copy
()¶ Copy selected reports to Clipboard
-
bpy.ops.info.
report_delete
()¶ Delete selected reports
-
bpy.ops.info.
report_replay
()¶ Replay selected reports
-
bpy.ops.info.
reports_display_update
()¶ Update the display of reports in Blender UI (internal use)
-
bpy.ops.info.
select_all_toggle
()¶ Select or deselect all reports
-
bpy.ops.info.
select_border
(gesture_mode=0, xmin=0, xmax=0, ymin=0, ymax=0, extend=True)¶ Toggle border selection
Parameters: - gesture_mode (int in [-inf, inf], (optional)) – Gesture Mode
- xmin (int in [-inf, inf], (optional)) – X Min
- xmax (int in [-inf, inf], (optional)) – X Max
- ymin (int in [-inf, inf], (optional)) – Y Min
- ymax (int in [-inf, inf], (optional)) – Y Max
- extend (boolean, (optional)) – Extend, Extend selection instead of deselecting everything first
-
bpy.ops.info.
select_pick
(report_index=0)¶ Select reports by index
Parameters: report_index (int in [0, inf], (optional)) – Report, Index of the report