File: info_editor.rst

package info (click to toggle)
blender-doc 4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 253,604 kB
  • sloc: python: 13,030; javascript: 322; makefile: 113; sh: 107
file content (44 lines) | stat: -rw-r--r-- 1,083 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.. index:: Editors; Info Editor

***********
Info Editor
***********

The Info editor logs the executed operators as well as errors, warnings,
and informational messages. You can select an entry by clicking it,
optionally holding :kbd:`Shift` to add it to the existing selection.

.. figure:: /images/editors_info-editor_ui.png

   Info Editor.


Interface
=========

View Menu
---------

Area
   Area controls. See the :doc:`user interface </interface/window_system/areas>`
   documentation for more information.


Info Menu
---------

Select All :kbd:`A`
   Selects all entries.
Deselect All :kbd:`Alt-A`
   Deselects all entries.
Invert Selection :kbd:`Ctrl-I`
   Selects non-selected entries and deselects selected ones.
Toggle Selection
   Selects all entries if there are currently no selected ones,
   and deselects them otherwise.
Box Select :kbd:`B`
   Lets you drag a box and adds the entries  that overlap it to the selection.
Delete :kbd:`X`, :kbd:`Delete`
   Removes the selected entries from the log.
Copy :kbd:`Ctrl-C`
   Copies the selected entries to the clipboard.